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

Fixed a bug related to Reserved Encoding in tlbcontrol.sv #1206

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

Zain2050
Copy link
Contributor

Reserved Encoding was only being checked in the case of DTLB. Due to this, VM SV32 reserved_pte tests were showing a mismatch.
I made changes in tlbcontrol.sv to check it for both ITLB & DTLB. This fixed the problem. Now reserved_pte tests are successfully running and showing zero mismatches.
This PR will fix the following issue #1198
I checked for other possible bugs in tlbcontrol.sv, but according to my knowledge, I think this was the only bug.

@davidharrishmc davidharrishmc merged commit 505adef into openhwgroup:main Dec 24, 2024
1 check 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