mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Added cmoz support to imperas.ic and adjusted imperas testbench to no longer need FPGA parameter
This commit is contained in:
parent
dc3e412c62
commit
cfaeeae25a
@ -22,6 +22,9 @@
|
|||||||
--override cpu/Zicbom=T
|
--override cpu/Zicbom=T
|
||||||
--override cpu/Zicbop=T
|
--override cpu/Zicbop=T
|
||||||
--override cpu/Zicboz=T
|
--override cpu/Zicboz=T
|
||||||
|
--override cmomp_bytes=64 # Zic64b
|
||||||
|
--override cmoz_bytes=64 # Zic64b
|
||||||
|
--override lr_sc_grain=64 # Za64rs
|
||||||
|
|
||||||
# 64 KiB continuous huge pages supported
|
# 64 KiB continuous huge pages supported
|
||||||
--override cpu/Svpbmt=T
|
--override cpu/Svpbmt=T
|
||||||
@ -40,7 +43,7 @@
|
|||||||
|
|
||||||
--override cpu/reset_address=0x80000000
|
--override cpu/reset_address=0x80000000
|
||||||
|
|
||||||
--override cpu/unaligned=F
|
--override cpu/unaligned=T # Zicclsm (should be true)
|
||||||
--override cpu/ignore_non_leaf_DAU=1
|
--override cpu/ignore_non_leaf_DAU=1
|
||||||
--override cpu/wfi_is_nop=T
|
--override cpu/wfi_is_nop=T
|
||||||
--override cpu/misa_Extensions_mask=0x0
|
--override cpu/misa_Extensions_mask=0x0
|
||||||
|
@ -237,7 +237,7 @@ module testbench;
|
|||||||
assign HRDATAEXT = 0;
|
assign HRDATAEXT = 0;
|
||||||
end
|
end
|
||||||
|
|
||||||
if(P.FPGA) begin : sdcard
|
if(P.SDC_SUPPORTED) begin : sdcard
|
||||||
// *** fix later
|
// *** fix later
|
||||||
/* -----\/----- EXCLUDED -----\/-----
|
/* -----\/----- EXCLUDED -----\/-----
|
||||||
sdModel sdcard
|
sdModel sdcard
|
||||||
|
Loading…
Reference in New Issue
Block a user