Ignoring Mismatched Pins
If a symbol in a schematic has more pins than the corresponding device on the layout, Layout XL generates a warning about mismatched pins. To ignore mismatched pins,
- In the schematic window menu bar, choose Edit – Hierarchy – Descend Edit to descend into the symbol of the instance.
-
In the schematic window, choose Edit – Properties – Cellview.
The Edit Cellview Properties form is displayed. -
Click Add to display the Add Property form and add a new Boolean property on the pin, for example,
unusedPin, and set it tot. -
Add the property name (
unusedPin) as a value in thepropsUsedToIgnoreObjsenvironment variable in your.cdsenvfile.layoutXL propsUsedToIgnoreObjs string "unusedPin"
Or type the following in the CIW.envSetVal("layoutXL" "propsUsedToIgnoreObjs" 'string "unusedPin")
The next time you generate or update a layout or run the Check Against Source command, the software does not issue warnings about mismatched or missing pins.
Related Topics
Return to top