Skip to content

Verilog implementation of a minimal pipelined RISC-V core.

Notifications You must be signed in to change notification settings

robertbnolting/riscv-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

riscv-core

Introduction

This project contains the Verilog implementation of a pipelined RISC-V core.

I started this project to teach me the basics about CPU design and HDLs, so it is only an implementation of the RV32I Base Integer Instruction Set from here.

It is not thoroughly tested and thus not guaranteed to always work!

In order to work with real RISC-V binaries some changes would need to be made (primarily to the instruction fetch stage).

About

Verilog implementation of a minimal pipelined RISC-V core.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published