Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 203 Bytes

readme.md

File metadata and controls

17 lines (15 loc) · 203 Bytes

RISC V based single cycle processor in verilog

Made mostly using combinational logic

The following instructtions are implemented

  • add
  • sub
  • xor
  • or
  • and
  • sll
  • srl
  • sra
  • slt
  • sltu
  • lw
  • sw