-
Notifications
You must be signed in to change notification settings - Fork 228
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
Bug : PMPCFG.A field #2496
Comments
See also CVA6 #2024. |
We need to specify in detail the behavior of |
So it all depends on the interpretation of Consider the scenario where the current value of In this situation, the only deterministic outcomes are that |
Normally we should igonre changing the pmpcfg.A when trying to write an illegal value, so the last legal value should be keeped |
Hello, according to the CV32A65X Spec, the pmpcfg[x].A support only 2 modes disable/TOR, so the only legal value for pmpcfg.A is 2'b01 | 2'b00.
but spike support all A flied modes, so this need some mask based on a config, the bug is in solo & tandem mode.
The text was updated successfully, but these errors were encountered: