mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-19 11:34:50 -04:00
Actually fix breker customer.yaml file this time
This commit is contained in:
parent
300fcd669f
commit
3ff22586cb
2 changed files with 1 additions and 23 deletions
|
@ -13,7 +13,7 @@ trek:
|
|||
value: 0
|
||||
|
||||
# uncomment the `weights:` line below if any entries under `weights:` need to be enabled
|
||||
# weights:
|
||||
weights:
|
||||
# disable testing of Sv57: Page-Based 57-bit Virtual-Memory System
|
||||
# if your system does not support this feature
|
||||
pss_top.rvMmu.rvMmuOp.RvMmuOp::satpModeSv57: 0
|
||||
|
|
|
@ -1,27 +1,5 @@
|
|||
trek:
|
||||
svip:
|
||||
global:
|
||||
scenarios:
|
||||
scenario_count:
|
||||
# primary control for length of test
|
||||
value: 10
|
||||
riscv:
|
||||
extensions:
|
||||
# disable hypervisor extension by setting value to 0
|
||||
# if your system does not support this feature
|
||||
h_hypervisor:
|
||||
value: 0
|
||||
|
||||
weights:
|
||||
# disable testing of Sv57: Page-Based 57-bit Virtual-Memory System
|
||||
# if your system does not support this feature
|
||||
pss_top.rvMmu.rvMmuOp.RvMmuOp::satpModeSv57: 0
|
||||
|
||||
# qemu-riscv64 does not ignore writes to WARL bits in hgatp
|
||||
# Comment out the next line unless your design has this issue
|
||||
# pss_top.rvMmu.rvMmuOp.RvMmuOp::writeHgatpWarl : 0
|
||||
|
||||
|
||||
# turn off MMU Tests
|
||||
# pss_top.rvMmu.rvMmuOp: 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue