This repository contains projects for VSDSquadron_FM, utilizing open-source FPGA tools for development.
Ensure the following tools are installed and configured:
-
Project IceStorm
Toolchain for Lattice iCE40 FPGAs. Install this first. -
Yosys
Open-source synthesis tool. -
nextpnr
Open-source Place & Route (P&R) tool.
Follow these steps to build and flash a project:
-
Navigate to the specific project folder:
cd <project-folder>
-
Build the binaries:
make build
-
Flash the code to external SRAM:
make flash
For cleanup, use:
make cleanHappy hacking! 🚀