Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gsymcheck(1) [debian man page]

gsymcheck(1)							  1.6.2.20110115						      gsymcheck(1)

NAME
gsymcheck - gEDA/gaf Symbol Checker SYNOPSIS
gsymcheck [-h] [-v] [-q] symbol1 [... symbolN] DESCRIPTION
gsymcheck is a symbol checker for gEDA/gaf. Here is a list of checks that gsymcheck performs: o Checks for graphical= attribute (if present does varied tests) o Checks for the device= attribute o Checks for various other missing attributes (pinlabel, pintype, pinseq, footprint, refdes) o Checks to make sure that the active pin end is on the 100 unit grid. o Checks the uses of the various attributes (duplicates, incorrect syntax, invalid values, etc...) o Checks for obsolete, old, and forbidden attributes o Checks for any nets or buses within a symbol o Checks for any other connections within a symbol o Checks to make sure the number of pins is the correct number OPTIONS
gsymcheck accepts the following options: -q Quiet mode on. This mode turns off all warnings/notes/messages. (optional) -v Verbose mode 1. This mode will show all error messages (optional) -vv Verbose mode 2. This mode will show all error and warning messages (optional) -vvv Verbose mode 2. This mode will show all error, warning, and info messages (optional) -h Usage summary / gsymcheck help symbol1 [... symbolN] At least one symbol file must be specified. If multiple symbols are specified then they are sequentially read in and checked. It is important that the schematic(s) follow all the options (ie last). EXAMPLES
Here are some examples on how to run gsymcheck: To get usage information just run: gsymcheck To actually check a symbol with just error counts, run: gsymcheck symbolfilename.sym To get the actuall error messages, run: gsymcheck -v symbolfilename.sym To see all the error messages and warnings, run: gsymcheck -vv symbolfilename.sym To see all the error messages, warnings, and parse info, run: gsymcheck -vvv symbolfilename.sym ENVIRONMENT
gsymcheck respects the following environment variable: GEDADATA specifies where the various required scheme and rc files are located (the default is ${prefix}/share/gEDA). This environment vari- ables does not need to be set by the end user unless they are moving the executables to a new install ${prefix}. AUTHOR
Ales Hvezda and many others SEE ALSO
gschem(1), gnetlist(1) COPYRIGHT
Copyright (C) 1999-2008 Ales Hvezda This document can be freely redistributed according to the terms of the GNU General Public License version 2.0 Version January 15th, 2011 gsymcheck(1)

Check Out this Related Man Page

xgsch2pcb(1)															      xgsch2pcb(1)

NAME
xgsch2pcb - gEDA/gaf gschem -> PCB workflow GUI SYNOPSIS
xgsch2pcb [project] DESCRIPTION
When designing a printed circuit board (PCB) it's often desirable to create a 'schematic' which shows the components to be used and their connectivity in an abstract fashion. The connectivity information is then used to help when designing the actual circuit board. gsch2pcb is a command-line tool, part of the gEDA suite, which is used to generate and update a PCB layout. It works with schematics cre- ated by gschem, part of the gEDA suite, and layouts created by pcb, a PCB layout system commonly used with gEDA. xgsch2pcb provides an intuitive, user-friendly graphical interface to gsch2pcb. The main window is divided into three main areas: o The toolbar at the top offers the usual options to quit the program and to load and save project files. o The left hand 'Schematic' frame shows a list of schematic pages that the PCB layout will be based on. The 'Edit schematic' and 'Edit attributes' buttons respectively launch gschem and gattrib to edit the selected schematic page. o The right hand 'Layout' pane shows the name of the PCB layout file associated with the project. The 'Edit layout' button launches pcb to edit a file, and will offer to update your PCB layout if necessary. The 'Update layout' button forces an update of the PCB layout even if one isn't strictly necessary. The update process will carry out the following actions to modify your layout, after launching pcb if isn't already running: 1. Remove any elements from the layout that are not in the schematic. 2. Find any elements that are in the schematic but not in the layout, and add them to the layout (in the top left corner). N.b. that it's probably a good idea to leave this corner of your layout clear until the layout is more or less finalised, to avoid new elements inter- fering with elements which have already been placed and routed. 3. Clear your rats and load a new rats nest. 4. Update the component pin names to match the pin names on the schematic symbol. Note that the update process won't modify your PCB file on disk, and will take into account any changes you have made since you last saved. 02 January 2010 xgsch2pcb(1)
Man Page