aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64ssvnapot
AgeCommit message (Collapse)AuthorFilesLines
2024-02-03If Svnapot is not implemented, skip the test.Eiji Yoshiya1-0/+11
If Svnapot is not implemented, a page fault will occur when accessing a page with napot specified. In this case, let the test pass.
2021-07-22Fix #352 (#353)Daniel Lustig1-2/+2
Thanks to @pdonahue-ventana for pointing this out
2021-07-21Move the Svnapot test to its own folder (#351)Daniel Lustig2-0/+180
...since not all implementations will support it