Skip to content
/ BamBoo Public

A CPU written in Verilog which implements the open RISC-V architecture.

Notifications You must be signed in to change notification settings

kyaso/BamBoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BamBoo

BamBoo is a WIP Verilog implementation of the RISC-V instruction set architecture. It implements the RV32I spec. The core is currently not fully compliant with the RISC-V spec; there is no support for CSR instructions and system calls (e.g., ecall) yet.

It has also been tested on an Arty S7-50 FPGA board.

Feature wishlist (descending priority)

  • Wishbone master
  • Instruction pipeline
  • UART
  • L1 I/D caches
  • FPU
  • TileLink master

About

A CPU written in Verilog which implements the open RISC-V architecture.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published