Final project for Syracuse University CIS655, Spring 2022
To use this program:
- clone the repo to your local computer.
- Run
pipenv install
to install all dependencies - Export your flask app:
export FLASK_APP=detector.py
- Start the server
flask run
- 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.