hnlWriteBlockControlFile
hnlWriteBlockControlFile(
d_cellView
[ t_viewList ]
[ t_pathName ]
[ t_LibName ]
[ t_cellName ]
[ t_viewName ]
[ t_isCellTopCell ]
)
=> t / nil
Description
Creates the control file for the cellview. The control file records information for subsequent IHNL runs. The hnlCloseCellFiles function calls the hnlWriteBlockControlFile function.
Arguments
|
d_cellView
|
The cellViewId of the cellview. This argument must also be supplied if hierarchical configuration is used.
|
|
t_viewList
|
Effective view list. This argument must also be supplied if hierarchical configuration is used.
|
|
t_pathName
|
Path name string. This argument must also be supplied if hierarchical configuration is used.
|
|
t_LibName
|
Configuration library name. This argument must also be supplied if hierarchical configuration is used.
|
|
t_cellName
|
Cell name. This argument must also be supplied if hierarchical configuration is used.
|
|
t_viewName
|
View name. This argument must also be supplied if hierarchical configuration is used.
|
|
t_isCellTopCell
|
If this cell is top cell. This argument must also be supplied if hierarchical configuration is used.
|
Value Returned
|
t
|
No error is encountered during processing.
|
|
nil
|
An error is encountered during processing.
|
Examples
hnlWriteBlockControlFile( cellView )
Related Topics
OSS Functions
Return to top