1
0

correct invoke of board specific ip.tcl

This commit is contained in:
Henry Styles 2017-09-08 23:20:55 -07:00
parent 07b2ae07d2
commit 2bed0c30dc

View File

@ -15,8 +15,8 @@ foreach ipvivadotcl $ipvivadotcls {
}
# Optional board-specific ip script
set boardiptcl [file join $boarddir tcl ip.tcl]
if {[file exists boardiptcl]} {
source [file join $boarddir tcl ip.tcl]
if {[file exists $boardiptcl]} {
source $boardiptcl
}
# AR 58526 <http://www.xilinx.com/support/answers/58526.html>