Skip to content

Commit

Permalink
added no_pseudo_inst to only print regular instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidharrishmc committed Oct 22, 2024
1 parent da2310f commit b848a1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/rv32gc/imperas.ic
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
# context registers not implemented
--override cpu/scontext_undefined=T
--override cpu/mcontext_undefined=T
--override no_pseudo_inst=T # For code coverage, don't produce pseudoinstructions


# mcause and scause only have 4 lsbs of code and 1 msb of interrupt flag
#--override cpu/ecode_mask=0x8000000F # for RV32
Expand Down
1 change: 1 addition & 0 deletions config/rv64gc/imperas.ic
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
# context registers not implemented
--override cpu/scontext_undefined=T
--override cpu/mcontext_undefined=T
--override no_pseudo_inst=T # For code coverage, don't produce pseudoinstructions

# nonratified mnosie register not implemented
--override cpu/mnoise_undefined=T
Expand Down

0 comments on commit b848a1a

Please sign in to comment.