D
dinac
Guest
Hi all,
need help in changing the Instances libName in layout.
tried the below, but it was complaining to use through superInstHeader
Thanks a lot,
Cheers
Dinac
----------------------------------------
cvID = dbOpenCellViewType(libName cellName "layout" "" "a")
procedure(changeLibName (cvID)
foreach( inst cvID~>instances
when(( inst~>libName == "oldLib")
dbSetInstHeaderMasterName( inst~>instHeader "newLib" "" "")
)
)
need help in changing the Instances libName in layout.
tried the below, but it was complaining to use through superInstHeader
Thanks a lot,
Cheers
Dinac
----------------------------------------
cvID = dbOpenCellViewType(libName cellName "layout" "" "a")
procedure(changeLibName (cvID)
foreach( inst cvID~>instances
when(( inst~>libName == "oldLib")
dbSetInstHeaderMasterName( inst~>instHeader "newLib" "" "")
)
)