PyFPGA / openflow

A Python library, and CLI utilities, which solves HDL-to-bitstream based on FOSS.
GNU General Public License v3.0
3 stars 1 forks source link
fpga ghdl icestorm nextpnr prjtrellis yosys

FPGA Openflow License

A Python library, and CLI utilities, which solves HDL-to-bitstream based on FOSS.

The library is basically a wrapper which employs hdl/containers to perform synthesis (VHDL and/or Verilog), implementation and bitstream generation. Some command-line utilities are provided, to be used as standalone tools.

Currently, it is based on GHDL, Yosys, ghdl-yosys-plugin, nextpnr, icestorm and prjtrellis.

NOTE: it started as part of PyFPGA and will be used to solves the openflow tool.