nextpnr/fpga_interchange/examples/tests/ff/CMakeLists.txt
Alessandro Comodi c1e668f823 fpga_interchange: address review comments
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2021-03-16 22:02:06 +01:00

20 lines
311 B
CMake

add_interchange_test(
name ff_basys3
family ${family}
device xc7a35t
package cpg236
tcl run.tcl
xdc ff_basys3.xdc
sources ff.v
)
add_interchange_test(
name ff_arty
family ${family}
device xc7a35t
package csg324
tcl run.tcl
xdc ff_arty.xdc
sources ff.v
)