Coder Social home page Coder Social logo

procsim's Introduction

A Tomasulo Pipeline

This code was written for Project 2 of ECE6100 at Georgia Tech. It is written in C++11, which is supported by most modern compilers.

Building

Navigate to root directory, and run make.

Tested with:

  • LLVM 7.3.0 on OS X 10.11.3
  • Ubuntu
  • Fedora

Running

After building, an executable called procsim will be in the root directory.

The program takes the following arguments:

  • -f: number of instructions fetched per cycle
  • -j: number of k0 function units (FUs)
  • -k: number of k1 FUs
  • -l: number of k2 FUs
  • -r: number of result buses (RBs)
  • -i: input trace file

Example: procsim -f 4 -j 3 -k 2 -l 1 -r 2 -i gcc.100k.trace

The output file will have the same name but with the extension .out and written to the same directory. In the example above, gcc.100k.trace.out.

procsim's People

Contributors

aksiksi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

gtqifan

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.