Skip to content

NotCamelCase/Accellant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accellant

A demo SoC implementation with a simple 6-10* stage RISC-V CPU and various I/O cores realized on Arty S7 FPGA. The CPU runs at 100 Mhz and supports a 256 MB DDR3 SDRAM with separate 16 Kb 4-way I$ and 32 Kb 4-way write-back, write-allocate D$.

Upon reset, a bootloader is executed from the instruction ROM to load a program via serial port onto RAM and then the core jumps to application code after setting up the necessary stack pointer, program data, etc.

accellant_cpu

Space Invaders demo running at 20 FPS

VID_20231015_155706.mp4

*Pipelined divider takes 16 clk

Credits

I took lots of ideas and code from the following projects, so, go see them