nextpnr/fpga_interchange/examples/devices/xc7a35t/CMakeLists.txt
Alessandro Comodi 3f3cabea2d fpga_interchange: add bbasm step and archcheck
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2021-03-16 15:39:02 +01:00

13 lines
271 B
CMake

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