diff options
Diffstat (limited to 'eater_cpu/eater_computer.sv')
| -rw-r--r-- | eater_cpu/eater_computer.sv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eater_cpu/eater_computer.sv b/eater_cpu/eater_computer.sv index 4f1aba2..171e012 100644 --- a/eater_cpu/eater_computer.sv +++ b/eater_cpu/eater_computer.sv @@ -56,6 +56,7 @@ eater_alu alu ( .en_output_in(ALU_to_bus), .A_in(A_out), .B_in(B_out), + .subtract_n_add_in(0), .bus_out(bus) ); |
