From 5ef1266d7608604cdba2bfc9686431c9893d48d3 Mon Sep 17 00:00:00 2001 From: slmnemo Date: Mon, 27 Jun 2022 20:16:29 -0700 Subject: [PATCH] Added termination line to CLINT test --- .../riscv-test-suite/rv32i_m/privilege/src/WALLY-clint-01.S | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-clint-01.S b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-clint-01.S index 65f078b6..7cfd83c1 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-clint-01.S +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-clint-01.S @@ -90,6 +90,7 @@ test_cases: .4byte mtimeh, 0xA5A5A5A6, write32_test # cause mtip to go high by making mtime > mtimecmp .4byte 0x0, 0x00000080, readmip_test # mtip should be set +.4byte 0x0, 0x0, terminate_test # terminate tests # =========== Experimental mtime counting test ===========