From e64a3fc03b6d31f32233d0225e5af590041ba5aa Mon Sep 17 00:00:00 2001 From: Neel Gala Date: Fri, 23 Aug 2024 12:37:32 +0530 Subject: [PATCH] change the address for mstatush to 784 (issue #185) --- CHANGELOG.md | 5 ++--- riscv_config/schemas/schema_isa.yaml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7dedf1..fa5e14a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`) diff --git a/riscv_config/schemas/schema_isa.yaml b/riscv_config/schemas/schema_isa.yaml index 5d90742..1271b8b 100644 --- a/riscv_config/schemas/schema_isa.yaml +++ b/riscv_config/schemas/schema_isa.yaml @@ -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