mirror of https://github.com/YosysHQ/yosys.git
82f60ba938
On some architectures, notably on Windows, the official name for the Python binary from python.org is `python`. The build system assumes that python is called `python3`, which breaks under this architecture. There is already infrastructure in place to determine the name of the Python binary when building PYOSYS. Since Python is now always required to build Yosys, enable this check universally which sets the `PYTHON_EXECUTABLE` variable. Then, reuse this variable in other Makefiles as necessary, rather than hardcoding `python3` everywhere. Signed-off-by: Sean Cross <sean@xobs.io> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.inc | ||
adff2dff.v | ||
cellhelp.py | ||
cells.lib | ||
cmp2lut.v | ||
dff2ff.v | ||
dummy.box | ||
gate2lut.v | ||
mul2dsp.v | ||
pmux2mux.v | ||
prep.cc | ||
simcells.v | ||
simlib.v | ||
synth.cc | ||
techmap.v |