Skip to content

A simple 4-stage Out-of-Order Processor implemented using Tomasulo's Algorithm. Includes a 1-bit Branch Predictor with BTB

Notifications You must be signed in to change notification settings

dvarshney1/4-stage-OoO-Processor

Repository files navigation

4-stage Basic OoO Processor with 1-bit Branch predictor and BTB

Testcode can be added to testcode folder. Use command

./rv_load_memory.sh <assembly_file>

to assemble the testcode program.

It is assembled in a file named memory.lst. Run quartus and synthesize and test your design.

About

A simple 4-stage Out-of-Order Processor implemented using Tomasulo's Algorithm. Includes a 1-bit Branch Predictor with BTB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published