gateware icon indicating copy to clipboard operation
gateware copied to clipboard

A collection of little open source FPGA hobby projects

This is a collection of little open source FPGA hobby projects

The build system can target nextpnr-ice40, nextpnr-ecp5, (Lattice ICE40 and ECP5 family parts), verilator (simulation), and vivado (Xilinx parts).

Projects are defined in project/*.def and all buildable projects can be listed with "make" and built with "make " or "make all"

Final build products are deposited in out/... and intermediate build products, logs, and so on, in out/-nextpnr-/{projectname}/..., out/-vsim-/{projectname}/..., etc.