Description
In this assignment you will extend the simulator you wrote in Assignment 7 by introducing PIPELINING into the processor.
- Use the pipelining structure and ideas for the MIPS processor we studied in class.
- Stall the processor when any type of hazard is detected.
- In your output, display the instruction that is active in each stage of the pipeline (in addition to the information you displayed in Assignment 7).



