hnlOpenTopCell
hnlOpenTopCell(t_lib t_cell t_view) =>obj
Description
Opens the top-level cellview. If the lib/cell/view is an HDB config, then open the config before opening the top-level cellview.
Arguments
Value Returned
|
The SKILL object of the dbId for the cellview passed for opening. |
Examples
Here, topblock will give the SKILL object for the cellview opened.
topblock = hnlOpenTopCell( libName cellName viewName )
Related Topics
Return to top