Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 838 Bytes

File metadata and controls

25 lines (20 loc) · 838 Bytes

A Simple RISC-V SOC

GitHub: https://github.com/0xtaruhi/Beceros

A simple RISC-V soc written in Verilog.

Overview

Features

Directories

Name Contents
doc A report for our project
sim Testbench and isa tests
src/core Core rtl files
src/debug JTAG debug module
src/constrs Constrants of fpga boards
src/soc top Module of the soc
src/headers Header files
tools Compile and Test tools