Sale!

COL 216 Assignment 8: Simulating a Pipelined Processor solved

Original price was: $35.00.Current price is: $30.00. $25.50

Category:

Description

5/5 - (5 votes)

In this assignment you will extend the simulator you wrote in Assignment 7 by introducing
PIPELINING into the processor.
1. Use the pipelining structure and ideas for the MIPS processor we studied in class.
2. Stall the processor when any type of hazard is detected.
3. 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).
Other details of the simulation, input program, output display, etc., are as stated in Assignment
7.