A Tomasulo & Scoreboarding Visual Simulator
-
Updated
Nov 19, 2023 - Python
A Tomasulo & Scoreboarding Visual Simulator
Python simulator of Tomasulo algorithm
Simulates Tomasulo Algorithms with Reorder Buffer
Tomasulo algorithm, Python Implementation
Simulador visual e interativo do algoritmo de Tomasulo com suporte a instruções MIPS, especulação de desvios e métricas de desempenho. Desenvolvido com fins didáticos.
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.
Simulation of Tomasulo algorithm in python
CPU Resources Simulator using Tomasulo algorithm
Tomasulo computer architecture hardware algorithm simulator
Basic Implementation of Tomasulo Algorithm, with memory unit pipelined.
Add a description, image, and links to the tomasulo-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the tomasulo-algorithm topic, visit your repo's landing page and select "manage topics."