aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/examples/boards/CMakeLists.txt
blob: 89951058ae4471cebec14c598dd11338c9627272 (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
add_board(
    name arty35t
    device_family xc7
    device xc7a35t
    package csg324
)

add_board(
    name arty100t
    device_family xc7
    device xc7a100t
    package csg324
)

add_board(
    name nexys_video
    device_family xc7
    device xc7a200t
    package sbg484
)

add_board(
    name basys3
    device_family xc7
    device xc7a35t
    package cpg236
)

add_board(
    name zybo
    device_family xc7
    device xc7z010
    package clg400
)