mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fix compile error in branch predictor
This commit is contained in:
parent
1e57c6bb92
commit
8fd9cc679b
@ -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