nextpnr/fpga_interchange/examples/tests/counter/CMakeLists.txt
Alessandro Comodi f52b5b39ed fpga_interchange: tests: add techmap optional source file
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2021-03-16 15:39:02 +01:00

20 lines
339 B
CMake

add_interchange_test(
name counter_basys3
device xc7a35t
package cpg236
tcl run.tcl
xdc counter_basys3.xdc
sources counter.v
techmap remap.v
)
add_interchange_test(
name counter_arty
device xc7a35t
package csg324
tcl run.tcl
xdc counter_arty.xdc
sources counter.v
techmap remap.v
)