mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-20 12:08:05 -04:00
fix #128 power-on-reset value for MSTATUS CSR
Signed-off-by: Szymon Bieganski <szymon.bieganski@oss.nxp.com>
This commit is contained in:
parent
b8c94a3e84
commit
34214541e0
1 changed files with 2 additions and 2 deletions
|
@ -743,8 +743,8 @@ module cve2_cs_registers #(
|
|||
|
||||
// MSTATUS
|
||||
localparam status_t MSTATUS_RST_VAL = '{mie: 1'b0,
|
||||
mpie: 1'b1,
|
||||
mpp: PRIV_LVL_U,
|
||||
mpie: 1'b0,
|
||||
mpp: PRIV_LVL_M,
|
||||
mprv: 1'b0,
|
||||
tw: 1'b0};
|
||||
cve2_csr #(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue