nextpnr/fpga_interchange/examples/tests/ff/CMakeLists.txt
Alessandro Comodi 490fdb0a1c fpga_interchange: cmake: generate only one device family
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2021-03-16 15:39:01 +01:00

18 lines
257 B
CMake

add_interchange_test(
name ff_basys3
device xc7a50t
package cpg236
tcl run.tcl
xdc ff.xdc
sources ff.v
)
add_interchange_test(
name ff_arty
device xc7a50t
package csg324
tcl run.tcl
xdc ff.xdc
sources ff.v
)