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:
christian-herber-nxp 2023-06-29 18:04:19 +02:00 committed by GitHub
commit a0f5aafc4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 #(