aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/examples/tests/wire/CMakeLists.txt
blob: c7199475ca0025e863e0d6fd68a5684686413596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
add_interchange_test(
    name wire_basys3
    family ${family}
    device xc7a35t
    package cpg236
    tcl run.tcl
    xdc wire_basys3.xdc
    sources wire.v
)

add_interchange_test(
    name wire_arty_35t
    family ${family}
    device xc7a35t
    package csg324
    tcl run.tcl
    xdc wire_arty.xdc
    sources wire.v
)

add_interchange_test(
    name wire_arty_100t
    family ${family}
    device xc7a100t
    package csg324
    tcl run.tcl
    xdc wire_arty.xdc
    sources wire.v
)

add_interchange_test(
    name wire_nexys_video
    family ${family}
    device xc7a200t
    package sbg484
    tcl run.tcl
    xdc wire_nexys_video.xdc
    sources wire.v
)

add_interchange_test(
    name wire_zybo
    family ${family}
    device xc7z010
    package clg400
    tcl run.tcl
    xdc wire_zybo.xdc
    sources wire.v
)