Skip to content

MortenSorensenNOR/RISC-V-CPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RISC-V-CPU

Building a RISC-V compliant CPU in SystemVerilog.
Testing done in Verilator.

Supported instructions

For now most of the RV32I extention is implemented except for ecall and ebreak. The plan is to further implement the RV32M and later RV32F extentions.

Architecture

For now just a simple 5 stage pipeline. The plan is to add branch predicion, caching and external DDR memory through an AXI DMA interface.
If time permits I might embark on an out-of-order architecture, but that will be after I have gotten some more experience.

About

Building a RISC-V compliant CPU in SystemVerilog

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors