Skip to content

Commit

Permalink
Merge pull request riscv#196 from sequencer/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate zimm
  • Loading branch information
aswaterman authored Sep 25, 2023
2 parents 2a95ee7 + d52c34c commit e6b3022
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@
arg_lut['imm4'] = (23, 20)
arg_lut['imm5'] = (24, 20)
arg_lut['imm6'] = (25, 20)
arg_lut['zimm'] = (19, 15)
arg_lut['opcode'] = (6,0)
arg_lut['funct7'] = (31,25)

Expand Down

0 comments on commit e6b3022

Please sign in to comment.