Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Commit

Permalink
Milestone 3 (Readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
CSpyridakis authored Feb 7, 2019
1 parent 9a17b5f commit 9715ef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Tomasulo
# Tomasulo ![MIT license](https://img.shields.io/github/license/CSpyridakis/Tomasulo.svg?style=plastic) ![Size](https://img.shields.io/github/repo-size/CSpyridakis/Tomasulo.svg?style=plastic)

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

### 5 x Reservation Stations where:
### 5 x Reservation Stations:
* 3 of them are for arithmetical operations
* 2 of them are for logical operations

Expand Down Expand Up @@ -62,4 +63,3 @@ In order to import project and run simulations:
5. If you want to run my test code import all [test files](./test) and open [simulation files](./sim)

(Simulation screenshots are included [here](./doc/sim))

0 comments on commit 9715ef2

Please sign in to comment.