Merge branch 'main' into main

This commit is contained in:
David Harris 2023-04-19 04:50:12 -07:00 committed by GitHub
commit b63dff098a
3 changed files with 7 additions and 4 deletions

View File

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

View File

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

View File

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