Fixed global history predictor.

This commit is contained in:
Ross Thompson 2023-02-13 18:08:13 -06:00
parent bbc6095260
commit a579bbcdd1

View File

@ -36,7 +36,6 @@ module speculativeglobalhistory #(parameter int k = 10 ) (
output logic [1:0] DirPredictionF,
output logic DirPredictionWrongE,
// update
input logic [`XLEN-1:0] PCNextF, PCF, PCD, PCE,
input logic [3:0] PredInstrClassF,
input logic [3:0] InstrClassD, InstrClassE, InstrClassM,
input logic [3:0] WrongPredInstrClassD,