hnlGetInstanceCount
hnlGetInstanceCount(
)
=> numInstances
Description
Returns the number of instances netlisted in a single session. The function does not count the instances for which the nlAction property is set to ignore. This functions helps estimate the time taken to netlist and simulate based on the number of instances in a design. For example, this function can be used to implement a progress bar. A formatter can use this function only when OSS calls formatter functions to print a netlist.
Arguments
Value Returned
|
An integer value, which represents the number of instances netlisted in a single session. |
Examples
hnlGetInstanceCount()
Related Topics
Return to top