Forward annotation is the process of updating a layout to reflect changes made in the schematic. This process is used when, for example, a new component is added to a schematic and needs to be included in the layout. This section describes how to forward annotate changes in a gEDA schematic to a PADS PowerPCB layout.
PADS implements forward annotation through the use of an ECO (Engineering Change Order) file. The ECO file describes the differences between a current design and the desired design. PADS generates the ECO file by performing a netlist comparison between a new netlist file and the netlist contained in the current layout.
This procedure assumes you have a board layout open in PADS and that you have made your schematic changes in gschem. For the purposes of illustration, assume your schematic is split into two pages in the files pg1.sch and pg2.sch.
gnetlist -g pads -o mynet.asc pg1.sch pg2.sch
mynet.asc
.original design to compare | use current PCB design |
new design with changes | mynet.asc |
√ | generate differences report |
√ | generate eco file |
comparison options | |
√ | compare only ECO registered parts |
attribute comparison level | |
√ | ignore all attributes |
Click the OK button to create the ECO file.
Backannotation is the process of updating schematics to reflect changes made in the layout. This process is used, for example, when the reference designators have been renumbered on the layout, when pins have been swapped (e.g., on an AND gate), or slots have been swapped (e.g., on a multi-gate package). This section describes how to backannotate changes in a PADS PowerPCB layout to a gEDA schematic. The PADS PowerPCB tool supports three types of schematic backannotation:
Currently only reference designator changes are automatically processed by the PADS to gschem backannotation tool. The slot and pin swapping changes are provided in a report which the schematic designer must use to manually correct the schematic.
This procedure assumes you have a board layout open in PADS. For the purposes of illustration, assume your schematic is split into two pages in the files pg1.sch and pg2.sch.
gnetlist -g pads -o mynet.asc pg1.sch pg2.sch
mynet.asc
.original design to compare | mynet.asc |
new design with changes | use current PCB design |
√ | generate differences report |
√ | generate eco file |
comparison options | |
√ | compare only ECO registered parts |
attribute comparison level | |
√ | ignore all attributes |
Click the OK button to create the ECO file.
pads_backannotate file.eco pg1.sch pg2.sch | tee backanno.log
file.eco
is the name of the ECO file created previously and pg1.sch
and pg2.sch
are all of your schematic pages. This will apply the reference designator change portion of the ECO file and also generate a list of pin and slot swapping which must be performed by hand. The file backanno.log
will contain a log of the session that can be refered to when performing the pin and slot swapping.