Sprite Generator

Write-up coming soon…

Code already done and in use on the Ganzvaders project.

Source will be explained and posted here once cleaned up.

FPGA Sprite Generator in Verilog for 800×600 VGA.

Module draws a sprite as the raster goes by. Can perform animations from strips of sprites, and vertically flip or horizontally flip sprites on the fly. Note that since there is no frame buffer, these manipulations are all about how the sprite data is read from memory as we’re chasing the raster.