https://github.com/mattvenn/rgb_mixer
Project 2.1 RGB Colour Mixer
https://github.com/mattvenn/rgb_mixer
hdl simulation verilog
Last synced: 11 months ago
JSON representation
Project 2.1 RGB Colour Mixer
- Host: GitHub
- URL: https://github.com/mattvenn/rgb_mixer
- Owner: mattvenn
- License: apache-2.0
- Created: 2021-01-02T22:27:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-21T14:29:36.000Z (11 months ago)
- Last Synced: 2025-07-21T15:41:36.974Z (11 months ago)
- Topics: hdl, simulation, verilog
- Language: Python
- Homepage: https://zerotoasiccourse.com
- Size: 146 KB
- Stars: 4
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# RGB Colour mixer
This repository is a template for project 2.1 that takes you through:
* Building a PWM driver
* Build a digital rotary encoder
* Combine them both to make a 3 channel RGB LED driver
* Simulation and testing
# License
This repo is part of the [Zero to ASIC course](https://zerotoasiccourse.com) and licensed with [Apache 2](LICENSE).
# Resources
* Verilog cheatsheet: https://marceluda.github.io/rp_dummy/EEOF2018/Verilog_Cheat_Sheet.pdf
* Clock domain crossing: http://www.sunburst-design.com/papers/CummingsSNUG2008Boston_CDC.pdf
* Flip flops and metastability: https://www.youtube.com/watch?v=5PRuPVIjEcs
* VHDL resources: https://docs.google.com/document/d/1RAQWjmxpJndlEJdLWXK8irIqWuYTstqu7pU3tOIFccc/edit