Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiink/bolide-ppu
A video card for microcontrollers.
https://github.com/jiink/bolide-ppu
fpga gowin graphics retro verilog
Last synced: 3 days ago
JSON representation
A video card for microcontrollers.
- Host: GitHub
- URL: https://github.com/jiink/bolide-ppu
- Owner: jiink
- License: gpl-3.0
- Created: 2025-02-04T06:06:09.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2025-02-11T23:49:20.000Z (9 days ago)
- Last Synced: 2025-02-12T00:28:44.100Z (9 days ago)
- Topics: fpga, gowin, graphics, retro, verilog
- Language: Verilog
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Bolide Picture Processing Unit
This is — or will be — a video card for microcontrollers to display graphics on a screen via HDMI, with similar graphical features as old computers and game consoles. Lots of cheap microcontrollers have enough processing power to do software rendering with no problem, but this is just a fun project to help me learn FPGAs with.
This repo is based off of this here [Tang Nano 9K Minimal HDMI Example](https://github.com/jiink/Tang-Nano-9K-Minimal-HDMI-Example).
This project uses [Gowin EDA](https://www.gowinsemi.com/en/support/download_eda/). It's kind of like Visual Studio but for FPGAs.
Here's a good video on using Gowin: ["Get Started With FPGAs and Verilog in 13 Minutes!" by Doctor Volt on YouTube, 2024](https://www.youtube.com/watch?v=aWm9pJ2KobA)
Here's a good resource on a basic HDMI video signal works: https://www.fpga4fun.com/HDMI.html