rmadith / 554

Spring 2024 Capstone Project
0 stars 0 forks source link

Integrate dynamic branch prediction into pipelined CPU #19

Open thedubbers9 opened 5 months ago

thedubbers9 commented 5 months ago

Take @rsdingle 's BTB & PC module. Swap it into the pipelined processor. Rerun tests and debug issues. Make sure incorrect predictions are handled properly. Work with @rsdingle since he got it working in the 552 processor.