Skip to content

A program to detect pipeline hazards and generates timing sequences

Notifications You must be signed in to change notification settings

vnijat93/pipeline_hazard_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIPS Pipeline Hazard Detector

Final project for Syracuse University CIS655, Spring 2022

To use this program:

  1. clone the repo to your local computer.
  2. Run pipenv install to install all dependencies
  3. Export your flask app: export FLASK_APP=detector.py
  4. Start the server flask run
  5. The address should be 127.0.0.1/5000

A program that can take selected(TBD) instructions from traditional MIPS and detect the pipelining hazards and generates the timing sequence.

About

A program to detect pipeline hazards and generates timing sequences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published