FreeCalypso > hg > ueda-linux
comparison ifctf-part-lib/uschem-symbols/MICTOR38-1.trg @ 0:cd92449fdb51
initial import of ueda and ifctf-part-lib from ifctfvax CVS
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 20 Jul 2015 00:24:37 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:cd92449fdb51 |
---|---|
1 # This is the template file for creating symbols with tragesym | |
2 # every line starting with '#' is a comment line. | |
3 | |
4 [options] | |
5 # rotate_labels rotates the pintext of top and bottom pins | |
6 # wordswap swaps labels if the pin is on the right side an looks like this: | |
7 # "PB1 (CLK)" | |
8 wordswap=yes | |
9 rotate_labels=no | |
10 sort_labels=no | |
11 generate_pinseq=yes | |
12 sym_width=2800 | |
13 pinwidthvertikal=400 | |
14 pinwidthhorizontal=400 | |
15 | |
16 [geda_attr] | |
17 # name will be printed in the top of the symbol | |
18 # if you have a device with slots, you'll have to use slot= and slotdef= | |
19 # use comment= if there are special information you want to add | |
20 version=20030525 | |
21 name=MICTOR38 | |
22 device=MICTOR38 | |
23 refdes=J? | |
24 footprint=AMP_MICTOR38 | |
25 description=MICTOR38 connector, logic analyser hook-up | |
26 documentation= | |
27 author=Michael Sokolov <msokolov@ivan.Harhan.ORG> | |
28 numslots=0 | |
29 #slot=1 | |
30 #slotdef=1: | |
31 #slotdef=2: | |
32 #slotdef=3: | |
33 #slotdef=4: | |
34 #comment= | |
35 #comment= | |
36 | |
37 [pins] | |
38 # tabseparated list of pin descriptions | |
39 # pinnr is the physical number of the pin | |
40 # seq is the pinseq= attribute, leave it blank if it doesn't matter | |
41 # type can be (in, out, io, oc, oe, pas, tp, tri, clk, pwr) | |
42 # style can be (line,dot,clk,dotclk,none). none if only want to add a net | |
43 # posit. can be (l,r,t,b) or empty for nets | |
44 # net specifies the name of the Vcc or GND name | |
45 # label represents the pinlabel. | |
46 # negation lines can be added with _Q_ | |
47 # if you want to add a "_" or "\" use "\_" and "\\" as escape sequences | |
48 #----------------------------------------------------- | |
49 #pinnr seq type style posit. net label | |
50 #----------------------------------------------------- | |
51 1 pas line l NC | |
52 2 pas line r NC | |
53 3 pas line l NC | |
54 4 pas line r NC | |
55 5 clk clk l CLK | |
56 6 clk clk r CLK | |
57 7 in line l D15 | |
58 8 in line r D15 | |
59 9 in line l D14 | |
60 10 in line r D14 | |
61 11 in line l D13 | |
62 12 in line r D13 | |
63 13 in line l D12 | |
64 14 in line r D12 | |
65 15 in line l D11 | |
66 16 in line r D11 | |
67 17 in line l D10 | |
68 18 in line r D10 | |
69 19 in line l D9 | |
70 20 in line r D9 | |
71 21 in line l D8 | |
72 22 in line r D8 | |
73 23 in line l D7 | |
74 24 in line r D7 | |
75 25 in line l D6 | |
76 26 in line r D6 | |
77 27 in line l D5 | |
78 28 in line r D5 | |
79 29 in line l D4 | |
80 30 in line r D4 | |
81 31 in line l D3 | |
82 32 in line r D3 | |
83 33 in line l D2 | |
84 34 in line r D2 | |
85 35 in line l D1 | |
86 36 in line r D1 | |
87 37 in line l D0 | |
88 38 in line r D0 | |
89 | |
90 39 pas line b GND | |
91 40 pas line b GND | |
92 41 pas line b GND | |
93 42 pas line b GND | |
94 43 pas line b GND |