FreeCalypso > hg > ueda-linux
comparison ifctf-part-lib/geda-symbols/RS8973-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=RS8973 | |
22 device=RS8973 | |
23 refdes=U? | |
24 footprint=QFP100 | |
25 description=RS8973 bitpump, MCI (1 of 5) | |
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 19 in line l MO_TEL_ | |
52 5 in line l ALE | |
53 2 in line l _CS_ | |
54 3 in line l _RD_/_DS_ | |
55 4 in line l _WR_/R/_W_ | |
56 1001 pas line l DUMMY1 | |
57 8 tri line l AD0 | |
58 9 tri line l AD1 | |
59 10 tri line l AD2 | |
60 11 tri line l AD3 | |
61 12 tri line l AD4 | |
62 13 tri line l AD5 | |
63 14 tri line l AD6 | |
64 18 tri line l AD7 | |
65 1002 pas line l DUMMY2 | |
66 28 in line l ADDR0 | |
67 27 in line l ADDR1 | |
68 26 in line l ADDR2 | |
69 25 in line l ADDR3 | |
70 24 in line l ADDR4 | |
71 23 in line l ADDR5 | |
72 22 in line l ADDR6 | |
73 21 in line l ADDR7 | |
74 1003 pas line l DUMMY3 | |
75 20 in line l MUXED | |
76 | |
77 7 oc line r _READY_ | |
78 6 oc line r _IRQ_ | |
79 1004 pas line r DUMMY4 | |
80 34 in line r _RST_ |