blob: 1bbf079ad89cf63824c7c114cd0e0857f63350f1 [file] [log] [blame] [view]
# Caravel User Project
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![UPRJ_CI](https://github.com/efabless/caravel_project_example/actions/workflows/user_project_ci.yml/badge.svg)](https://github.com/efabless/caravel_project_example/actions/workflows/user_project_ci.yml) [![Caravel Build](https://github.com/efabless/caravel_project_example/actions/workflows/caravel_build.yml/badge.svg)](https://github.com/efabless/caravel_project_example/actions/workflows/caravel_build.yml)
---
# Multi Project Index
This index was made with [multi project tools](https://github.com/mattvenn/multi_project_tools)
The OpenLANE config was generated with this command:
./multi_tool.py --create-openlane-config --copy-gds --force-delete
![multi macro](pics/multi_macro.png)
## RGB Mixer
* Author: Matt Venn
* Github: [https://github.com/mattvenn/wrapped_rgb_mixer/tree/caravel-mpw-two-c](https://github.com/mattvenn/wrapped_rgb_mixer/tree/caravel-mpw-two-c)
* Description: reads 3 encoders and generates PWM signals to drive an RGB LED
![RGB Mixer](pics/schematic.jpg)
## Frequency counter
* Author: Matt Venn
* Github: [https://github.com/mattvenn/wrapped_frequency_counter/tree/caravel-mpw-two-c](https://github.com/mattvenn/wrapped_frequency_counter/tree/caravel-mpw-two-c)
* Description: Counts pulses on input and displays frequency on 2 seven segment displays
![Frequency counter](pics/frequency_counter.png)
## A5/1 Wishbone
* Author: Jamie Iles
* Github: [https://github.com/jamieiles/a5-1-wb-macro](https://github.com/jamieiles/a5-1-wb-macro)
* Description: A5/1 cryto block connected via wishbone to PicoRV32
![A5/1 Wishbone](pics/a5macro.png)
## Fibonacci
* Author: Konrad Rzeszutek Wilk
* Github: [https://github.com/konradwilk/fibonacci](https://github.com/konradwilk/fibonacci)
* Description: Fibonacci emitter connected to [37:8] and controlled via wishbone
![Fibonacci](pics/wrapper_fibonacci.gds.png)
## Quad PWM FET Drivers
* Author: Chris DePalm
* Github: [https://github.com/ChrisDePalm/wrapped_quad_pwm_fet_drivers.git](https://github.com/ChrisDePalm/wrapped_quad_pwm_fet_drivers.git)
* Description: 4 PWM FET Drivers for Power Applications
![Quad PWM FET Drivers](pics/wrapped_quad_pwm_fet_drivers.gds.png)
## ChaCha20 Accelerator
* Author: Richard Petri
* Github: [https://github.com/rpls/wrapped_chacha_wb_accel](https://github.com/rpls/wrapped_chacha_wb_accel)
* Description: A minimal Wishbone connected ChaCha20 accelerator
![ChaCha20 Accelerator](pics/core.png)
## Framebufferless Video Core
* Author: Tom Gwozdz
* Github: [https://github.com/tomgwozdz/fbless-graphics-core](https://github.com/tomgwozdz/fbless-graphics-core)
* Description: A framebufferless VGA video generator, under CPU control
![Framebufferless Video Core](pics/fbless_graphics_core.gds.png)