diff --git a/src_Core/RISCY_OOO/procs/RV64G_OOO/FetchStage.bsv b/src_Core/RISCY_OOO/procs/RV64G_OOO/FetchStage.bsv index 23bcd8a..aba8019 100644 --- a/src_Core/RISCY_OOO/procs/RV64G_OOO/FetchStage.bsv +++ b/src_Core/RISCY_OOO/procs/RV64G_OOO/FetchStage.bsv @@ -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)