backAnnotateIgnoreBoundMasters
layoutXL backAnnotateIgnoreBoundMasters boolean { t | nil }
Description
Specifies whether backannotation should use the library and cell of a layout device as the schematic master. Use this environment variable if you want a backannotated device to have a different symbol to that of the existing schematic devices bound to the instances of the specified layout library and cell.
GUI Equivalent
Examples
envGetVal("layoutXL" "backAnnotateIgnoreBoundMasters")
envSetVal("layoutXL" "backAnnotateIgnoreBoundMasters" 'boolean t)
Schematic Layout
I1 (lib/nmos_2/symbol) <-bound-> I1 (lib/nmos/layout)
I2 (lib/nmos/layout)
If backAnnotateIgnoreBoundMasters is set to nil, I2 will be backannotated as /lib/nmos_2/symbol.
IfbackAnnotateIgnoreBoundMastersis set tot,I2will be backannotated as/lib/nmos/symbol.
Related Topics
Return to top