enable show_c_prefix

This commit is contained in:
Zain2050 2024-11-08 07:12:44 -08:00
parent 3943d07827
commit 83b07a0d27
2 changed files with 4 additions and 0 deletions

View file

@ -71,6 +71,7 @@
--override no_pseudo_inst=T # For code coverage, don't produce pseudoinstructions
--override show_c_prefix=T # Show "c." with compressed instructions
# mcause and scause only have 4 lsbs of code and 1 msb of interrupt flag
#--override cpu/ecode_mask=0x8000000F # for RV32

View file

@ -70,6 +70,9 @@
# For code coverage, don't produce pseudoinstructions
--override no_pseudo_inst=T
# Show "c." with compressed instructions
--override show_c_prefix=T
# nonratified mnosie register not implemented
--override cpu/mnoise_undefined=T