nextpnr/fpga_interchange/examples/tests/ff/CMakeLists.txt

18 lines
269 B
CMake
Raw Normal View History

add_interchange_test(
name ff_basys3
part xc7a35tcpg236-1
package cpg236
tcl run.tcl
xdc ff.xdc
sources ff.v
)
add_interchange_test(
name ff_arty
part xc7a35tcsg324-1
package csg324
tcl run.tcl
xdc ff.xdc
sources ff.v
)