1 .TH gmk_sym 1 "@DATE@" "gEDA Project" @VERSION@
4 gmk_sym \- create rectangular symbols for gschem from a text file
16 is a program to create rectangular symbols for gschem from a file
17 composed of comma separated lines.
25 Display usage information
28 The input file format is:
30 lines starting with ';' are comment lines and are not processed;
32 The 1st valid line describes a device:
35 1st value: device name
37 2nd value: visible name
39 3rd value: visible name location on package
41 4th value: box's hoz size, in pins spacings
43 5th value: box's ver size, in pins spacings
45 6th value: uref prefix, like U or J
49 8th value: Total number of pins on device (including hidden)
52 All other valid lines describes the symbol's pins:
59 3rd value: pin shape, choice of: line, clock, dot&line
61 4th value: side of box to attach the pin,choice of: R, L, T, B
63 5th value: location of pin on side of box, in pin spacings
65 6th value: (optional) pin type attribute: in, out, io, oc, oe,
66 pas, tp, tri, clk, pwr
70 Jerry O'Keefe <jerryok@pacbell.net>
77 Copyright \(co 1999-@YEAR@ gEDA Contributors. License GPLv2+: GNU GPL
78 version 2 or later. Please see the `COPYING' file included with this
79 program for full details.
81 This is free software: you are free to change and redistribute it.
82 There is NO WARRANTY, to the extent permitted by law.