Skip to content

Simulação do algoritmo de tomasulo implementado em Python.

Notifications You must be signed in to change notification settings

HudsonJunior/Tomasulo---Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

89d9076 · Oct 15, 2024

History

14 Commits
Dec 15, 2020
Nov 8, 2020
Oct 15, 2024

Repository files navigation

Tomasulo Algorithm Simulation

This project simulates the Tomasulo algorithm using Python, demonstrating how instruction-level parallelism is managed in computer processors. The simulation provides insights into dynamic scheduling, instruction execution, and conflict resolution.

Features

  • Simulation: Models the Tomasulo algorithm, simulating instruction-level parallelism.
  • Input Processing: Accepts a text file with instructions for processing.

This project provides a practical application of computer architecture concepts, particularly in pipeline execution and out-of-order processing.

About

Simulação do algoritmo de tomasulo implementado em Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages