summaryrefslogtreecommitdiff
path: root/eater_cpu/eater_computer_tb.sv
diff options
context:
space:
mode:
authoruvok2026-01-17 20:04:49 +0100
committeruvok2026-01-17 20:04:49 +0100
commit7daca3a26c3a6d81610fead41248cb5f38e103e8 (patch)
tree04c707afd6f2b65d0e6fd5b32786237132750654 /eater_cpu/eater_computer_tb.sv
parent66d029eee8e1ace30cac5e244bb9eecfb7897798 (diff)
eater: Add PC, fix signals for MEM/ADR, add readme
Diffstat (limited to 'eater_cpu/eater_computer_tb.sv')
-rw-r--r--eater_cpu/eater_computer_tb.sv3
1 files changed, 3 insertions, 0 deletions
diff --git a/eater_cpu/eater_computer_tb.sv b/eater_cpu/eater_computer_tb.sv
index d5459bc..d05dc52 100644
--- a/eater_cpu/eater_computer_tb.sv
+++ b/eater_cpu/eater_computer_tb.sv
@@ -29,10 +29,13 @@ initial begin
uut.INS_to_bus = 0;
uut.ALU_to_bus = 0;
uut.RAM_to_bus = 0;
+ uut.PC_to_bus = 0;
uut.bus_to_A = 0;
uut.bus_to_B = 0;
uut.bus_to_INS = 0;
uut.bus_to_RAM = 0;
+ uut.bus_to_PC = 0;
+ uut.bus_to_MAR = 0;
clk_in = 0;
debug_enable = 0;
debug_value = 'z;