2021-03-18 01:43:29 +08:00
|
|
|
generate_xc7_device_db(
|
|
|
|
device xc7z010
|
|
|
|
part xc7z010clg400-1
|
|
|
|
device_target xc7z010_target
|
|
|
|
)
|
|
|
|
|
|
|
|
generate_chipdb(
|
|
|
|
family ${family}
|
|
|
|
device xc7z010
|
|
|
|
part xc7z010clg400-1
|
|
|
|
device_target ${xc7z010_target}
|
2021-03-24 04:05:31 +08:00
|
|
|
device_config ${PYTHON_INTERCHANGE_PATH}/test_data/series7_device_config.yaml
|
2021-03-18 01:43:29 +08:00
|
|
|
test_package clg400
|
|
|
|
)
|