gateware

A collection of little open source FPGA hobby projects
git clone http://frotz.net/git/gateware.git
Log | Files | Refs | README

README (586B)


      1 
      2 This is a collection of little open source FPGA hobby projects
      3 --------------------------------------------------------------
      4 
      5 The build system can target nextpnr-ice40, nextpnr-ecp5, (Lattice
      6 ICE40 and ECP5 family parts), verilator (simulation), and vivado
      7 (Xilinx parts).
      8 
      9 Projects are defined in project/*.def and all buildable projects
     10 can be listed with "make" and built with "make <projectname>" or
     11 "make all"
     12 
     13 Final build products are deposited in out/... and intermediate
     14 build products, logs, and so on, in out/-nextpnr-/{projectname}/...,
     15 out/-vsim-/{projectname}/..., etc.
     16