blob: ac180070797374ffda853b166f2a2934895dff78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
add_interchange_test(
name counter_basys3
device xc7a50t
package cpg236
tcl run.tcl
xdc counter.xdc
sources counter.v
)
add_interchange_test(
name counter_arty
device xc7a50t
package csg324
tcl run.tcl
xdc counter.xdc
sources counter.v
)
|