forked from Github_Repos/cvw
Configurable RISC-V Processor
9172e52286
Added performance counters to individually track branches; jumps, jump register, jal, and jalr; return. jump and jump register are special cases of jal and jalr. Similarlly return is a special case of jalr. Also added counters to track if the branch direction was wrong, btb target wrong, or the ras target was wrong. Finally added one more counter to track if the BP incorrectly predicts a non-cfi instruction. |
||
---|---|---|
sky130 | ||
testsBP | ||
wally-pipelined | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md |
riscv-wally
Configurable RISC-V Processor