mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Simplified gshare.
This commit is contained in:
parent
4cbefd9834
commit
42828e6ec4
@ -103,7 +103,7 @@ module speculativegshare #(parameter int k = 10 ) (
|
||||
|
||||
// GHR pipeline
|
||||
// this version fails the regression test do to pessimistic x propagation.
|
||||
// assign GHRNextF = FlushD | DirPredictionWrongE ? GHRNextD[k-1:0] :
|
||||
// assign GHRNextF = FlushD | DirPredictionWrongE ? GHRNextE[k-1:0] :
|
||||
// BranchInstrF ? {DirPredictionF[1], GHRF[k-1:1]} :
|
||||
// GHRF;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user