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 f476986..6b9b5e1 100644 --- a/eater_cpu/eater_computer.sv +++ b/eater_cpu/eater_computer.sv @@ -187,7 +187,7 @@ eater_decoder decoder ( .clk_i(DEC_clk_neg), .instruction_i(INS_out), .flags_o(automatic_flags), - .flags_in(ALU_flags_out) + .alu_flags_in(ALU_flags_out) ); endmodule |
