From 99d12a5ef0b85ae8bde39593f29d6eafa899be37 Mon Sep 17 00:00:00 2001 From: David Harris Date: Sat, 28 Jan 2023 20:22:36 -0800 Subject: [PATCH] Removed unused BPRED file referenes from fpga config --- pipelined/config/fpga/wally-config.vh | 2 -- 1 file changed, 2 deletions(-) diff --git a/pipelined/config/fpga/wally-config.vh b/pipelined/config/fpga/wally-config.vh index 3612185e0..d23ef9684 100644 --- a/pipelined/config/fpga/wally-config.vh +++ b/pipelined/config/fpga/wally-config.vh @@ -137,8 +137,6 @@ `define PLIC_UART_ID 10 `define PLIC_GPIO_ID 3 -`define TWO_BIT_PRELOAD "../config/fpga/twoBitPredictor.txt" -`define BTB_PRELOAD "../config/fpga/BTBPredictor.txt" `define BPRED_SUPPORTED 1 `define BPRED_TYPE "BPSPECULATIVEGSHARE" // BPLOCALPAg or BPGLOBAL or BPTWOBIT or BPGSHARE or BPSPECULATIVEGLOBAL or BPSPECULATIVEGSHARE or BPOLDGSHARE or BPOLDGSHARE2 `define TESTSBP 1