mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
Simplified gshare.
This commit is contained in:
parent
0e29a5f9c2
commit
57ab5a7488
@ -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