forked from Github_Repos/cvw
Merge branch 'main' into main
This commit is contained in:
commit
59d153ace0
@ -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[] = '{
|
||||||
|
@ -36,4 +36,6 @@ main:
|
|||||||
li t0, 0x8800
|
li t0, 0x8800
|
||||||
csrw pmpcfg0, t0
|
csrw pmpcfg0, t0
|
||||||
|
|
||||||
|
|
||||||
j done
|
j done
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user