Skip to content

A standalone tiny graphics accelerator implementation in verilog

License

Notifications You must be signed in to change notification settings

RuanPetrus/tiny-graphics-accelerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Graphics Accelerator

Design to be use as a standalone 3D graphics accelerator. Was created to be used with a embedded RISC-V processor and implemented in a FPGA.

Cup Simulation

Compilation

The project simulation and tests can be compiled in linux using verilator v5.034 and make

make

Software Simulation

The rasterizer algorithm can be simulated in linux using verilator v5.034 and glfw3

make sim

You can run then individualy with

./build/rasterizer_sim

The object can be moved with the keys W A S D Q E U I.

Tests

Tests can be compiled with

make test

You can run then individualy with

./build/rasterizer_test

About

A standalone tiny graphics accelerator implementation in verilog

Resources

License

Stars

Watchers

Forks