Index: trunk/doc/user/06_feature/backann/index.html =================================================================== --- trunk/doc/user/06_feature/backann/index.html (revision 38265) +++ trunk/doc/user/06_feature/backann/index.html (revision 38266) @@ -43,7 +43,7 @@ to be tracked and back annotated.

Tracking such changes intended for back annotation is done using the -netlist patch, which is also saved in the board file (when using the +netlist patch, which is also saved in the board file (when using the right file format). The netlist patch is an ordered list of simple, atomic operations the user made to deliberately change the "current state" of the project in pcb-rnd. This netlist patch is then @@ -142,11 +142,22 @@ This section lists all operations that are available for back annotation. A few of them are demonstrated in the sch-rnd back -annotation tutorial video. The rest work very similar; this section concentrates +annotation tutorial video. The rest work very similar; this section concentrates on what each operations does on instruction level and where to find the given operation. The network window can be invoked from the window menu or with the hotkey {w n}. +

Inspecting the netlist patch

+

+GUI: netlist patch (a.k.a. back annotation) window; can be be invoked +from the window menu. Lists all instructions in order. The Remove button +can be used (at your own risk) to remove any instruction (potentially breaking +further instructions depending on this one). +

+CLI: save the file in the lihata v9 format and look for the +li:netlist_patch subtree. + +

Add connection

Creates a new connection between a terminal and a network. The terminal can