jonahalmn / single-cycle-rv64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WIP Single cycle RISC-V basic implementation

Simple Single Cycle RISC-V core implemented for learning purposes. For more simplicity I used harvard architecture.

Datapath

  • R-Type datapath
  • I-Type datapath
  • S-Type datapath
  • U-Type datapath
  • J-Type datapath

Instructions

  • addi instruction
  • add instruction

About


Languages

Language:Verilog 90.4%Language:Makefile 6.8%Language:Assembly 2.8%