forked from Github_Repos/cvw
Simplified InstrRawD register
This commit is contained in:
parent
a4da3f30e1
commit
9fea16fd20
@ -280,7 +280,7 @@ module ifu (
|
||||
assign IFUStallF = IFUCacheBusStallF | SelNextSpillF;
|
||||
assign GatedStallF = StallF & ~SelNextSpillF;
|
||||
|
||||
flopenl #(32) AlignedInstrRawDFlop(clk, reset, ~StallD, FlushD ? nop : PostSpillInstrRawF, nop, InstrRawD);
|
||||
flopenl #(32) AlignedInstrRawDFlop(clk, reset | FlushD, ~StallD, PostSpillInstrRawF, nop, InstrRawD);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// PCNextF logic
|
||||
|
Loading…
Reference in New Issue
Block a user