Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

simRegPreNetlistTrigger

simRegPreNetlistTrigger( 
S_triggerFunc
)
=> t / nil

Description

Registers a function to be called before the netlisting begins. This is applicable for both hierarchical and flat netlisting. For backward compatibility, hnlRegPreNetlistTrigger can be used as an alias for simRegPreNetlistTrigger.

The simRegPreNetlistTrigger function is called after the .simrc is loaded. It must be called in the .simrc file and S_triggerFunc must be defined in the .simrc file.

Arguments

S_triggerFunc

Name of SKILL function symbol.

Value Returned

t

The function was registered.  

nil

The function could not be registered.  

Examples

The following example shows how to set useMfactorToIterateInstances using simRegPreNetlistTrigger:

procedure(setUseMfactorFlag()
fnlMFactorPropertyName="m"
useMfactorToIterateInstances = "OnSubckt"
)
simRegPreNetlistTrigger('setUseMfactorFlag)

Related Topics

OSS Functions


Return to top
 ⠀
X