Restored RV64GC BPRED_SIZE=10 for consistent synthesis results

This commit is contained in:
David Harris 2023-11-17 18:31:44 -08:00
parent 423ae2bb76
commit 96556064a4

View File

@ -150,7 +150,7 @@ localparam PLIC_SDC_ID = 32'd9;
localparam BPRED_SUPPORTED = 1;
localparam BPRED_TYPE = `BP_GSHARE; // BP_GSHARE_BASIC, BP_GLOBAL, BP_GLOBAL_BASIC, BP_TWOBIT
localparam BPRED_NUM_LHR = 32'd6;
localparam BPRED_SIZE = 32'd6;
localparam BPRED_SIZE = 32'd10;
localparam BTB_SIZE = 32'd10;
localparam RAS_SIZE = 32'd16;