# gateware **Repository Path**: hxp4338777/gateware ## Basic Information - **Project Name**: gateware - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-03 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.