1gmk_sym(1) 1.8.2.20130925 gmk_sym(1)
2
3
4
6 gmk_sym - create rectangular symbols for gschem from a text file
7
8
10 gmk_sym [ -d ] inputfile.txt > outputfile.sym
11
12 gmk_sym -h|-?
13
14
16 gmk_sym is a program to create rectangular symbols for gschem from a
17 file composed of comma separated lines.
18
19
21 -d Turn on debug output
22
23 -h, -? Display usage information
24
25
27 The input file format is:
28
29 · lines starting with ';' are comment lines and are not processed;
30
31 · The 1st valid line describes a device:
32
33 · 1st value: device name
34
35 · 2nd value: visible name
36
37 · 3rd value: visible name location on package
38
39 · 4th value: box's hoz size, in pins spacings
40
41 · 5th value: box's ver size, in pins spacings
42
43 · 6th value: uref prefix, like U or J
44
45 · 7th value: Footprint
46
47 · 8th value: Total number of pins on device (including hid‐
48 den)
49
50 · All other valid lines describes the symbol's pins:
51
52 · 1st value: pin name
53
54 · 2nd value: pin number
55
56 · 3rd value: pin shape, choice of: line, clock, dot&line
57
58 · 4th value: side of box to attach the pin,choice of: R, L,
59 T, B
60
61 · 5th value: location of pin on side of box, in pin spac‐
62 ings
63
64 · 6th value: (optional) pin type attribute: in, out, io,
65 oc, oe, pas, tp, tri, clk, pwr
66
67
69 Jerry O'Keefe <jerryok@pacbell.net>
70
71
73 gschem(1)
74
75
77 Copyright © 1999-2011 gEDA Contributors. License GPLv2+: GNU GPL
78 version 2 or later. Please see the `COPYING' file included with this
79 program for full details.
80
81 This is free software: you are free to change and redistribute it.
82 There is NO WARRANTY, to the extent permitted by law.
83
84
85
86gEDA Project September 25th, 2013 gmk_sym(1)