mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
minor edits
This commit is contained in:
parent
ac98989e19
commit
e82e6358dd
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ begin
|
|||
|
||||
-- ALU Function Select --------------------------------------------------------------------
|
||||
-- -------------------------------------------------------------------------------------------
|
||||
alu_function_mux: process(ctrl_i, opa, opb, add_res, sub_res, cmp_less, shifter)
|
||||
alu_function_mux: process(ctrl_i, opa, opb, add_res, sub_res, cmp_less, shifter.sreg)
|
||||
begin
|
||||
case ctrl_i(ctrl_alu_cmd2_c downto ctrl_alu_cmd0_c) is
|
||||
when alu_cmd_xor_c => alu_res <= opa xor opb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue