-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SV32 translation test with basic PageTableWalk (#20)
This PR introduces a basic implementation of the SV32 page table walk, following a test-driven approach. A test was written to validate the functionality, which led to defining the `sv32PageTableWalk` method for address translation. The current implementation of `sv32PageTableWalk` checks the validity of PTEs but does not include comprehensive checks for other conditions. This sets up a foundation for further enhancement in the page table walk process, with future iterations expected to include more advanced validations. --------- Co-authored-by: Kathlene Magnus <[email protected]>
- Loading branch information
1 parent
7fbc085
commit 98ca826
Showing
9 changed files
with
386 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.