Skip to content

mfkiwl/BamBoo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 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.

Feature wishlist (descending priority)

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

About

A WIP CPU which implements the open source RISC-V architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 64.7%
  • Verilog 26.4%
  • Makefile 5.0%
  • Python 1.5%
  • Assembly 1.5%
  • C 0.9%