File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ the **adi_project_create** process:
113
113
114
114
.. code :: tcl
115
115
116
- if [regexp "_zcu102$ " $project_name] {
117
- set p_device "xczu9eg-ffvb1156-1-i-es1 "
118
- set p_board "xilinx.com: zcu102:part0:1.2"
119
- set sys_zynq 2
116
+ if [regexp "_zcu102" $project_name] {
117
+ set device "xczu9eg-ffvb1156-2-e "
118
+ set board [lindex [lsearch -all -inline [get_board_parts] * zcu102*] end]
119
+ set sys_zynq 2
120
120
}
121
121
122
122
.. tip ::
@@ -128,10 +128,10 @@ the **adi_project_create** process:
128
128
129
129
The **sys_zynq ** constant variable should be set in the following way:
130
130
131
- - 0 - 7 Series FPGA (e.g. Kintex7, Virtex7)
132
- - 1 - Zynq7000 SoC
133
- - 2 - Zynq UltraScale+ SoC
134
- - 3 - Versal
131
+ * 0 - 7 Series FPGA (e.g. Kintex7, Virtex7)
132
+ * 1 - Zynq7000 SoC
133
+ * 2 - Zynq UltraScale+ SoC
134
+ * 3 - Versal
135
135
136
136
Example with an Intel board
137
137
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments