Fix compile error in branch predictor

This commit is contained in:
Jarred Allen 2021-04-29 14:36:56 -04:00
parent b554dc8e72
commit 000f48cd75

View File

@ -97,7 +97,7 @@ assign ForwardLHRNext = DoForwarding ? LHRFNext :LHRNextF[LookUpPCIndex];
assign DoForwardingPHT = LHRENext == ForwardLHRNext; assign DoForwardingPHT = LHRFNext == ForwardLHRNext;
// register the update value and the forwarding signal into the Fetch stage // register the update value and the forwarding signal into the Fetch stage
// TODO: add stall logic *** // TODO: add stall logic ***