forked from Github_Repos/cvw
Merge branch 'main' into main
This commit is contained in:
commit
59d153ace0
@ -53,11 +53,11 @@ string tvpaths[] = '{
|
||||
"lsu",
|
||||
"vm64check",
|
||||
"pmp",
|
||||
"tlbKP",
|
||||
"pmpcfg",
|
||||
"pmpcfg1",
|
||||
"pmpcfg2"
|
||||
|
||||
"pmpcfg2",
|
||||
"tlbKP",
|
||||
"ifuCamlineWrite"
|
||||
};
|
||||
|
||||
string coremark[] = '{
|
||||
|
@ -36,4 +36,6 @@ main:
|
||||
li t0, 0x8800
|
||||
csrw pmpcfg0, t0
|
||||
|
||||
j done
|
||||
|
||||
j done
|
||||
|
||||
|
@ -189,6 +189,7 @@ main:
|
||||
li t1, -1
|
||||
csrw mcounteren, t1
|
||||
|
||||
|
||||
# Go to supervisor mode
|
||||
li a0, 1
|
||||
ecall
|
||||
|
Loading…
Reference in New Issue
Block a user