mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-20 03:57:25 -04:00
Merge pull request #129 from NXP/bug/por-value-of-mstatus
fix #128 power-on-reset value for MSTATUS CSR
This commit is contained in:
commit
a0f5aafc4d
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