Skip to content

Tomasulo algorithm simulation, including ROB, RAT, ld_sd_queue

Notifications You must be signed in to change notification settings

qingyangqing/Tomasulo

Repository files navigation

Tomasulo Algorithm Simulation

  • includes instructions of int_add, fp_add, fp_multi, load, store, branch;
  • implements ROB, RAT, load-store-queue;
  • implements out-of-order processing and memory disambiguation;
  • doesn't include branch prediction.

How to run: cd code; python main.py

About

Tomasulo algorithm simulation, including ROB, RAT, ld_sd_queue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages