zcu102- 2016.4 updates

main
Rejeesh Kutty 2017-05-18 14:17:20 -04:00
parent 4f0accbbfa
commit f3959cb5b9
2 changed files with 19 additions and 2418 deletions

File diff suppressed because it is too large Load Diff

View File

@ -77,8 +77,8 @@ proc adi_project_create {project_name {mode 0}} {
set sys_zynq 1 set sys_zynq 1
} }
if [regexp "_zcu102$" $project_name] { if [regexp "_zcu102$" $project_name] {
set p_device "xczu9eg-ffvb1156-1-i-es1" set p_device "xczu9eg-ffvb1156-2-i-es2"
set p_board "xilinx.com:zcu102:part0:1.2" set p_board "xilinx.com:zcu102:part0:2.0"
set sys_zynq 2 set sys_zynq 2
} }