mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
enable show_c_prefix
This commit is contained in:
parent
3943d07827
commit
83b07a0d27
@ -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…
Reference in New Issue
Block a user