nextpnr/fpga_interchange/examples/tests/counter/CMakeLists.txt
Alessandro Comodi dfc9c3df8c interchange: add FASM generation target and clean-up tests
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2021-04-14 14:36:07 +02:00

10 lines
192 B
CMake

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