Skip to content

Commit

Permalink
change the address for mstatush to 784 (issue riscv-software-src#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
neelgala committed Aug 23, 2024
1 parent 7273a5e commit e64a3fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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

0 comments on commit e64a3fc

Please sign in to comment.