This repository contains an example FPGA + ESP32 project for the Papilio Arcade board.
What's included:
- Gateware (Verilog) under
src/gateware/and thewishbone/library. - An Arduino example sketch
src/esp32_rgb_led_example.inothat uses thelib/wishbone_spihelper.
Usage:
- Open
papilio_arcade_template.code-workspacein VS Code to load the workspace with the new project name. - Build FPGA: use the VS Code task "FPGA: Build (TCL)" (configured in the workspace tasks).
- Build ESP32 sketch with PlatformIO as usual.