mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Added comment.
This commit is contained in:
parent
4c3c517322
commit
822d989383
@ -215,6 +215,7 @@ module lsu (
|
||||
assign MemStage = CPUBusy | MemRWM[0] | reset; // 1 = M stage; 0 = E stage
|
||||
assign DTIMAdr = MemStage ? IEUAdrExtM : IEUAdrExtE; // zero extend or contract to PA_BITS
|
||||
/* verilator lint_on WIDTH */
|
||||
// *** add ce to bram1... to remove this extra mux control.
|
||||
|
||||
dtim dtim(.clk, .reset, .MemRWM,
|
||||
.Adr(DTIMAdr),
|
||||
|
Loading…
Reference in New Issue
Block a user