busybear: change sstatus, mstatus reset value

This commit is contained in:
Noah Boorstin 2021-02-28 16:19:03 +00:00
parent 2769b147cb
commit 856a1079cc

View File

@ -116,8 +116,8 @@ module csrsr (
STATUS_SPIE <= 0; //`S_SUPPORTED;
STATUS_UPIE <= 0; // `U_SUPPORTED;
STATUS_MIE <= 0; // Per Priv 3.3
STATUS_SIE <= `S_SUPPORTED;
STATUS_UIE <= `U_SUPPORTED;
STATUS_SIE <= 0; //`S_SUPPORTED;
STATUS_UIE <= 0; //`U_SUPPORTED;
end else if (~StallW) begin
if (WriteMSTATUSM) begin
STATUS_SUM_INT <= CSRWriteValM[18];