hnlSetPseudoTermDir
hnlSetPseudoTermDir(
t_string
)
=> t / nil
Description
Sets the direction of pseudo ports, which are created to propagate inherited connections from a cellview to upper levels in the hierarchy. OSS-based formatter calls this function to set the direction of pseudo ports. If the formatter does not call it, you can specify a statement to call the function in the .simrc file.
Arguments
|
t_string
|
Direction of pseudo ports. The argument can have any of these values:
-
input: Indicates that the direction of pseudo ports is input. -
output: Indicates that the direction of pseudo ports is output. -
inputOutput: Indicates that the direction of pseudo ports is inputOutput. -
sameAsTermDir: Indicates that the direction of pseudo port created for explicit inherited terminals, is same as explicit terminal. The direction of rest of the pseudo ports is inputOutput.
|
Value Returned
|
t
|
No error is encountered during netlisting.
|
|
nil
|
An error was encountered during netlisting.
|
Examples
hnlSetPseudoTermDir("inputOutput")
Related Topics
OSS Functions
Return to top