Skip to content
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

SV32 translation test with basic PageTableWalk #20

Merged
merged 13 commits into from
Dec 13, 2024

Conversation

skhanx86
Copy link
Collaborator

@skhanx86 skhanx86 commented Dec 8, 2024

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.

@skhanx86 skhanx86 merged commit 98ca826 into sparcians:main Dec 13, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants