/TomasuloSim

The architectural simulator follows Tomasulo’s algorithm without speculation (no reorder buffer involved). The instructions supported are LOAD, STORE, BNE, JAL, RET, ADD, ADDI, NEG, NAND, and SLL. The number of reservation stations and execution cycles per functional unit is taken as input from the user. Implemented by: Nada Badawi & Maya Makram.

Primary LanguagePython

No issues in this repository yet.