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:
parent
cabafea458
commit
a5ca97dccf
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue