Multiple test designs for the iCE40UP5K-B-EVN board.
Designs written in Verilog and built with yosys and nextprn.
For building the designs:
make
yosys
nextpnr
iverilog (simulation-only)
For building the tools:
python3.10
python3.10-venv
python-is-python3
Cycles through RGB on the LED.
Controls the LED via commands sent over UART.
Displays the rainbow colors on an ILI9341 TFT display connected to the board via SPI.
Displays an image streamed over UART on an ILI9341 TFT display.
note: All designs are in reset mode until right-most switch (49A) is ON.