prefixLayoutInstNamesWithPipe
layoutXL prefixLayoutInstNamesWithPipe boolean { t | nil }
Description
Controls the names of instances generated by Layout XL.
-
When set to
t, Layout XL prefixes all instance names with an OR bar:|P0 -
When set to
nil, Layout XL generates instance names without an OR bar:P0
GUI Equivalent
Examples
envGetVal("layoutXL" "prefixLayoutInstNamesWithPipe")
envSetVal("layoutXL" "prefixLayoutInstNamesWithPipe" 'boolean t)
envSetVal("layoutXL" "prefixLayoutInstNamesWithPipe" 'boolean nil)
Additional Information
Retaining the default value of nil for this environment variable facilitates better interoperability with the OpenAccess database and the Cadence® Innovus Digital Implementation System. You might need to update any SKILL code that relies on the OR bar in the names.
Related Topics
Return to top