correct invoke of board specific ip.tcl
This commit is contained in:
parent
07b2ae07d2
commit
2bed0c30dc
@ -15,8 +15,8 @@ foreach ipvivadotcl $ipvivadotcls {
|
|||||||
}
|
}
|
||||||
# Optional board-specific ip script
|
# Optional board-specific ip script
|
||||||
set boardiptcl [file join $boarddir tcl ip.tcl]
|
set boardiptcl [file join $boarddir tcl ip.tcl]
|
||||||
if {[file exists boardiptcl]} {
|
if {[file exists $boardiptcl]} {
|
||||||
source [file join $boarddir tcl ip.tcl]
|
source $boardiptcl
|
||||||
}
|
}
|
||||||
|
|
||||||
# AR 58526 <http://www.xilinx.com/support/answers/58526.html>
|
# AR 58526 <http://www.xilinx.com/support/answers/58526.html>
|
||||||
|
Loading…
Reference in New Issue
Block a user