mirror of https://github.com/YosysHQ/nextpnr.git
* generic: Fix Python path not including the examples/ directory in the example
It seems that at some point, the embedded Python stopped including the
directory that nextpnr-generic was executed in inside of its sys.path.
This likely happened by
|
||
|---|---|---|
| .. | ||
| examples | ||
| synth | ||
| viaduct | ||
| CMakeLists.txt | ||
| arch.cc | ||
| arch.h | ||
| arch_pybindings.cc | ||
| arch_pybindings.h | ||
| archdefs.h | ||
| cells.cc | ||
| cells.h | ||
| chipdb.cc | ||
| main.cc | ||
| pack.cc | ||
| viaduct_api.cc | ||
| viaduct_api.h | ||
| viaduct_constids.h | ||
| viaduct_helpers.cc | ||
| viaduct_helpers.h | ||