Implementation of a simplified version of the MIPS Pipeline in Verilog hardware description language.
The pipeline implemented in this repository has 5 stages.
- Instruction fetch
- Decode
- Execution
- Memory Access
- WriteBack
You will need Icarus Verilog to run our code. It is a Verilog simulation and synthesis tool.