missing NULL terminator in set_config_x
[geda-gaf.git] / utils / examples / tragesym / template.src
blob27c35bca02e1b0ff65b7dad14ea218a128524575
1 # This is the template file for creating symbols with tragesym
2 # every line starting with '#' is a comment line.
4 [options]
5 # wordswap swaps labels if the pin is on the right side an looks like this:
6 #   "PB1 (CLK)". That's useful for micro controller port labels
7 # rotate_labels rotates the pintext of top and bottom pins
8 #   this is useful for large symbols like FPGAs with more than 100 pins
9 # sort_labels will sort the pins by it's labels
10 #   useful for address ports, busses, ...
11 wordswap=yes
12 rotate_labels=no
13 sort_labels=yes
14 generate_pinseq=yes
15 sym_width=1400
16 pinwidthvertical=400
17 pinwidthhorizontal=400
19 [geda_attr]
20 # name will be printed in the top of the symbol
21 # name is only some graphical text, not an attribute
22 # version specifies a gschem version.
23 # if you have a device with slots, you'll have to use slot= and slotdef=
24 # use comment= if there are special information you want to add
25 version=20060113 1
26 name=
27 device=
28 refdes=U?
29 footprint=
30 description=
31 documentation=
32 author=
33 dist-license=
34 use-license=
35 numslots=0
36 #slot=1
37 #slotdef=1:
38 #slotdef=2:
39 #slotdef=3:
40 #slotdef=4:
41 #comment=
42 #comment=
43 #comment=
45 [pins]
46 # tabseparated list of pin descriptions
47 # ----------------------------------------
48 # pinnr is the physical number of the pin
49 # seq is the pinseq= attribute, leave it blank if it doesn't matter
50 # type can be (in, out, io, oc, oe, pas, tp, tri, clk, pwr)
51 # style can be (line,dot,clk,dotclk,spacer,none). none if only want to add a net
52 # posit. can be (l,r,t,b) or empty for nets.
53 # net specifies the name of the net. Vcc or GND for example.
54 # label represents the pinlabel.
55 #       negation lines can be added with "\_" example: \_enable\_ 
56 #       if you want to write a "\" use "\\" as escape sequence
57 #-----------------------------------------------------
58 #pinnr  seq     type    style   posit.  net     label   
59 #-----------------------------------------------------