aboutsummaryrefslogtreecommitdiff
path: root/ci-tests
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@rivosinc.com>2023-01-27 08:55:05 -0800
committerAaron Durbin <adurbin@rivosinc.com>2023-01-27 10:37:20 -0800
commitafff588a4b366193d4a2acd911d1c3a2f3908f73 (patch)
treeab9213a74ec24a76ff4bc6787edd316f1d2e2790 /ci-tests
parent41e2ec0c89b3c618f758bafc560a9fa746135c87 (diff)
downloadriscv-isa-sim-afff588a4b366193d4a2acd911d1c3a2f3908f73.zip
riscv-isa-sim-afff588a4b366193d4a2acd911d1c3a2f3908f73.tar.gz
riscv-isa-sim-afff588a4b366193d4a2acd911d1c3a2f3908f73.tar.bz2
Remove dirty_enabled from cfg_t
The addition of Svadu support and removal of --mmu-dirty command line flag results in the dirty_enabled configuration state no longer being used. Remove the remnants of this state.
Diffstat (limited to 'ci-tests')
-rw-r--r--ci-tests/testlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci-tests/testlib.c b/ci-tests/testlib.c
index f20e749..9343b61 100644
--- a/ci-tests/testlib.c
+++ b/ci-tests/testlib.c
@@ -23,7 +23,6 @@ int main()
"vlen:128,elen:64",
false,
endianness_little,
- false,
16,
mem_cfg,
hartids,