1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./style.css" />
6 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./design.css" />
7 <link rel=
"stylesheet" media=
"print" type=
"text/css" href=
"./print.css" />
9 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
14 <strong>Statement of work: Improving PCB
's usability within the gEDA Suite framework
</strong>
17 <h2 class=
"sectionedit1" id=
"background_and_motivation">Background and motivation
</h2>
21 The open-source layout tool
<a href=
"http://pcb.geda-project.org/" class=
"urlextern" title=
"http://pcb.geda-project.org/" rel=
"nofollow">PCB
</a> has been a member of the gEDA Project for many
22 years. It is an essential part of the end-to-end design flow offered by the
23 gEDA tool set. That is, although gschem/gnetlist can (in principle) support
24 many back-end PCB layout tools, the most advanced forward annotation tools
25 have been developed for PCB, and the vast majority (if not all) of the gEDA
26 Project
's user base uses PCB as their layout tool. PCB is a core part of the
27 gEDA Project
's software offerings.
31 For a variety of reasons, many electronics designers find PCB
's user interface
32 difficult to master. Many tasks are best performed using PCB
's internal
33 command line (instead of menus or buttons), dropping to the unix shell, or
34 even hand-editing design files using scripts or emacs. Some specific
35 shortcomings of PCB have been widely noted on the geda-* e-mail lists, along
36 with reasonable solutions. A list of the biggest issues includes:
39 <li class=
"level1"><div class=
"li"> <strong>Forward annotation:
</strong> Difficulty forward annotating designs from gschem/gnetlist. A separate command-line tool is used to carry the design from gschem to PCB. This tool can produce design files out of synch with PCB. Also, many electronics designers are unfamiliar with using the unix command line.
</div>
43 <li class=
"level1 node"><div class=
"li"> <strong><abbr title=
"Graphical User Interface">GUI
</abbr>:
</strong> PCB
's
<abbr title=
"Graphical User Interface">GUI
</abbr> shows its age. It has the following infelicitous properties:
</div>
45 <li class=
"level2"><div class=
"li"> It uses a mixture of noun/verb and verb/noun actions. (Modern
<abbr title=
"Graphical User Interface">GUI
</abbr> programs are noun/verb only.)
</div>
47 <li class=
"level2"><div class=
"li"> Incomplete menu/button coverage of possible editing actions. For example, arbitrary rotation and component refdes renumbering are available only through the pop-up command entry window.
</div>
49 <li class=
"level2"><div class=
"li"> There is a lack of
<abbr title=
"Graphical User Interface">GUI
</abbr> controls for exact, CAD-like editing. Examples for these desirable actions: Give the position of an object by typing its coordinates. Rotate an object by a given angle. Move objects by an exact amount. Do a multi copy of objects.
</div>
51 <li class=
"level2"><div class=
"li"> Unlike many other graphical GUIs a dialog to edit properties of an object is missing in pcb. Properties to be edited might be layer, thickness, connected flag, polygon clearance, the net it belongs to, position, orientation, etc.
</div>
53 <li class=
"level2"><div class=
"li"> Underlying the user interface, there is strong belief amongst PCB
's developers that the supporting datastructures and methods are inadequate, and require upgrade as part of any
<abbr title=
"Graphical User Interface">GUI
</abbr> upgrade.
</div>
59 <li class=
"level1"><div class=
"li"> <strong>Footprint creation/editing:
</strong> Creating/editing footprints using PCB is difficult. Most power users have created perl scripts to automate this process, but new users tend to be flummoxed by this approach.
</div>
63 <li class=
"level1"><div class=
"li"> <strong>Layers and design objects:
</strong> Although PCB can handle any arbitrary number of metal layers, it does not fully support other design layers as independent objects. For example, it lacks full support for common layout layers like: keepout, DRC, outline, etc. Also, the concept of padstacks is missing from PCB. Finally, PCB does not provide the full DRC functionality expected of a modern layout program.
</div>
67 <li class=
"level1"><div class=
"li"> <strong>DRC:
</strong> The existing mechanism to find DRCs is clumsy. Also, a separate DRC layer which may be turned on or off (typical of modern layout programs) is missing.
</div>
72 We envision that addressing the above problems will provide a significant,
73 powerful benefit to PCB
's usability within the larger framework of the gEDA
74 toolkit. Addressing the usability issues will bring the following specific
75 benefits to the gEDA Project:
78 <li class=
"level1"><div class=
"li"> <strong>Adoption:
</strong> Making PCB easier to use will lead to greater uptake of the entire gEDA electronic design toolkit by practicing engineers, including those working in commercial organizations.
</div>
82 <li class=
"level1"><div class=
"li"> <strong>Contribution:
</strong> More users implies more contributors. In the context of the gEDA Project, this means not only software developers, but also people who will contribute schematic symbols, PCB footprints, utility scripts, and other collateral necessary to a thriving design environment. (A strong focal point for contributors is – and will remain – the
<a href=
"http://www.gedasymbols.org" class=
"urlextern" title=
"http://www.gedasymbols.org" rel=
"nofollow">www.gedasymbols.org
</a> website.)
</div>
86 <li class=
"level1"><div class=
"li"> <strong>Support:
</strong> Engineers using the gEDA tools in a company context might be positioned to help organize funding for ongoing development of the gEDA Suite, thereby closing the circle from developers to users back to developers. This would go a long way towards raising the gEDA Project above its current “advanced hobby hacker” status, a beneficial result for the entire gEDA ecosystem.
</div>
91 Therefore, the purpose of this document is to specify modifications to PCB
92 which we hope will bring about a renaissance in the gEDA Project itself by
93 making the critical tool PCB more accessible to the ordinary electronics
98 <!-- EDIT1 SECTION "Background and motivation" [86-4751] -->
99 <h2 class=
"sectionedit2" id=
"statement_of_work">Statement of work
</h2>
103 This section provides descriptions of what work is desired in each area of PCB
's functionality. This is not a full specification; it is assumed that the person chosen to perform this work is familiar enough with the concepts associated with PCB design and the internals of PCB that this statement of work provides sufficient guidance about what to do.
108 <!-- EDIT2 SECTION "Statement of work" [4752-5141] -->
109 <h3 class=
"sectionedit3" id=
"general_guidelines">General guidelines
</h3>
114 <h4 id=
"gtk_hid">GTK HID
</h4>
118 PCB supports several HIDs. The HID is the interface layer which the user interacts with. The two major HIDs provided for interactive use are based upon
1) the GTK
<abbr title=
"Graphical User Interface">GUI
</abbr> widget set, and
2) The X/Motif
<abbr title=
"Graphical User Interface">GUI
</abbr> widget set.
<strong>The work called out for this project shall be targeted at the GTK HID.
</strong> The reason for this is simple: The rest of gEDA uses GTK. A primary goal the renovation work in PCB is to more tightly bind PCB into the entire gEDA workflow. More to the point: the gEDA tool chain should present a more uniform interface to the user. Users expect to see the same “look and feel” in all the tools they use.
119 However, any changes made as part of this work shall not break any feature present in any other HID, including the Motif HID.
124 <h4 id=
"code_clarity">Code clarity
</h4>
128 Many other changes are desirable in PCB. However, they are outside the scope of this work. The idea behind the changes specified here is that they create a launching point for other developers to come in afterward and continue improving PCB. Therefore,
<strong>the developer must strive to make his code clear and well commented.
</strong> Do not use hard to understand code tricks, obfuscating macros, or other devices which will hamper any follow-on work by other developers.
133 <h4 id=
"doxygen">Doxygen
</h4>
137 The developer should place Doxygen comments into the header of any new function he writes. Fully doxygenating PCB is outside the scope of this project, but
<strong>the developer should at least use doxygen for the changes he makes.
</strong>
142 <h4 id=
"platforms">Platforms
</h4>
146 The upgrades to PCB must work on the usual platforms supported by the gEDA Project. Specifically:
149 <li class=
"level1"><div class=
"li"> Linux, BSD, Sun.
</div>
151 <li class=
"level1"><div class=
"li"> GTK version
2.18 or later
</div>
156 Hooks for support on Windows systems are outside the scope of this project. However, any Windows features present currently in PCB should not break as a result of these changes.
161 <h4 id=
"backwards_compatibility">Backwards compatibility
</h4>
165 <strong>Any changes made to PCB should not break the ability of PCB to import existing
166 .pcb files.
</strong> It
<strong>is
</strong> allowed to break import of .new.pcb files (i.e. the output
172 <!-- EDIT3 SECTION "General guidelines" [5142-7229] -->
173 <h3 class=
"sectionedit4" id=
"forward_annotation_upgrade">Forward annotation upgrade
</h3>
177 <a href=
"geda-pcb_funding_sow-fwdann_ideas.html" class=
"wikilink1" title=
"geda-pcb_funding_sow-fwdann_ideas.html">Ideas, commentary, and examples from users
</a>
182 <h4 id=
"feature_description">Feature description
</h4>
186 The goal of forward annotation is to read the design information output from
187 e.g. a netlister, and use it to import all information required into PCB,
188 ready for use in creating or modifying a layout. Reading the following
189 information is a required part of creating a PCB layout:
192 <li class=
"level1"><div class=
"li"> Footprints with associated refdeses and their associated layers (if assigned).
</div>
196 <li class=
"level1"><div class=
"li"> Graphical elements (pads, tracks, polygons, holes, etc) (usually imported from a previous design iteration).
</div>
200 <li class=
"level1"><div class=
"li"> Electronic connectivity (netlist).
</div>
204 <li class=
"level1"><div class=
"li"> Any global design information such as routing constraints. (Currently unsupported by PCB).
</div>
209 The scheme currently used by PCB is to read a file – already in PCB format –
210 containing the actual footprints embedded within it. The netlist is read in
211 using a separate step.
215 The new scheme would read a file containing a list of actions. Each line in
216 the file would correspond to a separate action. The file would be generated
217 by a forward annotation tool (e.g. gsch2pcb). The actions would correspond to
218 the atomic actions performed by PCB itself when it finds a footprint by
219 searching its footprint library.
223 For example, one line in the forward annotation file might say
224 “(load-element-data SOT-
23 U6)”. This would make PCB look for an SOT-
23
225 package in its footprint library (using PCB
's $FOOTPRINT_PATH), place it in a
226 waiting position on the PCB, and give it the refdes “U6”. Another action
227 might say “(add-line
<layer
> <X1
> <Y1
> <X2
> <Y2
> <width
> <flags
>)”, which
228 would add a straight line segment onto layer
<layer
> from position (X1, Y1) to
229 position (X2, Y2) having width
<width
> and flags
<flags
>. (The flags would
230 specify things like whether the line ends are round or square, along with the
231 other properties of a line.)
235 Besides importing footprint and graphical information, the new PCB forward
236 annotation facility should import the netlist at the same time as the rest of
237 the layout information. (This is currently a separate step, which is
238 inconsistent with the goal of ease-of-use.)
242 Note that the above descriptions of the actions are meant to provide examples
243 of how PCB should be modified. The details of each action are to be
244 determined by the developer and the architecture of PCB itself.
249 <h4 id=
"use_cases">Use cases
</h4>
253 Once the forward annotation changes are complete, the following use cases should apply:
257 <strong>New PCB
</strong>
260 <li class=
"level1"><div class=
"li"> The user creates his design using gschem.
</div>
262 <li class=
"level1"><div class=
"li"> He creates a forward annotation file by running the .sch files through gsch2pcb, which creates a single .pfa (PCB forward annotation) file.
</div>
264 <li class=
"level1"><div class=
"li"> The user starts PCB.
</div>
266 <li class=
"level1"><div class=
"li"> He clicks “File → new PCB”. A window pops up, providing a place to enter the new board
's layer count and size. The window may also provide a way to specify common board templates (PC-
104,
3U Eurocard, etc.)
</div>
268 <li class=
"level1"><div class=
"li"> The new board is shown in PCB
's main window as a white area on a darker background (as currently implemented).
</div>
270 <li class=
"level1"><div class=
"li"> The user clicks “File → Import forward annotation file”.
</div>
272 <li class=
"level1"><div class=
"li"> A file selection window pops up. The user clicks on his .pfa file and clicks OK.
</div>
274 <li class=
"level1"><div class=
"li"> PCB reads each action in the forward annotation file, and does the corresponding thing.
</div>
276 <li class=
"level1"><div class=
"li"> The PCB netlist is also imported during this activity. No separate netlist readin step is required.
</div>
278 <li class=
"level1"><div class=
"li"> At the end of the file
's read-in, the footprints should be present on the board (*not* in the paste buffer), ready to be disbursed and placed.
</div>
283 <strong>Existing PCB
</strong>
286 <li class=
"level1"><div class=
"li"> The user has a pre-existing .pcb file for the design under consideration. He makes changes to his design using e.g. gschem or gattrib.
</div>
288 <li class=
"level1"><div class=
"li"> The creates a forward annotation file by running the .sch files through gsch2pcb, which creates a single .pfa (PCB forward annotation) file.
</div>
290 <li class=
"level1"><div class=
"li"> The user starts PCB (or re-activates an existing PCB session running in its window).
</div>
292 <li class=
"level1"><div class=
"li"> The user clicks “File → Import forward annotation file”.
</div>
294 <li class=
"level1"><div class=
"li"> A file selection window pops up. The user clicks on his .pfa file and clicks OK.
</div>
296 <li class=
"level1"><div class=
"li"> PCB reads each action in the forward annotation file, and does the corresponding thing. Using the refdes, the importer looks to see if the component in the forward annotation file is already placed in PCB, and if so, it ignores the action.
</div>
298 <li class=
"level1"><div class=
"li"> The netlist is also read in and updated at this stage. No separate netlist readin step is required.
</div>
300 <li class=
"level1"><div class=
"li"> Once this action is complete, the user is ready to continue editing his board.
</div>
306 <h4 id=
"other_ideas">Other Ideas
</h4>
309 <li class=
"level1"><div class=
"li"> Besides a menu option, there should be a toolbar button to sync changes
</div>
311 <li class=
"level1"><div class=
"li"> Alternately, a thread running a file change monitor can spot the new annotation file when it appears
</div>
313 <li class=
"level1"><div class=
"li"> Finally, the project manager (gsch2pcb / xgsch2pcb / geda_manager) can invoke readin of a forward annotation file via IPC
</div>
319 <h4 id=
"work_required">Work required
</h4>
323 Some of the support for forward annotation already exists. Specifically, many
324 actions are already supported. Therefore, this project involves:
327 <li class=
"level1"><div class=
"li"> Creating the missing actions required for full forward annotation.
</div>
329 <li class=
"level1"><div class=
"li"> Creating a method for reading in an action script.
</div>
331 <li class=
"level1"><div class=
"li"> Integrating the new script-based forward annotation into PCB
's
<abbr title=
"Graphical User Interface">GUI
</abbr>.
</div>
333 <li class=
"level1"><div class=
"li"> Testing and bug cleanup.
</div>
339 <!-- EDIT4 SECTION "Forward annotation upgrade" [7230-12503] -->
340 <h3 class=
"sectionedit5" id=
"gui_modernization">GUI modernization
</h3>
344 <a href=
"geda-pcb_funding_sow-gui_ideas.html" class=
"wikilink1" title=
"geda-pcb_funding_sow-gui_ideas.html">Ideas, commentary, and examples from users
</a>
348 The basic goal is to make the upgraded PCB behave exactly as an inexperienced
349 user might expect, based upon his familiarity with modern
<abbr title=
"Graphical User Interface">GUI
</abbr>-based tools like
350 OpenOffice. This means:
353 <li class=
"level1"><div class=
"li"> PCB should support all the “normal” keystrokes which have become defacto standards for
<abbr title=
"Graphical User Interface">GUI
</abbr> programs. Examples include
<ctrl
>-c for copy,
<ctrl
>-x for delete, etc. PCB may continue to support the old key strokes to maintain backward compatibility for those who are already experienced with the program, but in the event that one of PCB
's current keystrokes conflicts with the “defacto standard”, the defacto standard shall be implemented.
</div>
357 <li class=
"level1"><div class=
"li"> PCB should support all actions using “noun/verb” syntax. Details of this upgrade are presented in the “actions” section below.
</div>
361 <li class=
"level1"><div class=
"li"> PCB should support normal selection modes (i.e. ways to select an object for editing or modification). Details of this upgrade are presented in the “selection methods” section below.
</div>
365 <li class=
"level1"><div class=
"li"> PCB
's internals should be upgraded to easily support enhanced menus and button bars. This means upgraded callbacks and possibly also a resource file which specifies things like menu layout, menu options available, and keybindings.
</div>
370 If the descriptions in this specification are ambiguous or unclear, use the behaviors implemented in gschem as the preferred example.
375 <h4 id=
"actions">Actions
</h4>
379 The following actions should be modified to support a “noun/verb” actions,
380 if they do not support it already. Where possible, support for the current
381 “verb/noun” actions should not be dropped to maintain compatibility for
382 users who have learned the old actions. However, if there is a conflict
383 between the new noun/verb and the old verb/noun actions, the new noun/verb
384 actions take presidence.
387 <li class=
"level1"><div class=
"li"> <strong>select/delete
</strong> Using any of: menu item,
<ctrl
>-x. Delete should move the deleted object(s) from the layout into the copy buffer, so the user may place them elsewhere with a subsequent action. (NOTE: The copy buffer should probably be implemented separately from the existing “element buffer”.)
</div>
391 <li class=
"level1"><div class=
"li"> <strong>select/remove
</strong> Using any of menu item,
<del
>, character d. Remove should permanently remove the selected item.
</div>
395 <li class=
"level1"><div class=
"li"> <strong>select/move
</strong> Using: left mouse button down and drag. Also: Select, then use arrow keys to move the selected objects some small quantum of motion (perhaps the grid spacing) in the direction specified by the arrow.
</div>
399 <li class=
"level1"><div class=
"li"> <strong>select/copy
</strong> Using any of: menu item, copy button, character c.
<ctrl
>-c. This should copy the selected items into the copy buffer so the user may place them elsewhere in a subsequent action. (NOTE: The copy buffer should probably be implemented separately from the existing “element buffer”.)
</div>
403 <li class=
"level1"><div class=
"li"> <strong>paste
</strong> Using any of: menu item, paste button,
<ctrl
>-v. This will bring the contents of the copy buffer into action at the cursor. When the user clicks on the design, then the elements will be placed on the layout where the user clicks. Refer to the behavior of gschem to see exactly how this should work.
</div>
407 <li class=
"level1"><div class=
"li"> <strong>select/move selection to current layer
</strong> Using menu item,
</div>
411 <li class=
"level1"><div class=
"li"> <strong>select/move object to opposite layer
</strong> Using menu item,
<shift
>-c.
</div>
415 <li class=
"level1"><div class=
"li"> <strong>select/report object properties
</strong> Using menu item or
<ctrl
>-r.
</div>
419 <li class=
"level1"><div class=
"li"> <strong>select/edit object properties
</strong> Using menu item or double click on single object. This is a new action.
<br/>
420 If the selected object is a graphical primitive (line, arc, etc), PCB will open up a window displaying the object properties in an editable window, allowing for the user to modify the object
's properties. For example double clicking on a Cu track should open up the edit window, showing the track
's width, current layer, end type (round vs. square), and its beginning and end coordinates.
<br/>
421 If the selected object is a footprint, PCB will open up a window allowing the user to select a different footprint name. Some type of footprint browsing window with previewing should be presented to the user for this. The footprints should be found by looking through PCB
's footprint search path. Recommendation: steal the symbol browser window from gschem for this task. (Question: how to back annotate this info into the .sch files?)
<br/>
422 If the selected object is text, then PCB should open up the text edit dialog box, allow the user to edit his text, click OK, and the text on the layout should be updated.
</div>
426 <li class=
"level1"><div class=
"li"> <strong>Select/rotate
</strong> Using menu item or
<ctrl
>-r. This is a new window (the action already exists). This will open a window asking the user to type in a rotation angle. The user will type in the angle (in degrees), click OK, and the selected item will be rotated. Ideally, the rotation would apply globally to a selected set of items; it is up to the developer to determine if this is feasible. If not, then rotate should apply to only one item.
</div>
432 <h4 id=
"selection_modes">Selection modes
</h4>
436 The following selection modes must be supported:
439 <li class=
"level1"><div class=
"li"> mouse click on single object.
</div>
441 <li class=
"level1"><div class=
"li"> <ctrl
>-click on multiple objects. (Example:
<ctrl
>-click this
1,
<ctrl
>-click this
2,
<ctrl
>-click this
3, etc.)
</div>
443 <li class=
"level1"><div class=
"li"> Click and drag to select objects within a rectangular area.
</div>
445 <li class=
"level1"><div class=
"li"> <esc
> clears all selections
</div>
447 <li class=
"level1"><div class=
"li"> <ctrl
>-a selects all objects in the design.
</div>
449 <li class=
"level1"><div class=
"li"> <ctrl
>-A selects all connected objects. (Question: What is this selection mode useful for?)
</div>
455 <h4 id=
"work_required1">Work required
</h4>
459 This project involves:
462 <li class=
"level1"><div class=
"li"> Refactoring and upgrade of program internals to support noun/verb actions.
</div>
464 <li class=
"level1"><div class=
"li"> Create new windows (e.g. object editor, move, rotate, etc.).
</div>
466 <li class=
"level1"><div class=
"li"> Refactoring and upgrade of program internals to support selection modes.
</div>
468 <li class=
"level1"><div class=
"li"> Implementation of
<abbr title=
"Graphical User Interface">GUI
</abbr> resource file which is read in upon program start to configure user interface.
</div>
470 <li class=
"level1"><div class=
"li"> <abbr title=
"Graphical User Interface">GUI
</abbr> upgrade. Specifically, hook up the callbacks to the menu items and buttons defined in the
<abbr title=
"Graphical User Interface">GUI
</abbr> resource file.
</div>
472 <li class=
"level1"><div class=
"li"> Testing and bug cleanup.
</div>
478 <!-- EDIT5 SECTION "GUI modernization" [12504-18439] -->
479 <h3 class=
"sectionedit6" id=
"footprint_editor_implementation">Footprint editor implementation
</h3>
483 Incorporating a good footprint editor into PCB is a common request from users.
484 It is important for PCB to clearly distinguish between editing a footprint and
485 editing an entire PCB design. Here are two possible methods to accomplish
489 <li class=
"level1"><div class=
"li"> Although it is not optimal, the symbol editing mode present in gschem provides a reference for how this might be implemented. Specifically, editing a footprint may be implemented as a “mode”, in which the user drills down into the footprint, and is placed into a special mode of the standard PCB editing window which is reserved for editing footprints.
</div>
491 <li class=
"level1"><div class=
"li"> Another way to implement a footprint editor is to have a pop-up window with its own drawing pane along with editing widgets specialized for creating and modifying footprints.
</div>
496 Optionally, features involving editing footprints via the buffer will be removed. Alternately, retain the option allowing the user to draw in the main window, select, then invoke some menu option to convert the selection to a footprint. This option may exist
<strong>alongside
</strong> the new footprint editor.
501 <h4 id=
"invocation">Invocation
</h4>
505 There are two ways to invoke the footprint editor:
508 <li class=
"level1"><div class=
"li"> Create a new footprint. In this case the user will have no object selected on the PCB drawing window. He will then choose an option from the menu, like “tools → down footprint”. This will place the user into the footprint editor, and the drawing area will be empty
</div>
510 <li class=
"level2"><div class=
"li"> Edit an existing footprint. In this case, the user will select a footprint present on the board by clicking on it. Then he will select an option from the menu, like “tools → down footprint”. This will place the user into the footprint editor, and the drawing area will hold a copy of the selected footprint, ready for editing.
</div>
515 As a third possibility, the user should be able to do “tools → create new footprint”, go into the editor, and then do “file → open” and select a footprint from the library to edit.
519 As a fourth possibility, allow a mode similar to gschem, where a library browser is used to select and place primitive objects. That would save the user from needing to know where the library files are hidden.
524 <h4 id=
"editing">Editing
</h4>
528 The footprint editor should be a graphical drawing environment similar to that presented by PCB for layout editing.
531 <li class=
"level1"><div class=
"li"> Buttons and menus. The footprint editor should have all the same menus and buttons as are available from the PCB editor. Those menu items and buttons which are not useful for footprint editing should be greyed out.
</div>
535 <li class=
"level1"><div class=
"li"> Look and feel. Once the user is placed in the footprint editor, the PCB window should change in some way to reflect that the user is in a different mode. For example, the title bar must say “footprint mode”. Also, the drawing field background color might be changed a little bit to emphasize the change in mode.
</div>
540 The design choice of which environment is better is left to the developer to decide based upon factors including input from the community, ease of implementation, etc.
545 <h4 id=
"saving">Saving
</h4>
549 Once the user has edited his footprint, he will want to save it out. This is
550 a problematic action, since it
's not a good idea to allow the user to
551 overwrite a footprint living in the footprint libraries. Moreover, the user
552 may not have write access to the library directories.
556 Therefore, when the user is done editing his footprint, there should be only
557 one save action available under the file menu: “file → save footprint as”.
558 This will call up the file save dialog, which will default to sticking the
559 footprint in the current working directory (or the last directory he saved a
560 footprint into during this session). The user will then be required to browse
561 to his preferred save directory, and save the footprint there.
566 <h4 id=
"leaving">Leaving
</h4>
570 Once the footprint editing session is done, the user may leave the editor and
571 return to his main PCB editing session. This may be accomplished using a menu
572 item like “tools → up to layout”. If any unsaved changes remain in the
573 footprint, then the user should be prompted to either save or discard his
574 changes before leaving the footprint editor.
579 <h4 id=
"updating_a_footprint_placed_on_the_board">Updating a footprint placed on the board
</h4>
583 After editing a footprint and saving it out, the user will often want to
584 update a footprint already present on the PCB. Here is the preferred method
585 (use case) to do this:
588 <li class=
"level1"><div class=
"li"> User selects footprint to update.
</div>
590 <li class=
"level1"><div class=
"li"> From menu, user selects “tools → update footprint”. A keystroke to start this action may also be provided.
</div>
592 <li class=
"level1"><div class=
"li"> A pop-up window opens, giving the user the footprint browser (as described above). The window will have has default footprint the name of the currently selected footprint.
</div>
594 <li class=
"level1"><div class=
"li"> The user will either accept the default footprint presented, or he may search for a different footprint. When he is done, he will click OK.
</div>
596 <li class=
"level1"><div class=
"li"> PCB will load the specified footprint from its library. Note: For this to work after editing a footprint, the user must place his local directory first on the footprint search path.
</div>
598 <li class=
"level1"><div class=
"li"> PCB will then replace the old footprint on the board with the one pulled from the library. The old footprint (currently written into the .pcb file) will go away, and the new one will take its place.
</div>
604 <h4 id=
"work_required2">Work required
</h4>
608 This project involves:
611 <li class=
"level1"><div class=
"li"> Create internal structures and methods needed to support a separate footprint editor.
</div>
613 <li class=
"level1"><div class=
"li"> Create footprint editing window (if the separate window approach is adopted).
</div>
615 <li class=
"level1"><div class=
"li"> Integrate access to footprint editor into main PCB
<abbr title=
"Graphical User Interface">GUI
</abbr>.
</div>
617 <li class=
"level1"><div class=
"li"> Testing and bug cleanup.
</div>
623 <!-- EDIT6 SECTION "Footprint editor implementation" [18440-24028] -->
624 <h3 class=
"sectionedit7" id=
"upgrade_of_layer_and_design_objects">Upgrade of layer and design objects
</h3>
629 <h4 id=
"feature_description1">Feature Description
</h4>
633 Currently, PCB
's internal data structures only “know” about metal and silk
634 layers. Other layers commonly used in PCB design are either missing (e.g. DRC
635 layer, outline layer), or are simply derived from the metal layer (solder
636 mask). This task involves implementing full support for layers of arbitrary
637 type and layer count. Also, support for other design objects is part of this
638 upgrade. Specific features required are:
641 <li class=
"level1"><div class=
"li"> Upgrade of existing datastructures to support layers of arbitrary type including: DRC, mechanical outline, annotation, solder mask, paste mask, plated through-hole, unplated through-hole, metal, silk. The upgrade must also provide support for an arbitrary number of layers. Also, allowing for per-layer clearance settings is an important feature for inclusion here.
</div>
645 <li class=
"level1"><div class=
"li"> Implement window widget allowing for easy selection/configuration of layer stack-up. Parameters to configure include: layer count, layer type, layer polarity, layer visibility, layer color. The window will also allow the user to re-order the layers (from front to back), and to add or subtract an arbitrary number of layers. The layer window presented in “gerbv” is a reasonable example of what this window should support.
</div>
649 <li class=
"level1"><div class=
"li"> Implement a new datastructure representing a pad stack.
</div>
653 <li class=
"level1"><div class=
"li"> Implement a window widget allowing for easy editing of the pad stack
's properties, including: metal annulus outer diameter (per layer), solder mask diameter (per layer), paste mask diameter (per layer), clearance width (per layer), hole diameter.
</div>
657 <li class=
"level1"><div class=
"li"> Consider how the data-structures could allow support for blind or burried vias in the future.
</div>
663 <h4 id=
"work_required3">Work required
</h4>
667 This project involves:
670 <li class=
"level1"><div class=
"li"> Upgrade internal structures and methods to enable full layer support.
</div>
672 <li class=
"level1"><div class=
"li"> Create layer configuration window.
</div>
674 <li class=
"level1"><div class=
"li"> Create internal datastructures and methods to support padstacks.
</div>
676 <li class=
"level1"><div class=
"li"> Create padstack configuration window.
</div>
678 <li class=
"level1"><div class=
"li"> Testing and bug cleanup.
</div>
684 <!-- EDIT7 SECTION "Upgrade of layer and design objects" [24029-26054] -->
685 <h3 class=
"sectionedit8" id=
"design_rule_checking_upgrade">Design Rule Checking Upgrade
</h3>
690 <h4 id=
"feature_description2">Feature Description
</h4>
694 The goal of design rule checking (DRC) is to insure that a printed circuit
695 board layout conforms to a set of design rules. Design rules will consist of
696 specifications like minimum copper line width, minimum copper spacing,
697 etc. Generating a manufacturable PCB layout without DRC is tedious at best
701 The current PCB DRC steps through design rule violations one by one using a
702 dialog box that reports the error, the coordinate position of the error and
703 places the cursor at the error. Bouncing back and forth between the layout and
704 the dialog box is time consuming. Knowing all of the errors prior to starting
705 error correction is usually more productive.
709 A preferred method of reporting DRC violations would be to graphically
710 indicate all errors on the layout. With this method all errors are quickly
711 visible. DJ has suggested a layer for displaying DRC errors. The user should
712 be able to turn the layer visibility on and off.
716 A useful option for DRC would be to have it run periodically. A proactive DRC
717 should help novices avoid creating multiple similar errors. Threaded operation,
718 or a DRC which works in packets of time where the
719 mainloop hits idle would be possibilities here. Both have their merits
720 and draw-backs. If the operation is slow, we
'll need some way to queue
721 the work such that updates to the board in the mean time queue updates
722 for new DRC checking.
726 Similarly, we
'd need to ensure that removing or
727 changing objects on the board doesn
't crash the DRC code - if it is
733 <h4 id=
"use_cases1">Use Cases
</h4>
737 <strong>Manual DRC
</strong>
740 <li class=
"level1"><div class=
"li"> The user runs DRC using either a hot-key or menu item. An unobtrusive DRC status indicator is displayed. Perhaps the phrase “DRC Check” in yellow text in the top bar.
</div>
742 <li class=
"level1"><div class=
"li"> DRC violation marks are displayed on the DRC layer or on the PCB the layout.
</div>
744 <li class=
"level1"><div class=
"li"> An unobtrusive DRC status indicator is displayed. Perhaps the phrases “DRC PASS” in green text and “DRC FAIL” in red text in the top bar.
</div>
746 <li class=
"level1"><div class=
"li"> If there are DRC failures the user can step to the next error manually or by using a hot-key. After changes are made the DRC can be run manually to verify the fix.
</div>
751 <strong>Automatic DRC
</strong>
754 <li class=
"level1"><div class=
"li"> Using a menu item the user can set the appropriate time interval for running DRC. A default value is used if a new value is not set.
</div>
756 <li class=
"level1"><div class=
"li"> The user enables automatic DRC mode.
</div>
758 <li class=
"level1"><div class=
"li"> After the DRC idle period has elapsed DRC runs. An unobtrusive DRC status indicator is displayed. Perhaps the phrase “DRC Check” in yellow text in the top bar.
</div>
760 <li class=
"level1"><div class=
"li"> DRC violation marks are displayed on the DRC layer or on the PCB layout.
</div>
762 <li class=
"level1"><div class=
"li"> An unobtrusive DRC status indicator is displayed. Perhaps the phrase “DRC PASS” in green text and “DRC FAIL” in red text in the top bar.
</div>
764 <li class=
"level1"><div class=
"li"> If there are DRC failures the user can step to the next error manually or by using a hot-key. After changes are made the DRC can be run manually to verify the fix.
</div>
770 <h4 id=
"work_required4">Work required
</h4>
774 This project involves:
777 <li class=
"level1"><div class=
"li"> Implementation of DRC layer (part of work called out in “DRC Upgrade” section).
</div>
779 <li class=
"level1"><div class=
"li"> Upgrade existing DRC checker with new DRC layer.
</div>
781 <li class=
"level1"><div class=
"li"> Update
<abbr title=
"Graphical User Interface">GUI
</abbr> to use upgraded DRC checker.
</div>
783 <li class=
"level1"><div class=
"li"> Testing and bug cleanup.
</div>
789 <!-- EDIT8 SECTION "Design Rule Checking Upgrade" [26055-29240] -->
790 <h3 class=
"sectionedit9" id=
"project_milestones_duration_and_budget_estimates">Project milestones, duration, and budget estimates
</h3>
794 Although they are intertwined, the major focus areas are scoped independently
795 here. Ordinarily, a project manager would put a Gantt chart here, but that
796 level of detail is probably too fine for the purposes of an open source
797 project. Therefore, I simply call out an estimated time required for each
798 subtask. The project duration times are SWAGs based upon my limited experience in estimating software projects. They are based upon
8 hour work days (i.e. this work is performed
799 as a full-time job) at a nominal billing rate of $
50/hour.
<strong>It is up to the developer to
800 validate these estimations and negotiate his own billing rate before he agrees to perform this work.
</strong>
805 <h4 id=
"forward_annotation_upgrade1">Forward annotation upgrade
</h4>
808 <li class=
"level1"><div class=
"li"> Determine which actions remain to be scripted so that forward annotation of any board is possible using an action list. (
2 days).
</div>
810 <li class=
"level1"><div class=
"li"> Define syntax for remaining actions, and document full syntax (
2 days). This document will be used to update gsch2pcb (outside the scope of this project).
</div>
812 <li class=
"level1"><div class=
"li"> Write sample action scripts for testing purposes (
1 day).
</div>
814 <li class=
"level1"><div class=
"li"> Creating the missing actions required for full forward annotation (
3 days).
</div>
816 <li class=
"level1"><div class=
"li"> Creating a method for reading in an action script (
2 days)
</div>
818 <li class=
"level1"><div class=
"li"> Integrating the new script-based forward annotation into PCB
's
<abbr title=
"Graphical User Interface">GUI
</abbr> (
1 day)
</div>
820 <li class=
"level1"><div class=
"li"> Testing and bug cleanup (
5 days).
</div>
825 Total duration:
16 days =
128 hours.
831 <h4 id=
"gui_modernization1">GUI modernization
</h4>
834 <li class=
"level1"><div class=
"li"> Refactoring and upgrade of program internals to support noun/verb actions (
5 days)
</div>
836 <li class=
"level1"><div class=
"li"> Create new windows (e.g. object editor, move, rotate, etc.) (
5 days).
</div>
838 <li class=
"level1"><div class=
"li"> Refactoring and upgrade of program internals to support selection modes (
5 days).
</div>
840 <li class=
"level1"><div class=
"li"> Implementation of
<abbr title=
"Graphical User Interface">GUI
</abbr> resource file which is read in upon program start to configure user interface (
3 days).
</div>
842 <li class=
"level1"><div class=
"li"> <abbr title=
"Graphical User Interface">GUI
</abbr> upgrade. Specifically, hook up the callbacks to the menu items and buttons defined in the
<abbr title=
"Graphical User Interface">GUI
</abbr> resource file (
3 days).
</div>
844 <li class=
"level1"><div class=
"li"> Testing and bug cleanup (
5 days).
</div>
849 Total duration:
26 days =
208 hours
855 <h4 id=
"footprint_editor_implementation1">Footprint editor implementation
</h4>
858 <li class=
"level1"><div class=
"li"> Create internal structures and methods needed to support a separate footprint editor (
4 days).
</div>
860 <li class=
"level1"><div class=
"li"> Create footprint editing window (if the separate window approach is adopted) (
3 days).
</div>
862 <li class=
"level1"><div class=
"li"> Integrate access to footprint editor into main PCB
<abbr title=
"Graphical User Interface">GUI
</abbr> (
2 days).
</div>
864 <li class=
"level1"><div class=
"li"> Testing and bug cleanup (
5 days).
</div>
869 Total duration:
14 days =
112 hours.
875 <h4 id=
"layer_design_object_upgrade">Layer/design object upgrade
</h4>
878 <li class=
"level1"><div class=
"li"> Upgrade internal structures and methods to enable full layer support (
5 days).
</div>
880 <li class=
"level1"><div class=
"li"> Create layer configuration window (
3 days).
</div>
882 <li class=
"level1"><div class=
"li"> Create internal datastructures and methods to support padstacks (
4 days).
</div>
884 <li class=
"level1"><div class=
"li"> Create padstack configuration window (
3 days).
</div>
886 <li class=
"level1"><div class=
"li"> Testing and bug cleanup (
5 days).
</div>
891 Total duration:
20 days =
160 hours.
897 <h4 id=
"design_rule_checking_upgrade1">Design Rule Checking Upgrade
</h4>
900 <li class=
"level1"><div class=
"li"> Implementation of DRC layer (part of work called out in “DRC Upgrade” section) (
0 days, assuming layer upgrade is complete).
</div>
902 <li class=
"level1"><div class=
"li"> Upgrade existing DRC checker with new DRC layer (
3 days).
</div>
904 <li class=
"level1"><div class=
"li"> Update
<abbr title=
"Graphical User Interface">GUI
</abbr> to use upgraded DRC checker (
2 days).
</div>
906 <li class=
"level1"><div class=
"li"> Testing and bug cleanup (
5 days).
</div>
911 Total duration:
10 days =
80 hours.
916 <!-- EDIT9 SECTION "Project milestones, duration, and budget estimates" [29241-] --></body>