Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattvenn/rgb_mixer
Project 2.1 RGB Colour Mixer
https://github.com/mattvenn/rgb_mixer
hdl simulation verilog
Last synced: about 2 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T09:45:04.000Z (over 1 year ago)
- Last Synced: 2024-12-07T04:40:50.033Z (about 2 months ago)
- Topics: hdl, simulation, verilog
- Language: Python
- Homepage: https://zerotoasiccourse.com
- Size: 126 KB
- Stars: 3
- Watchers: 4
- Forks: 15
- 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