[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r9916 - usrp-hw/trunk/sym/generated
From: |
matt |
Subject: |
[Commit-gnuradio] r9916 - usrp-hw/trunk/sym/generated |
Date: |
Mon, 3 Nov 2008 11:22:34 -0700 (MST) |
Author: matt
Date: 2008-11-03 11:22:33 -0700 (Mon, 03 Nov 2008)
New Revision: 9916
Added:
usrp-hw/trunk/sym/generated/ltc64x0-xx.src
Modified:
usrp-hw/trunk/sym/generated/Makefile
Log:
new diff-amp
Modified: usrp-hw/trunk/sym/generated/Makefile
===================================================================
--- usrp-hw/trunk/sym/generated/Makefile 2008-11-03 17:46:11 UTC (rev
9915)
+++ usrp-hw/trunk/sym/generated/Makefile 2008-11-03 18:22:33 UTC (rev
9916)
@@ -196,7 +196,8 @@
xc3sd1800acs484-PWR.sym \
adl5375-MIX.sym \
adl5375-PWR.sym \
- spi-flash-so16.sym
+ spi-flash-so16.sym \
+ ltc64x0-xx.sym
Added: usrp-hw/trunk/sym/generated/ltc64x0-xx.src
===================================================================
--- usrp-hw/trunk/sym/generated/ltc64x0-xx.src (rev 0)
+++ usrp-hw/trunk/sym/generated/ltc64x0-xx.src 2008-11-03 18:22:33 UTC (rev
9916)
@@ -0,0 +1,71 @@
+# This is the template file for creating symbols with tragesym
+# every line starting with '#' is a comment line.
+
+[options]
+# rotate_labels rotates the pintext of top and bottom pins
+# wordswap swaps labels if the pin is on the right side an looks like this:
+# "PB1 (CLK)"
+wordswap=yes
+rotate_labels=no
+sort_labels=no
+generate_pinseq=yes
+sym_width=2800
+pinwidthvertikal=400
+pinwidthhorizontal=400
+
+[geda_attr]
+# name will be printed in the top of the symbol
+# if you have a device with slots, you'll have to use slot= and slotdef=
+# use comment= if there are special information you want to add
+version=20060906
+name=LTC64X0
+device=LTC64X0-XX
+refdes=U?
+footprint=QFN16
+description=Differential Amplifier
+documentation=http://www.linear.com
+author=mettus
+numslots=0
+#slot=1
+#slotdef=1:
+#slotdef=2:
+#slotdef=3:
+#slotdef=4:
+#comment=
+#comment=
+#comment=
+
+[pins]
+# tabseparated list of pin descriptions
+# pinnr is the physical number of the pin
+# seq is the pinseq= attribute, leave it blank if it doesn't matter
+# type can be (in, out, io, oc, oe, pas, tp, tri, clk, pwr)
+# style can be (line,dot,clk,dotclk,none). none if only want to add a net
+# posit. can be (l,r,t,b) or empty for nets
+# net specifies the name of the Vcc or GND name
+# label represents the pinlabel.
+# negation lines can be added with _Q_
+# if you want to add a "_" or "\" use "\_" and "\\" as escape sequences
+#-----------------------------------------------------
+#pinnr seq type style posit. net label
+#-----------------------------------------------------
+13 in line l +IN
+14 in line l +IN
+15 in dot l -IN
+16 in dot l -IN
+
+8 out line r +OUT
+7 out line r +OUTF
+6 out dot r -OUTF
+5 out dot r -OUT
+
+1 pwr line t V+
+3 pwr line t V+
+10 pwr line t V+
+
+4 pwr line b V-
+9 pwr line b V-
+12 pwr line b V-
+
+2 in line l VOCM
+11 in dot r _ENABLE_
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r9916 - usrp-hw/trunk/sym/generated,
matt <=