mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
enable show_c_prefix
This commit is contained in:
parent
3943d07827
commit
83b07a0d27
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue