fixed incorrect expectation fof CLINT spec

This commit is contained in:
bbracker 2021-06-15 19:24:24 -04:00
parent 16e5e920b8
commit 9c883054c7

View File

@ -69,7 +69,8 @@ def writeVectors(storecmd, returningInstruction):
csrrc x0, {fromMode}status, x1
la x18, {clintAddr}
{storecmd} x0, 0(x18)
li x1, -1
{storecmd} x1, 0(x18)
""")
# Page 6 of unpriviledged spec