Skip to content

Commit 3ff2258

Browse files
committed
Actually fix breker customer.yaml file this time
1 parent 300fcd6 commit 3ff2258

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

testbench/trek_files/customer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trek:
1313
value: 0
1414

1515
# uncomment the `weights:` line below if any entries under `weights:` need to be enabled
16-
# weights:
16+
weights:
1717
# disable testing of Sv57: Page-Based 57-bit Virtual-Memory System
1818
# if your system does not support this feature
1919
pss_top.rvMmu.rvMmuOp.RvMmuOp::satpModeSv57: 0

tests/breker/constraints/mmu.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,5 @@
11
trek:
2-
svip:
3-
global:
4-
scenarios:
5-
scenario_count:
6-
# primary control for length of test
7-
value: 10
8-
riscv:
9-
extensions:
10-
# disable hypervisor extension by setting value to 0
11-
# if your system does not support this feature
12-
h_hypervisor:
13-
value: 0
14-
152
weights:
16-
# disable testing of Sv57: Page-Based 57-bit Virtual-Memory System
17-
# if your system does not support this feature
18-
pss_top.rvMmu.rvMmuOp.RvMmuOp::satpModeSv57: 0
19-
20-
# qemu-riscv64 does not ignore writes to WARL bits in hgatp
21-
# Comment out the next line unless your design has this issue
22-
# pss_top.rvMmu.rvMmuOp.RvMmuOp::writeHgatpWarl : 0
23-
24-
253
# turn off MMU Tests
264
# pss_top.rvMmu.rvMmuOp: 0
275

0 commit comments

Comments
 (0)