Alternate Footprints in TILPs
The cell names of footprints in a TILP can be specified as not allowed, must be included, or alternate footprints based on a specific syntax. You do this either in the altFootprintCellNames column in a part.csv file or in the footprintALTCellName text field in the Edit Instance Properties form.
Use the following guidelines to specify placement of certain footprints or parts for use in TILPs:
-
The
altFootprintCellNamescolumn in a part.csv can specify that certain parts are not allowed in particular placements by specifying the placement asNONE. For example,(TOP:CAP1005N;BOTTOM:NONE)whereBOTTOM:NONEmeans that this part is not valid on theBOTTOMplacement. -
There is no change in the placement of a footprint cell when
altFootprintCellNamesis not formated as(TOP:1005;BOTTOM:SPDT;EMBEDDED:LGA). -
If
altFootprintCellNamesis shown as(TOP:1005;BOTTOM:SPDT;EMBEDDED:LGA)and theStackupOffsetparameter is not0, the cell name specified by theEMBEDDEDkeyword is used as the footprint cell. For example,LGAis used as the cell name in this example. -
If
altFootprintCellNamesis shown as(TOP:1005;BOTTOM:SPDT;EMBEDDED:LGA)and theMirroredparameter isnil, the cell name specified by theTOPkeyword is used as the footprint cell. For example,1005is used as the cell name in this example.
If theMirroredparameter ist, the cell name specified by theBOTTOMkeyword is used as the footprint cell. For example,SPDTis used as the cell name in this example. -
If a specific keyword is not specified at the instance place, that is, if
altFootprintCellNamesis shown as(TOP:1005;BOTTOM:SPDT)and theStackupOffsetparameter is2, thefootprintCellNameparameter is used as the footprint cell.
If the given cell name does not allow retrieval of an existing cell in a TILP, the Pcell evaluation fails and a marker is dropped in the sub-master cellview. The given cell name for placement overrides the existingfootprintCellNameparameter.
Return to top