diff options
Diffstat (limited to 'eater_cpu/eater_computer_tb.sv')
| -rw-r--r-- | eater_cpu/eater_computer_tb.sv | 3 |
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; |
