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

18 lines
293 B
CMake
Raw Normal View History

add_interchange_test(
name const_wire_basys3
device xc7a35t
package cpg236
tcl run.tcl
xdc wire_basys3.xdc
sources wire.v
)
add_interchange_test(
name const_wire_arty
device xc7a35t
package csg324
tcl run.tcl
xdc wire_arty.xdc
sources wire.v
)