mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 05:24:49 +00:00
Gshare cleanup.
This commit is contained in:
parent
244885d3fa
commit
2a336cfb71
@ -106,7 +106,7 @@ module speculativegshare
|
|||||||
|
|
||||||
// GHR pipeline
|
// GHR pipeline
|
||||||
// this version fails the regression test do to pessimistic x propagation.
|
// this version fails the regression test do to pessimistic x propagation.
|
||||||
// assign GHRNextF = FlushD ? (BranchInstrE ? GHRNextD[k:1] : GHRNextD[k-1:0]) :
|
// assign GHRNextF = FlushD | DirPredictionWrongE ? GHRNextD[k-1:0] :
|
||||||
// BranchInstrF ? {DirPredictionF[1], GHRF[k-1:1]} :
|
// BranchInstrF ? {DirPredictionF[1], GHRF[k-1:1]} :
|
||||||
// GHRF;
|
// GHRF;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user