diff --git a/wally-pipelined/src/privileged/csri.sv b/wally-pipelined/src/privileged/csri.sv index ee84c222..488c6ba4 100644 --- a/wally-pipelined/src/privileged/csri.sv +++ b/wally-pipelined/src/privileged/csri.sv @@ -49,7 +49,7 @@ module csri #(parameter // assumes no N-mode user interrupts always_comb begin - IntInM = 0; + IntInM = 0; // *** does this really work IntInM[11] = ExtIntM & ~MIDELEG_REGW[9]; // MEIP IntInM[9] = ExtIntM & MIDELEG_REGW[9]; // SEIP IntInM[7] = TimerIntM & ~MIDELEG_REGW[5]; // MTIP