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

openflow: add configure.py #7

Open rodrigomelo9 opened 3 years ago

rodrigomelo9 commented 3 years ago

It allows configuring the OCI engine, containers and tool names.

rodrigomelo9 commented 3 years ago

To be used for example from Makefiles, when installed (pip install -e .) you can run openflow_cfg <TOOL> to get the oci command. For example:

$ openflow_cfg yosys
docker run --rm -v $HOME:$HOME -w $PWD hdlc/ghdl:yosys yosys