Skip to content

Commit

Permalink
Update core/decoder.sv
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
JeanRochCoulon and github-actions[bot] authored Aug 30, 2024
1 parent bea2e3b commit 29431aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/decoder.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1414,8 +1414,8 @@ module decoder
end

riscv::OpcodeLui: begin
imm_select = UIMM;
instruction_o.fu = ALU;
imm_select = UIMM;
instruction_o.fu = ALU;
instruction_o.rd = instr.utype.rd;
end

Expand Down

0 comments on commit 29431aa

Please sign in to comment.