nextpnr/fpga_interchange/examples/tests/lut_nexus/CMakeLists.txt
gatecat ecfaae7f9e interchange: Add Nexus LUT test
Signed-off-by: gatecat <gatecat@ds0.me>
2021-03-30 16:31:51 +01:00

11 lines
167 B
CMake

add_interchange_test(
name lut_nexus
family ${family}
device LIFCL-17
package QFN72
tcl run.tcl
xdc empty.xdc
sources lut.v
skip_dcp
)