summaryrefslogtreecommitdiff
path: root/eater_cpu/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'eater_cpu/readme.txt')
-rw-r--r--eater_cpu/readme.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/eater_cpu/readme.txt b/eater_cpu/readme.txt
index aa72328..44fe1b1 100644
--- a/eater_cpu/readme.txt
+++ b/eater_cpu/readme.txt
@@ -40,8 +40,14 @@ operation
Increment PC.
a) PC out -> MAR
(PC_to_bus) + (bus_to_MAR) + (clk)
- b) MEM -> INS, PC++
- (RAM_to_bus) + (bus_to_INS) + (PC_count_en) + (clk)
+ b) MEM -> INS
+ (RAM_to_bus) + (bus_to_INS) + (clk)
+ c) PC++
+ (PC_count_en) + (clk)
+
+ NOTE:
+ Yes, I know Ben Eaters computer combines b and c.
+ See eater_types for details.
2. Decode and execute instruction.