MIPS Processor Design for COEN6741
Do Not copy the code, drop this class ASAP.
- 32 bit pipelined MIPS
- Implement 10 instructions:
and
sub
xor
andi
subi
add
beq
lw
sw
jr
- Structural harzards free, data harzard and control harzard handled by stalling
https://github.com/dugagjin/MIPS
https://github.com/PiJoules/MIPS-processor
https://github.com/cm4233/MIPS-Processor-VHDL/tree/master/VHDL%20Codes
https://github.com/BYVoid/MIPS32
https://opencores.org/projects/plasma/opcodes
http://fourier.eng.hmc.edu/e85_old/lectures/processor/node5.html
http://www.cs.uwm.edu/classes/cs315/Bacon/Lecture/HTML/ch05s03.html