From a95be0b56744a7e19e6c13aa2272fe499ae677ec Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Fri, 17 Feb 2023 15:53:49 -0600 Subject: [PATCH] More updates. --- src/ifu/bpred/speculativeglobalhistory.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifu/bpred/speculativeglobalhistory.sv b/src/ifu/bpred/speculativeglobalhistory.sv index 76ee5a47c..ca36a19f1 100644 --- a/src/ifu/bpred/speculativeglobalhistory.sv +++ b/src/ifu/bpred/speculativeglobalhistory.sv @@ -1,5 +1,5 @@ /////////////////////////////////////////// -// gsharePredictor.sv +// speculativeglobalhistory.sv // // Written: Shreya Sanghai // Email: ssanghai@hmc.edu @@ -28,7 +28,7 @@ `include "wally-config.vh" -module speculativegshare #(parameter int k = 10 ) ( +module speculativeglobalhistory #(parameter int k = 10 ) ( input logic clk, input logic reset, input logic StallF, StallD, StallE, StallM, StallW,