From ffcf5f5825c6c9ab1e8fa385d46f299d9800ef6e Mon Sep 17 00:00:00 2001 From: Kip Macsai-Goren Date: Thu, 14 Oct 2021 13:42:24 -0700 Subject: [PATCH] Fixed typo in imperas64mmu tests causing PMP tests not to run. --- wally-pipelined/testbench/tests.vh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wally-pipelined/testbench/tests.vh b/wally-pipelined/testbench/tests.vh index 86746150b..7b5b5ea64 100644 --- a/wally-pipelined/testbench/tests.vh +++ b/wally-pipelined/testbench/tests.vh @@ -34,15 +34,15 @@ string tvpaths[] = '{ string imperas32mmu[] = '{ `IMPERASTEST, "rv32mmu/WALLY-MMU-SV32", "3000" - //"rv32mmu/WALLY-PMA", "3000", + //"rv32mmu/WALLY-PMP", "3000", //"rv32mmu/WALLY-PMA", "3000" }; string imperas64mmu[] = '{ `IMPERASTEST, "rv64mmu/WALLY-MMU-SV48", "3000", - "rv64mmu/WALLY-MMU-SV39", "3000" - //"rv64mmu/WALLY-PMA", "3000", + "rv64mmu/WALLY-MMU-SV39", "3000", + "rv64mmu/WALLY-PMP", "3000" //"rv64mmu/WALLY-PMA", "3000" };