NYU-Processor-Design / nyu-core

The code and tests for the RISCV-32I compatible core for the NYU Processor Design VIP team.
Creative Commons Zero v1.0 Universal
2 stars 12 forks source link

Task: Finalize Branch Prediction #82

Closed ShinyMiraidon closed 10 months ago

ShinyMiraidon commented 11 months ago

Need to finalize branch prediction logic and how to flush and restore the pipeline when incorrect predictions are made.

ShinyMiraidon commented 10 months ago

Currently planning on doing a 2-bit predictor, will mark this task as complete once outlined