diff options
Diffstat (limited to 'eater_cpu/readme.txt')
| -rw-r--r-- | eater_cpu/readme.txt | 6 |
1 files changed, 2 insertions, 4 deletions
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. |
