-
Notifications
You must be signed in to change notification settings - Fork 78
feat: smepmp from #652 #1153
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
base: main
Are you sure you want to change the base?
feat: smepmp from #652 #1153
Conversation
…cfg and mseccfgh # Conflicts: # spec/std/isa/ext/Smepmp.yaml
# Conflicts: # spec/std/isa/ext/Smepmp.yaml
|
Not sure why the CI is failing? Something to do with the parameter definitions, perhaps? |
90d679b to
881c2b4
Compare
272e7ce to
920efeb
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1153 +/- ##
=======================================
Coverage 46.05% 46.05%
=======================================
Files 11 11
Lines 4942 4942
Branches 1345 1345
=======================================
Hits 2276 2276
Misses 2666 2666
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ThinkOpenly
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that mseccfg is "an optional" register, we'll need a boolean parameter for whether it is indeed supported.
We'll also need to force that parameter to true for the handful of extensions that depend on it's existence.
| priv_mode: M | ||
| length: 64 | ||
| description: Machine Security Configuration | ||
| length: MXLEN |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mseccfg is an optional 64-bit read/write register
| length: MXLEN | |
| length: 64 |
| definedBy: | ||
| name: Sm | ||
| version: ">= 1.12" | ||
| fields: {} | ||
| name: Smepmp | ||
| version: ~> 1.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| definedBy: | |
| name: Sm | |
| version: ">= 1.12" | |
| fields: {} | |
| name: Smepmp | |
| version: ~> 1.0.0 | |
| definedBy: | |
| name: Sm | |
| version: ">= 1.12" |
| name: Smepmp | ||
| version: ~> 1.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| name: Smepmp | |
| version: ~> 1.0.0 | |
| name: Sm | |
| version: ">= 1.12" |
Closes #219