nextpnr/fpga_interchange/examples/devices/xc7a35t/CMakeLists.txt
Alessandro Comodi f6583f7ecc fpga_interchange: minor fixes and comments addition
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2021-03-16 22:59:20 +01:00

15 lines
331 B
CMake

generate_xc7_device_db(
device xc7a35t
part xc7a35tcsg324-1
device_target xc7a35t_target
)
generate_chipdb(
family ${family}
device xc7a35t
part xc7a35tcsg324-1
device_target ${xc7a35t_target}
bel_bucket_seeds ${PYTHON_INTERCHANGE_PATH}/test_data/series7_bel_buckets.yaml
test_package csg324
)