missing NULL terminator in set_config_x
[geda-gaf.git] / docs / wiki / media / tragesym / template.txt
blobac3839e2723420015d0f74806cd1bec53b93e611
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 # if you have a device with slots, you'll have to use slot= and slotdef=
22 # use comment= if there are special information you want to add
23 version=20060113 1
24 name=
25 device=
26 refdes=U?
27 footprint=
28 description=
29 documentation=
30 author=
31 numslots=0
32 #slot=1
33 #slotdef=1:
34 #slotdef=2:
35 #slotdef=3:
36 #slotdef=4:
37 #comment=
38 #comment=
39 #comment=
41 [pins]
42 # tabseparated list of pin descriptions
43 # ----------------------------------------
44 # pinnr is the physical number of the pin
45 # seq is the pinseq= attribute, leave it blank if it doesn't matter
46 # type can be (in, out, io, oc, oe, pas, tp, tri, clk, pwr)
47 # style can be (line,dot,clk,dotclk,none). none if only want to add a net
48 # posit. can be (l,r,t,b) or empty for nets
49 # net specifies the name of the net. Vcc or GND for example.
50 # label represents the pinlabel.
51 #       negation lines can be added with "\_" example: \_enable\_ 
52 #       if you want to write a "\" use "\\" as escape sequence
53 #-----------------------------------------------------
54 #pinnr  seq     type    style   posit.  net     label   
55 #-----------------------------------------------------