View on GitHub

FPiGA Project GitHub Pages

Radical Computer Technologies FPiGA Project Page

Radical Computer Technologies FPiGA Audio Hat

Board Diagram

FPiGA Audio Board Digram

Crimson 1.0.0 Release Notes

A basic diagram of the system design is below:

Core Design

Core Design Features

Planned Features

Supported Platforms

Building

FPGA Build

The FPGA project source can be built using the Gowin EDA Toolset. All source for this can be found in the hw_rev1_0/source/hdl directory.

Raspberry Pi Source

Device Tree Overlay

We include a prebuild device tree overlay for the Pi 4 under hw_rev1_0/source/devicetree .

Building this for other Pi platforms can also be accomplished by using the device tree compiler to compile the included .dtsi file.

From here you will need to install the overlay and modify the /boot/firmware/config.txt file to utilize the compiled overlay on boot.

Library and Examples

Source for the userspace library and examples can be found in the hw_rev1_0/source/userspace folder. Copying this folder to the Raspberry Pi and running the included buildall.sh file will build all source and examples.