An open API service indexing awesome lists of open source software.

https://github.com/swetland/gateware

A collection of little open source FPGA hobby projects
https://github.com/swetland/gateware

ecp5 fpga gateware ice40 systemverilog

Last synced: 4 months ago
JSON representation

A collection of little open source FPGA hobby projects

Awesome Lists containing this project

README

          

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.