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

add_interchange_test(
    name lut_arty
    device xc7a35t
    package csg324
    tcl run.tcl
    xdc lut_arty.xdc
    sources lut.v
)