Skip to content

sudhamshu091/Single-Cycle-Risc-Processor-32-bit-Verilog

Repository files navigation

Single-Cycle-Risc-Processor-32-bit-Verilog

Trying to implement a single cycle MIPS computer in Verilog that supports MIPS assembly instructions including:

  • Memory-reference instructions load word lw and store word sw
  • Arithmetic-logical instructions add, addi, sub, and, andi, or, and slt
  • Jumping instructions branch-equal beq and jump j

Below image is the Risc processor I am trying to impleent, But end product may not be exactly the same.
img_src: Click Here

RTL

Releases

No releases published

Packages

No packages published