Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 554 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 554 Bytes

MIPS-mulyi-cycle

this is the verilog-HDL implementation of MIPS32. the processor designed in Multi cycle mode.
The main verilog code of processor is in Modules.sv file.

Data path Design

below the RTL design of processpr, attached. datapath

Controller Design

the Controller State Machine(FSM): controller FSM
the ALU function table:
ALU function table