future work comment about suspicious-looking verilog in csri.sv

This commit is contained in:
bbracker 2021-03-25 00:10:44 -04:00
parent f5b70c8ab8
commit e98dd420bc

View File

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