diff options
author | Adam Sampson <ats@offog.org> | 2022-08-21 17:47:35 +0100 |
---|---|---|
committer | Adam Sampson <ats@offog.org> | 2022-08-21 17:48:01 +0100 |
commit | 19160f10ae8916f9bb22166ce38186550c56b6d5 (patch) | |
tree | 3e1c5cd75b7d260d477ea6f04d4ce15a8556a061 /fpga_interchange/examples/chipdb_xilinx.cmake | |
parent | 05167fcb8bf9cd85ea605331ca36cac6f25ce67f (diff) | |
download | nextpnr-19160f10ae8916f9bb22166ce38186550c56b6d5.tar.gz nextpnr-19160f10ae8916f9bb22166ce38186550c56b6d5.tar.bz2 nextpnr-19160f10ae8916f9bb22166ce38186550c56b6d5.zip |
Use CMake's Python3 rather than PythonInterp in subdirs
Diffstat (limited to 'fpga_interchange/examples/chipdb_xilinx.cmake')
-rw-r--r-- | fpga_interchange/examples/chipdb_xilinx.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga_interchange/examples/chipdb_xilinx.cmake b/fpga_interchange/examples/chipdb_xilinx.cmake index 23b4d7f1..62e6b9ed 100644 --- a/fpga_interchange/examples/chipdb_xilinx.cmake +++ b/fpga_interchange/examples/chipdb_xilinx.cmake @@ -53,7 +53,7 @@ function(create_rapidwright_device_db) add_custom_target(rapidwright-${device}-device-yaml COMMAND - ${PYTHON_EXECUTABLE} -mfpga_interchange.convert + ${Python3_EXECUTABLE} -mfpga_interchange.convert --schema_dir ${INTERCHANGE_SCHEMA_PATH} --schema device --input_format capnp |