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

22 lines
340 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
)
add_interchange_test(
name lut_nexus40
family ${family}
device LIFCL-40
package CABGA400
tcl run.tcl
xdc empty.xdc
sources lut.v
skip_dcp
)