From 1f0fc1edcea04e5c1f04803f0bdda337c2245f09 Mon Sep 17 00:00:00 2001 From: uvok Date: Mon, 19 Jan 2026 19:43:58 +0100 Subject: eater: Combine counting in prev. state save 1 cycle, as explained in video. also, only print lo->hi clk states to term. --- eater_cpu/readme.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'eater_cpu/readme.txt') diff --git a/eater_cpu/readme.txt b/eater_cpu/readme.txt index f92fdd7..9ff0090 100644 --- a/eater_cpu/readme.txt +++ b/eater_cpu/readme.txt @@ -40,10 +40,8 @@ operation Increment PC. a) PC out -> MAR (PC_to_bus) + (bus_to_MAR) + (clk) - b) MEM -> INS - (RAM_to_bus) + (bus_to_INS) + (clk) - c) PC++ - (PC_count_en) + (clk) + b) MEM -> INS, PC++ + (RAM_to_bus) + (bus_to_INS) + (PC_count_en) + (clk) 2. Decode and execute instruction. -- cgit v1.2.3