-
Notifications
You must be signed in to change notification settings - Fork 887
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
Add support for setting PMP Granularity over CLI #1490
Conversation
To support bisectable commit history, this project requires that each commit in a PR pass the tests. |
Hi @jerryz123 . Now there's a single commit that should work. How should I trigger the CI workflows ? |
Can you help me understand why the test failed? I don't think I understand it well enough to find what's broken and fix it. |
PMP Granularity is made available as a command line option. The default value is 4 Bytes. The value can be changed by passing the option --pmp-granularity=<value> to spike. Signed-off-by: Karthik B K <[email protected]>
Hi @scottj97 . Could you please review the changes now ? |
Resolves #1478