Skip to content

Commit

Permalink
Update IDEX.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyMiraidon authored Nov 7, 2023
1 parent 00eeb8b commit a9c31bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rtl/IDEX.sv
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ module IDEX #(
1: b <= imm;
2: b <= 4;
3: b <= imm << 12;
default b <= 0;
endcase
end
end
Expand Down

0 comments on commit a9c31bc

Please sign in to comment.