diff options
Diffstat (limited to 'eater_cpu/eater_decoder.sv')
| -rw-r--r-- | eater_cpu/eater_decoder.sv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eater_cpu/eater_decoder.sv b/eater_cpu/eater_decoder.sv index f738eeb..c467f18 100644 --- a/eater_cpu/eater_decoder.sv +++ b/eater_cpu/eater_decoder.sv @@ -5,6 +5,8 @@ module eater_decoder ( input clk_i, input wire [7:0] instruction_i, + input wire AluFlags flags_in, + output CpuControlFlags flags_o ); |
