Skip to content

Verilog implementation of RISC-V 32bit single cycle processor

Notifications You must be signed in to change notification settings

konicst1/RISC-V-single-cycle-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This CPU implementation uses the RISC-V ISA, version RV32I. It is a 32-bit architecture and implements the following subset of RV32I instructions:

add, addi, and, sub, slli, srai, srli, slt

bne, beq, , jal, jalr

lw, sw, lui

mv, nop, j, jr, la, ret

About

Verilog implementation of RISC-V 32bit single cycle processor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published