cvw/wally-pipelined/src/ifu
2021-07-26 11:55:31 -05:00
..
bpred.sv Now have global history working correctly. 2021-06-01 10:57:43 -05:00
BTBPredictor.sv Corrected a number of bugs in the branch predictor. 2021-03-31 11:54:02 -05:00
decompress.sv Fixed bug with the compressed immediate generation. Several formats should zero extend. 2021-07-26 11:55:31 -05:00
globalHistoryPredictor.sv Fixed a few lint errors, 2021-06-02 09:33:24 -05:00
gsharePredictor.sv Fixed a few lint errors, 2021-06-02 09:33:24 -05:00
ifu.sv Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main 2021-07-21 16:44:32 -05:00
localHistoryPredictor.sv Gave names to for loops in generate blocks for ease of reference 2021-07-04 18:52:16 -04:00
RAsPredictor.sv Corrected a number of bugs in the branch predictor. 2021-03-31 11:54:02 -05:00
satCounter2.sv We now have a solid rough draft of the 2 bit sat counter branch predictor with BTB and RAS. 2021-02-15 14:51:39 -06:00
SRAM2P1R1W.sv Gave names to for loops in generate blocks for ease of reference 2021-07-04 18:52:16 -04:00
twoBitPredictor.sv Fixed bug in the two bit sat counter branch predictor. The SRAM needs to be read enabled by StallF. 2021-05-24 23:24:54 -05:00