nextpnr/fpga_interchange/examples/tests/ff/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

9 lines
151 B
CMake

add_interchange_group_test(
name ff
family ${family}
board_list basys3 arty35t arty100t
tcl run.tcl
sources ff.v
output_fasm
)