Skip to content

Commit 83a3846

Browse files
Update zcmop
1 parent c7a0e6c commit 83a3846

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/riscv_opcodes/constants.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ def read_arg_lut_csv(filename: str) -> "dict[str, tuple[int, int]]":
8282
arg_lut = read_arg_lut_csv("arg_lut.csv")
8383

8484
# for mop
85-
arg_lut["mop_r_t_30"] = (30, 30)
86-
arg_lut["mop_r_t_27_26"] = (27, 26)
87-
arg_lut["mop_r_t_21_20"] = (21, 20)
88-
arg_lut["mop_rr_t_30"] = (30, 30)
89-
arg_lut["mop_rr_t_27_26"] = (27, 26)
90-
arg_lut["c_mop_t"] = (10, 8)
85+
arg_lut["mop_r_30"] = (30, 30)
86+
arg_lut["mop_r_27_26"] = (27, 26)
87+
arg_lut["mop_r_21_20"] = (21, 20)
88+
arg_lut["mop_rr_30"] = (30, 30)
89+
arg_lut["mop_rr_27_26"] = (27, 26)
90+
arg_lut["c_mop"] = (10, 8)
9191

9292
# dictionary containing the mapping of the argument to the what the fields in
9393
# the latex table should be

0 commit comments

Comments
 (0)