Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
updated generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anuani21 committed Sep 30, 2024
1 parent b28007b commit 64ceaa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions riscv_ctg/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ def get_rm(opcode):
'jformat': "['imm_val']",
'crformat': "['rs1_val', 'rs2_val']",
'cmvformat': "['rs2_val']",
'ciformat': "[ 'imm_val','fcsr']",
'cssformat': "['rs2_val', 'imm_val','fcsr']",
'ciformat': "[ 'imm_val']",
'cssformat': "['rs2_val', 'imm_val']",
'ciwformat': "['imm_val']",
'clformat': "['rs1_val', 'imm_val', 'fcsr']",
'clformat': "['rs1_val', 'imm_val']",
'cuformat': "['rs1_val']",
'clbformat': "['rs1_val','imm_val']",
'clhformat': "['rs1_val','imm_val']",
Expand Down

0 comments on commit 64ceaa4

Please sign in to comment.