generated from riscv/docs-spec-template
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about gpasize in iotval2 when s1 bare and gpa over 56bit #385
Comments
Do you have a test input that you can add to show what you mean? What was your input va and what do you see saved in iotval2 for that input? |
The issue is that the pte->PPN is 44 bit wide. I have fixed this in #390 |
Now the iotval2 check of that req pass, thanks |
I have different opinion of the saved iotval/iotval2, probably you guys should take a look over it: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the spec
seems the iotval2 should save the whole gpa high part value [63:2], even the gpa is over maxgpa ,
but in the c model , seems gpa dont save the value above 56bit when S1 bare (va=gpa), depending on page_sz .
so , should the iotval2 save the upper_bits in this situation? thanks
The text was updated successfully, but these errors were encountered: