interchange: devices: bel_bucket_seeds -> device_config

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2021-03-23 21:05:31 +01:00
parent 15e945aa1c
commit b6d2a59fc2
3 changed files with 3 additions and 3 deletions

View File

@ -9,6 +9,6 @@ generate_chipdb(
device xc7a100t
part xc7a100tcsg324-1
device_target ${xc7a100t_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
)

View File

@ -9,6 +9,6 @@ generate_chipdb(
device xc7a200t
part xc7a200tsbg484-1
device_target ${xc7a200t_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 sbg484
)

View File

@ -9,6 +9,6 @@ generate_chipdb(
device xc7z010
part xc7z010clg400-1
device_target ${xc7z010_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 clg400
)