diff options
author | gatecat <gatecat@ds0.me> | 2021-03-23 17:33:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 17:33:55 +0000 |
commit | 3cc50a5744beeae63ffb9ecd2064666e90d26be4 (patch) | |
tree | c8e66be71668d0baf20f2e92bc1755d8ebbabafa /fpga_interchange/examples/devices/xc7a35t | |
parent | 323da87dec3819a100b7d5d19a1ddd2340f26caa (diff) | |
parent | 720f64ea6017fa3e42f80eba64cc615c64788914 (diff) | |
download | nextpnr-3cc50a5744beeae63ffb9ecd2064666e90d26be4.tar.gz nextpnr-3cc50a5744beeae63ffb9ecd2064666e90d26be4.tar.bz2 nextpnr-3cc50a5744beeae63ffb9ecd2064666e90d26be4.zip |
Merge pull request #644 from litghost/add_global_buffers
[FPGA interchange] Add support for global buffers from chipdb.
Diffstat (limited to 'fpga_interchange/examples/devices/xc7a35t')
-rw-r--r-- | fpga_interchange/examples/devices/xc7a35t/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga_interchange/examples/devices/xc7a35t/CMakeLists.txt b/fpga_interchange/examples/devices/xc7a35t/CMakeLists.txt index ce5d5d2d..636440c4 100644 --- a/fpga_interchange/examples/devices/xc7a35t/CMakeLists.txt +++ b/fpga_interchange/examples/devices/xc7a35t/CMakeLists.txt @@ -9,6 +9,6 @@ generate_chipdb( device xc7a35t part xc7a35tcsg324-1 device_target ${xc7a35t_target} - bel_bucket_seeds ${PYTHON_INTERCHANGE_PATH}/test_data/series7_bel_buckets.yaml + device_config ${PYTHON_INTERCHANGE_PATH}/test_data/series7_device_config.yaml test_package csg324 ) |