bpred tab cleanup

This commit is contained in:
David Harris 2023-01-24 05:42:34 -08:00
parent fc6cf1f198
commit 5233117568

View File

@ -58,7 +58,7 @@ module bpred (
output logic BTBPredPCWrongM, // Prediction target wrong
output logic RASPredPCWrongM, // RAS prediction is wrong
output logic PredictionInstrClassWrongM // Class prediction is wrong
);
);
logic BTBValidF;
logic [1:0] DirPredictionF;