Small improvement of BTB changes made by Jon and myself

This commit is contained in:
Franz Fuchs
2021-04-01 09:08:47 +01:00
parent c17eb9e7c1
commit 6e157fff5a

View File

@@ -373,7 +373,7 @@ module mkFetchStage(FetchStage);
// Can the fifo size be smaller?
// Branch Predictors
NextAddrPred#(16) nextAddrPred <- mkBtb;
let nextAddrPred <- mkBtb;
let dirPred <- mkDirPredictor;
ReturnAddrStack ras <- mkRas;
// Wire to train next addr pred (NAP)