mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
ifu lint fixes
This commit is contained in:
parent
2368b58cc9
commit
9bde239143
@ -184,7 +184,7 @@ module ifu (
|
|||||||
assign BPPredDirWrongE = 1'b0;
|
assign BPPredDirWrongE = 1'b0;
|
||||||
assign BTBPredPCWrongE = 1'b0;
|
assign BTBPredPCWrongE = 1'b0;
|
||||||
assign RASPredPCWrongE = 1'b0;
|
assign RASPredPCWrongE = 1'b0;
|
||||||
assign BPPredClassNonCFIWrong = 1'b0;
|
assign BPPredClassNonCFIWrongE = 1'b0;
|
||||||
end
|
end
|
||||||
endgenerate
|
endgenerate
|
||||||
// The true correct target is PCTargetE if PCSrcE is 1 else it is the fall through PCLinkE.
|
// The true correct target is PCTargetE if PCSrcE is 1 else it is the fall through PCLinkE.
|
||||||
|
@ -44,7 +44,7 @@ module localHistoryPredictor
|
|||||||
);
|
);
|
||||||
|
|
||||||
logic [2**m-1:0][k-1:0] LHRNextF;
|
logic [2**m-1:0][k-1:0] LHRNextF;
|
||||||
logic [k-1:0] LHRF, ForwardLHRNext;
|
logic [k-1:0] LHRF, LHRFNext, ForwardLHRNext;
|
||||||
logic [m-1:0] LookUpPCIndex, UpdatePCIndex;
|
logic [m-1:0] LookUpPCIndex, UpdatePCIndex;
|
||||||
logic [1:0] PredictionMemory;
|
logic [1:0] PredictionMemory;
|
||||||
logic DoForwarding, DoForwardingF, DoForwardingPHT, DoForwardingPHTF;
|
logic DoForwarding, DoForwardingF, DoForwardingPHT, DoForwardingPHTF;
|
||||||
|
Loading…
Reference in New Issue
Block a user