1 # This is the template file for creating symbols with tragesym
2 # every line starting with '#' is a comment line.
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, ...
17 pinwidthhorizontal=400
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
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 #-----------------------------------------------------