summaryrefslogtreecommitdiff
path: root/eater_cpu
diff options
context:
space:
mode:
Diffstat (limited to 'eater_cpu')
-rw-r--r--eater_cpu/eater_computer_tb.sv2
1 files changed, 2 insertions, 0 deletions
diff --git a/eater_cpu/eater_computer_tb.sv b/eater_cpu/eater_computer_tb.sv
index 1104c9b..e70953c 100644
--- a/eater_cpu/eater_computer_tb.sv
+++ b/eater_cpu/eater_computer_tb.sv
@@ -39,6 +39,8 @@ initial begin
uut.manual_flags.RAM_in = 0;
uut.manual_flags.PC_in = 0;
uut.manual_flags.MAR_in = 0;
+
+ uut.manual_flags.ALU_subtract_nadd = 0;
clk_in = 0;
debug_enable = 0;
debug_value = 'z;