Issue link: https://resources.pcb.cadence.com/i/1180176
Allegro Front-to-Back User Guide Getting Logical Design Ready for Physical Layout October 2019 44 Product Version 17.4-2019 © 1999-2019 All Rights Reserved. You can choose the sequence in which the components of your design are annotated. The Annotation Sequence list contains three options that you can use to decide the sequence in which the objects on your design are annotated — Default, Left to Right, and Top to Bottom. ■ Designating Pins, Gates, or Packages for Swapping For PCB designs, a swap file is a text file containing old and new part references for use with the Backannotate command. Swap files are typically created by another application, such as PCB Editor. You can also create a swap (.SWP) file using any text editor that saves files in the ASCII format. When you are creating a swap file, include only the changes from the present state of the design to the state you want it to have. For example, you might place a part as U1 in the design, and change it in a PCB layout package first to U2, then to U3. The swap file should reflect the change from U1 to U3; do not include the intermediate step involving U2. For gate swaps, ensure that the gates being swapped are of the same type. If they are not, you may get incorrect results. For pin swaps, an additional element — the part reference — must be specified before the old and new values. Pin swap is limited to pins of the same type and shape on the same part. For example, you can swap data pins on U5B, but you cannot swap a pin on U5B with a pin on U5C. ■ Creating an update file The update file is used by the Update Properties tool to determine which objects to change, which of the objects' properties are affected, and what values those properties receive. You can create an update (.UPD) file using any text editor that saves files in ASCII format. The file can include comments; any text to the right of a semicolon is ignored by the Update Properties tool. Strings in the update file (except for comments) must be enclosed in quotation marks and cannot exceed 124 characters. You can use spaces and tab characters to format the update file in rows and columns, as shown in the example below. ■ Creating a Combined Swap and Update File You can create a file that combines the swap file and update file information. Run Backannotate to use a combined swap and update file. Swap and update files should have the same .SWP file extension as normal swap files.