1gsymfix(1) 1.8.2.20130925 gsymfix(1)
2
3
4
6 gsymfix - automatically fix common issues with gEDA symbols
7
8
10 gsymfix [ options ] symbol_file
11
13 gsymfix reads a gEDA symbol file and does the following:
14
15 · prints a warning if there is no pinnumber attribute on a pin;
16
17 · Renumbers pinseq attributes on all pins, starting with 1;
18
19 · Adds a pinseq attribute to a pin if none exists;
20
21 · Adds a pinlabel=n_a attribute to a pin if none exists;
22
23 · Adds a pintype=io attribute to a pin if none exists;
24
25 · Adds a numslots=0 attribute to the symbol if none exists;
26
27 · Adds a device=XXX attribute to the symbol if none exists;
28
29 · Adds a footprint=XXX attribute to the symbol if none exists.
30
31 The idea here is to fix common cut-and-paste issues and fix up the sym‐
32 bol so that it will pass gsymcheck(1) with no errors or warnings.
33
34
36 gsymfix accepts the following options:
37
38 --help Displays this help message.
39
40 --verbose
41 Enables verbose output.
42
43 --vverbose
44 Enables *very* verbose output.
45
46 --version
47 Shows the version of this program.
48
49
51 Mike Skerritt <mike@acornpacket.com>.
52
53
55 gschem(1), gsymcheck(1)
56
57
59 Copyright © 1999-2011 gEDA Contributors. License GPLv2+: GNU GPL
60 version 2 or later. Please see the `COPYING' file included with this
61 program for full details.
62
63 This is free software: you are free to change and redistribute it.
64 There is NO WARRANTY, to the extent permitted by law.
65
66
67
68gEDA Project September 25th, 2013 gsymfix(1)