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

change the address for mstatush to 784 (issue #185) #188

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.20.0] - 2024-07-08
## [3.19.0] - 2024-08-23 (WIP)
- change the address for mstatush to 784 (issue #185)
- Add Sdtrig support

## [3.19.0] - 2024-06-07 (WIP)
- added support for Zalasr unratified extesion
- isa\_string variable in debug spec now depends on the hartid (instead of always depending on
`hart0`)
Expand Down
2 changes: 1 addition & 1 deletion riscv_config/schemas/schema_isa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ hart_schema:
type: string
default: The mstatush register keeps track of and controls the hart's current
operating state.
address: {type: integer, default: 768, allowed: [768]}
address: {type: integer, default: 784, allowed: [784]}
priv_mode: {type: string, default: M, allowed: [M]}
reset-val:
type: integer
Expand Down