Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 401 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 401 Bytes

Mips_Processor_Simulator-Pipelined

Mips simulator in c++ (Pipeline)

Dealing with dependencies

Assignment 8

Stalls on hazards

Assignment 9

Forwarding, 1 stall when previous instruction is load and then forwarding, 2 stalls when branch hazard is there.

Assignment 10

Assignment with hit probability included and graph drawn to show working of pipeline with different probability.