A simple Makefile-based project for the Tang Nano FPGA boards. The project is set up for Tang Nano 1K, but it should be simple to change it to other boards.
The project requires yosys
, openFPGALoader
and nextpnr-gowin
, which
should be possible obtain using your package manager.
Building the project:
make build
Flashing the FPGA:
make flash
The project is under the Unlicense/MIT license, whichever you choose. See the file LICENSE in the root of the repo.