aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/family.cmake
diff options
context:
space:
mode:
authorAlessandro Comodi <acomodi@antmicro.com>2021-03-12 19:02:00 +0100
committerAlessandro Comodi <acomodi@antmicro.com>2021-03-16 15:39:02 +0100
commite5cc03965ef3959ed11cf811816422fd6a5a5cc1 (patch)
tree121ec29ddb0c513eb85e61936bcaff121ebef28e /fpga_interchange/family.cmake
parent490fdb0a1c3bb78856d26be2186e4dca5d3d021f (diff)
downloadnextpnr-e5cc03965ef3959ed11cf811816422fd6a5a5cc1.tar.gz
nextpnr-e5cc03965ef3959ed11cf811816422fd6a5a5cc1.tar.bz2
nextpnr-e5cc03965ef3959ed11cf811816422fd6a5a5cc1.zip
fpga_interchange: chipdb: use generic patching function
Also moved the RapidWright invocation script path under a CMake variable Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Diffstat (limited to 'fpga_interchange/family.cmake')
-rw-r--r--fpga_interchange/family.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/fpga_interchange/family.cmake b/fpga_interchange/family.cmake
index 112cb3dc..ec2d911e 100644
--- a/fpga_interchange/family.cmake
+++ b/fpga_interchange/family.cmake
@@ -6,6 +6,7 @@ endif()
find_package(ZLIB REQUIRED)
set(RAPIDWRIGHT_PATH $ENV{HOME}/RapidWright CACHE PATH "Path to RapidWright")
+set(INVOKE_RAPIDWRIGHT ${RAPIDWRIGHT_PATH}/scripts/invoke_rapidwright.sh CACHE PATH "Path to RapidWright invocation script")
# FIXME: Make patch data available in the python package and remove this cached var
set(PYTHON_INTERCHANGE_PATH $ENV{HOME}/python-fpga-interchange CACHE PATH "Path to the FPGA interchange python library")
set(INTERCHANGE_SCHEMA_PATH $ENV{HOME}/fpga_interchange_schema CACHE PATH "Path to the FPGA interchange schema dir")