nextpnr/fpga_interchange/examples/tests/counter/CMakeLists.txt
gatecat 0426ba4e87 interchange: Add LIFCL-40 EVN tests
Signed-off-by: gatecat <gatecat@ds0.me>
2021-06-01 09:52:40 +01:00

20 lines
398 B
CMake

add_interchange_group_test(
name counter
family ${family}
board_list basys3 arty35t arty100t zybo
tcl run_xilinx.tcl
sources counter.v
techmap ../../remap_xilinx.v
output_fasm
)
add_interchange_group_test(
name counter
family ${family}
board_list lifcl17 lifcl40evn
tcl run_nexus.tcl
sources counter.v
techmap ../../remap_nexus.v
skip_dcp
)