Fix for iomodule os tcl to support MultiBd and Packaged Bd

Acked-for-series: Naga Sureshkumar Relli <nagasure@xilinx.com>
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
This commit is contained in:
Nava kishore Manne 2015-07-29 13:29:17 +05:30
parent cabafea458
commit a5ca97dccf

View file

@ -611,7 +611,7 @@ proc xfind_instance {drvhandle instname} {
# (from external source).
##########################################################################
proc xget_port_type {periph} {
set mhs [hsi::get_cells -hier -of_object $periph]
set mhs [hsi::get_cells -of_object $periph]
if {[llength $mhs] == 0} {
return "global"
} else {