diff options
author | Alessandro Comodi <acomodi@antmicro.com> | 2021-03-12 19:02:00 +0100 |
---|---|---|
committer | Alessandro Comodi <acomodi@antmicro.com> | 2021-03-16 15:39:02 +0100 |
commit | e5cc03965ef3959ed11cf811816422fd6a5a5cc1 (patch) | |
tree | 121ec29ddb0c513eb85e61936bcaff121ebef28e /fpga_interchange/examples/devices/CMakeLists.txt | |
parent | 490fdb0a1c3bb78856d26be2186e4dca5d3d021f (diff) | |
download | nextpnr-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/examples/devices/CMakeLists.txt')
-rw-r--r-- | fpga_interchange/examples/devices/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fpga_interchange/examples/devices/CMakeLists.txt b/fpga_interchange/examples/devices/CMakeLists.txt index 8497484b..4bbd5802 100644 --- a/fpga_interchange/examples/devices/CMakeLists.txt +++ b/fpga_interchange/examples/devices/CMakeLists.txt @@ -1,4 +1,5 @@ generate_chipdb( - device xc7a50t - part xc7a50tfgg484-1 + device xc7a35t + part xc7a35tcsg324-1 + bel_bucket_seeds ${PYTHON_INTERCHANGE_PATH}/test_data/series7_bel_buckets.yaml ) |