aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2023-09-24 17:07:37 -0700
committerGitHub <noreply@github.com>2023-09-24 17:07:37 -0700
commite6b30228b5cf6ced1909e62c336c70048ac59243 (patch)
tree4a80df2360667d20d37dc00036448563523e909e
parent2a95ee78f08437f7847a58a54d81f85633149643 (diff)
parentd52c34c00d5692c49b0de7a6f123e7679aad6402 (diff)
downloadriscv-opcodes-e6b30228b5cf6ced1909e62c336c70048ac59243.zip
riscv-opcodes-e6b30228b5cf6ced1909e62c336c70048ac59243.tar.gz
riscv-opcodes-e6b30228b5cf6ced1909e62c336c70048ac59243.tar.bz2
Merge pull request #196 from sequencer/patch-1
Remove duplicate zimm
-rw-r--r--constants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 6678cff..377cd7e 100644
--- a/constants.py
+++ b/constants.py
@@ -564,7 +564,6 @@ arg_lut['imm3'] = (22, 20)
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)