From 0fdbed55142dd22a082b9f532e2e2c0d2abe6677 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Thu, 20 Mar 2025 20:30:21 -0700 Subject: [PATCH] Disable Sv57 globally for Breker tests --- testbench/trek_files/customer.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/testbench/trek_files/customer.yaml b/testbench/trek_files/customer.yaml index e06733797..eedc71940 100644 --- a/testbench/trek_files/customer.yaml +++ b/testbench/trek_files/customer.yaml @@ -4,7 +4,7 @@ trek: scenarios: scenario_count: # primary control for length of test - value: 5 + value: 10 riscv: extensions: # disable hypervisor extension by setting value to 0 @@ -16,12 +16,8 @@ trek: # 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 + 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 - - - -