vmsEnableImpInhConn
vmsEnableImpInhConn = { t | nil }
Description
Prints inherited connections and inout directions in the port list of the behavioral view with the prefix inh_ when explicit or implicit inherited connections are present in the schematic view of a cell at any level of the cell hierarchy. The name of the behavioral view must be behavioral. This is applicable for both Verilog behavioral and SystemVerilog text views.
When both vmsEnableImpInhConn and hnlInhConnUseDefSigName are set to t, the default signal name for terminals names is printed in the port list of the behavioral view instead of the prefixed property name.
Example
vmsEnableImpInhConn = t
Return to top