diff options
Diffstat (limited to 'eater_cpu/eater_computer.sv')
| -rw-r--r-- | eater_cpu/eater_computer.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eater_cpu/eater_computer.sv b/eater_cpu/eater_computer.sv index 7c8eb17..18b6833 100644 --- a/eater_cpu/eater_computer.sv +++ b/eater_cpu/eater_computer.sv @@ -130,7 +130,7 @@ eater_alu alu ( .en_output_in(flags.ALU_out), .A_in(A_out), .B_in(B_out), - .subtract_n_add_in(1'b0), + .subtract_n_add_in(flags.ALU_subtract_nadd), .bus_out(bus) ); |
