aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/examples/tests/lut_nexus/CMakeLists.txt
blob: 7ca36343521522c3e46a1a3a191b1b0e054f9edb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
)