mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-31 00:44:38 +00:00
Fix compile error in branch predictor
This commit is contained in:
parent
b554dc8e72
commit
000f48cd75
@ -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
|
||||
// TODO: add stall logic ***
|
||||
|
Loading…
Reference in New Issue
Block a user