Skip to content

RickGao/RISC-V-Mini

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RISC-V Mini Processor

This project aims to implement a compact 8-bit RISC-V processor core, suitable for Tiny Tapeout. The processor is based on a simplified version of the RISC-V architecture, utilizing a customized instruction set inspired by the RISC-V Compressed (RVC) instruction set. The design focuses on minimizing area and power, making it ideal for Tiny Tapeout’s educational IC fabrication platform. The CPU is implemented in Verilog and is designed to support basic computational, control-flow, and load/store operations efficiently.

About

RISC-V Mini for Tiny Tapeout 9

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.4%
  • Verilog 27.2%
  • Makefile 3.2%
  • Dockerfile 2.9%
  • Shell 0.3%