FreeCalypso > hg > ueda-linux
comparison ifctf-part-lib/geda-symbols/CY62148B-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=yes | |
11 generate_pinseq=yes | |
12 sym_width=2000 | |
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=CY62148B | |
22 device=CY62148B | |
23 refdes=U? | |
24 #footprint= | |
25 description=512Kx8 static RAM | |
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 #comment= | |
37 | |
38 [pins] | |
39 # tabseparated list of pin descriptions | |
40 # pinnr is the physical number of the pin | |
41 # seq is the pinseq= attribute, leave it blank if it doesn't matter | |
42 # type can be (in, out, io, oc, oe, pas, tp, tri, clk, pwr) | |
43 # style can be (line,dot,clk,dotclk,none). none if only want to add a net | |
44 # posit. can be (l,r,t,b) or empty for nets | |
45 # net specifies the name of the Vcc or GND name | |
46 # label represents the pinlabel. | |
47 # negation lines can be added with _Q_ | |
48 # if you want to add a "_" or "\" use "\_" and "\\" as escape sequences | |
49 #----------------------------------------------------- | |
50 #pinnr seq type style posit. net label | |
51 #----------------------------------------------------- | |
52 1 in line l A17 | |
53 2 in line l A16 | |
54 3 in line l A14 | |
55 4 in line l A12 | |
56 5 in line l A7 | |
57 6 in line l A6 | |
58 7 in line l A5 | |
59 8 in line l A4 | |
60 9 in line l A3 | |
61 10 in line l A2 | |
62 11 in line l A1 | |
63 12 in line l A0 | |
64 13 tri line r DQ0 | |
65 14 tri line r DQ1 | |
66 15 tri line r DQ2 | |
67 16 pwr line b GND | |
68 17 tri line r DQ3 | |
69 18 tri line r DQ4 | |
70 19 tri line r DQ5 | |
71 20 tri line r DQ6 | |
72 21 tri line r DQ7 | |
73 22 in line l CE | |
74 23 in line l A10 | |
75 24 in line l OE | |
76 25 in line l A11 | |
77 26 in line l A9 | |
78 27 in line l A8 | |
79 28 in line l A13 | |
80 29 in line l WE | |
81 30 in line l A18 | |
82 31 in line l A15 | |
83 32 pwr line t VCC |