mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
future work comment about suspicious-looking verilog in csri.sv
This commit is contained in:
parent
55c5d2ca23
commit
3e656fc035
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user