Gshare cleanup.

This commit is contained in:
Ross Thompson 2023-01-29 15:06:35 -06:00
parent 244885d3fa
commit 2a336cfb71

View File

@ -106,7 +106,7 @@ module speculativegshare
// GHR pipeline
// 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]} :
// GHRF;