nextpnr/fpga_interchange/examples/tests/const_wire/CMakeLists.txt
Alessandro Comodi 77ffdd7fd4 fpga_interchange: tests: add cmake functions
Also move all tests in a tests directory

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2021-03-16 15:39:01 +01:00

18 lines
293 B
CMake

add_interchange_test(
name const_wire_basys3
part xc7a35tcpg236-1
package cpg236
tcl run.tcl
xdc wire.xdc
sources wire.v
)
add_interchange_test(
name const_wire_arty
part xc7a35tcsg324-1
package csg324
tcl run.tcl
xdc wire.xdc
sources wire.v
)