aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/examples/tests/wire/CMakeLists.txt
blob: 9af3f0db0b8f11b7cb40e0bc2d913f9c7ef5ee8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
add_interchange_test(
    name wire_basys3
    device xc7a35t
    package cpg236
    tcl run.tcl
    xdc wire_basys3.xdc
    sources wire.v
)

add_interchange_test(
    name wire_arty
    device xc7a35t
    package csg324
    tcl run.tcl
    xdc wire_arty.xdc
    sources wire.v
)