1
2
3
4
5
6
7
8
9
10# Caravel User Project
[](https://opensource.org/licenses/Apache-2.0) [](https://github.com/efabless/caravel_project_example/actions/workflows/user_project_ci.yml) [](https://github.com/efabless/caravel_project_example/actions/workflows/caravel_build.yml)
## Caravel HSV Mixer
HSV to RGB color conversion accelerator ported from a C++ implementation https://www.vagrearg.org/content/hsvrgb to the [XLS](https://google.github.io/xls/) DSLX language.
I/O based on [Matt Venn's RGB Mixer](https://github.com/mattvenn/rgb_mixer) from the [Zero to ASIC Course](https://www.zerotoasiccourse.com/).