aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/examples/tests/counter/CMakeLists.txt
blob: e105a86a728caba5fd030054a15b530f47cef9af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
add_interchange_test(
    name counter_basys3
    part xc7a35tcpg236-1
    package cpg236
    tcl run.tcl
    xdc counter.xdc
    sources counter.v
)

add_interchange_test(
    name counter_arty
    part xc7a35tcsg324-1
    package csg324
    tcl run.tcl
    xdc counter.xdc
    sources counter.v
)