-
Notifications
You must be signed in to change notification settings - Fork 5
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
MIPS: add TLB debugging features #54
Comments
Both of above should be checked when Setting |
And for future reference, some interesting links: https://student.cs.uwaterloo.ca/~cs350/common/sys161manual/mips.html
https://github.com/torvalds/linux/blob/master/arch/mips/mm/tlb-r4k.c (invalidation uses unique addresses from
https://www.spinics.net/lists/mips/msg12390.html
|
It might be best if TLB is initialized so that Debug dump of TLB can still check for |
It would be useful if in some mode (perhaps we can abuse
-t
for this?) MSIM would warn about possibly wrong use of TLB.Set
TS
field (TLB shutdown) inDS
(diagnostic status) ofstatus
register to 1 if more entries match (and possibly print a warning?)Perhaps warn if multiple physical frames are accessible via different virtual addresses?
The text was updated successfully, but these errors were encountered: