mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
busybear: change sstatus, mstatus reset value
This commit is contained in:
parent
2769b147cb
commit
856a1079cc
@ -116,8 +116,8 @@ module csrsr (
|
|||||||
STATUS_SPIE <= 0; //`S_SUPPORTED;
|
STATUS_SPIE <= 0; //`S_SUPPORTED;
|
||||||
STATUS_UPIE <= 0; // `U_SUPPORTED;
|
STATUS_UPIE <= 0; // `U_SUPPORTED;
|
||||||
STATUS_MIE <= 0; // Per Priv 3.3
|
STATUS_MIE <= 0; // Per Priv 3.3
|
||||||
STATUS_SIE <= `S_SUPPORTED;
|
STATUS_SIE <= 0; //`S_SUPPORTED;
|
||||||
STATUS_UIE <= `U_SUPPORTED;
|
STATUS_UIE <= 0; //`U_SUPPORTED;
|
||||||
end else if (~StallW) begin
|
end else if (~StallW) begin
|
||||||
if (WriteMSTATUSM) begin
|
if (WriteMSTATUSM) begin
|
||||||
STATUS_SUM_INT <= CSRWriteValM[18];
|
STATUS_SUM_INT <= CSRWriteValM[18];
|
||||||
|
Loading…
Reference in New Issue
Block a user