From f127505b779dcb134fa48bcf2bf59810b60348c5 Mon Sep 17 00:00:00 2001 From: uvok Date: Mon, 19 Jan 2026 19:20:45 +0100 Subject: eater: Add subtract flag --- eater_cpu/eater_computer.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eater_cpu/eater_computer.sv') 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) ); -- cgit v1.2.3