From fe5110874023af1269e5640d61da00b309b94609 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Tue, 18 Apr 2023 22:09:50 -0700 Subject: [PATCH] a --- tests/coverage/pmpcfg2.S | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/coverage/pmpcfg2.S diff --git a/tests/coverage/pmpcfg2.S b/tests/coverage/pmpcfg2.S deleted file mode 100644 index 5966e3cd..00000000 --- a/tests/coverage/pmpcfg2.S +++ /dev/null @@ -1,12 +0,0 @@ -// pmpcfg part 3 -// Kevin Wan, kewan@hmc.edu, 4/18/2023 -// locks each pmpXcfg bit field in order, from X = 15 to X = 0, with the A[1:0] field set to TOR. -// See the next part in pmpcfg1.S - -#include "WALLY-init-lib.h" -main: - li t0, 0x80 - csrw pmpcfg0, t0 - - - j done \ No newline at end of file