nextpnr/fpga_interchange/examples/tests/wire/CMakeLists.txt
Alessandro Comodi bd2da27e4e fpga_interchange: tests: added comment and fixed XDC
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2021-03-16 15:39:02 +01:00

18 lines
281 B
CMake

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