nextpnr/fpga_interchange/examples/tests/counter/CMakeLists.txt
Alessandro Comodi 366f8782cb interchange: counter: testing on multiple boards
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2021-04-01 10:23:07 +02:00

9 lines
171 B
CMake

add_interchange_group_test(
name counter
family ${family}
board_list basys3 arty35t arty100t
tcl run.tcl
sources counter.v
techmap ../../remap.v
)