cvw/src/ifu/bpred
2023-05-31 10:44:23 -05:00
..
bpred.sv Got the branch predictor parameterized using Lim's method. Also had to add a global enum included in both cvw.sv and the configs which defines the branch predictor types. This should be synthesizable, but I'll need to double check. 2023-05-26 16:00:14 -05:00
btb.sv Updated source code to be compatible with verilator 5.011 for lint only. 2023-05-31 10:44:23 -05:00
gshare.sv Got the branch predictor parameterized using Lim's method. Also had to add a global enum included in both cvw.sv and the configs which defines the branch predictor types. This should be synthesizable, but I'll need to double check. 2023-05-26 16:00:14 -05:00
gsharebasic.sv Got the branch predictor parameterized using Lim's method. Also had to add a global enum included in both cvw.sv and the configs which defines the branch predictor types. This should be synthesizable, but I'll need to double check. 2023-05-26 16:00:14 -05:00
icpred.sv Updated source code to be compatible with verilator 5.011 for lint only. 2023-05-31 10:44:23 -05:00
localaheadbp.sv Merge branch 'param-lim-merge' 2023-05-26 16:25:35 -05:00
localbpbasic.sv Merge branch 'param-lim-merge' 2023-05-26 16:25:35 -05:00
localrepairbp.sv Merge branch 'param-lim-merge' 2023-05-26 16:25:35 -05:00
RASPredictor.sv Updated source code to be compatible with verilator 5.011 for lint only. 2023-05-31 10:44:23 -05:00
satCounter2.sv Got the branch predictor parameterized using Lim's method. Also had to add a global enum included in both cvw.sv and the configs which defines the branch predictor types. This should be synthesizable, but I'll need to double check. 2023-05-26 16:00:14 -05:00
twoBitPredictor.sv Got the branch predictor parameterized using Lim's method. Also had to add a global enum included in both cvw.sv and the configs which defines the branch predictor types. This should be synthesizable, but I'll need to double check. 2023-05-26 16:00:14 -05:00