Giter Club home page Giter Club logo

tomasulo's Introduction

Tomasulo MIT license Size

Introduction in Dynamic Instruction Scheduling (Advanced Computer Architecture). This project is an educational proof of concept implementation of Tomasulo's Algorithm with following specifications:

Top Module

5 x Reservation Stations:

  • 3 of them are for arithmetic operations
  • 2 of them are for logic operations

2 x Functional Units (one for each operation type):

  • Arithmetic FU is a 3 stage pipeline unit
  • Logic FU is a 2 stage pipeline unit

Register File:

  • 32 x 32bits Registers for Data
  • 32 x 5bits Registers for Tags

Common Data Bus

  • Broadcasts data from FU to RS and ROB

Issue Unit (acceptable operations):

  • add/addi
  • sub/subi
  • sll
  • and/andi
  • or/ori
  • not

Reorder Buffer:

  • 30 x Available Slots

Documentation

Reports

If you want more information about each module you could read (or just try to read, unfortunately at this point are only in greek language) the following report files:

Diagrams

Block and timing diagrams are able to be changed:

Usage

Enviroment

This project was developed using Xilinx ISE 14.7

Import and Run

In order to import project and run simulations:

  1. Create a new project

  2. Right click on your Project

  3. Select "Add copy of source"

  4. Select all source files

  5. If you want to run my test code import all test files and open simulation files

(Simulation screenshots are included here)

tomasulo's People

Contributors

cspyridakis avatar 0xp374 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.