aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/examples/tests/counter/CMakeLists.txt
blob: 0da6293410466dfb89da33d2abdbdce78f9ab1cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
add_interchange_test(
    name counter_basys3
    device xc7a35t
    package cpg236
    tcl run.tcl
    xdc counter_basys3.xdc
    sources counter.v
    techmap remap.v
)

add_interchange_test(
    name counter_arty
    device xc7a35t
    package csg324
    tcl run.tcl
    xdc counter_arty.xdc
    sources counter.v
    techmap remap.v
)