Giter VIP home page Giter VIP logo

tomasulo-sim1's Introduction

tomasulo-sim1

This is the tomasulo simulator for the IBM 360/91.

Based on Modern processor design: fundamentals of superscalar processors.

environment

python version: 3.12

feature

  1. Examining the internal state of the processor at each cycle, this simulator is designed to aid in the understanding of the tomasulo algorithm.

The simulation environment makes the following agreements

  • It simply simulates memory behavior, generating random numbers from data loaded from memory, with no effect on writes to memory, and the addresses of load and store cannot be the same.
  • This is a simulation of an IBM 360/91 FPU that sequentially issues two instructions per cycle.
  • Only ADD and MUL are simulated, with ADD consuming 2 clock cycles and MUL consuming 3 clock cycles.
  • Distributed reserved station design with three reserved station units for ADD and two reserved station units for MUL.
  • The last cycle of instruction execution can send the execution result of the instruction to the CDB at the same time as the instruction execution is completed.

tomasulo-sim1's People

Contributors

zybzzz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.