Merge branch 'main' into main

This commit is contained in:
David Harris 2023-04-19 04:50:12 -07:00 committed by GitHub
commit 59d153ace0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -53,11 +53,11 @@ string tvpaths[] = '{
"lsu", "lsu",
"vm64check", "vm64check",
"pmp", "pmp",
"tlbKP",
"pmpcfg", "pmpcfg",
"pmpcfg1", "pmpcfg1",
"pmpcfg2" "pmpcfg2",
"tlbKP",
"ifuCamlineWrite"
}; };
string coremark[] = '{ string coremark[] = '{

View File

@ -36,4 +36,6 @@ main:
li t0, 0x8800 li t0, 0x8800
csrw pmpcfg0, t0 csrw pmpcfg0, t0
j done j done

View File

@ -189,6 +189,7 @@ main:
li t1, -1 li t1, -1
csrw mcounteren, t1 csrw mcounteren, t1
# Go to supervisor mode # Go to supervisor mode
li a0, 1 li a0, 1
ecall ecall