[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r3830 - usrp-hw/trunk/sym/generated
From: |
matt |
Subject: |
[Commit-gnuradio] r3830 - usrp-hw/trunk/sym/generated |
Date: |
Sun, 22 Oct 2006 13:36:32 -0600 (MDT) |
Author: matt
Date: 2006-10-22 13:36:32 -0600 (Sun, 22 Oct 2006)
New Revision: 3830
Added:
usrp-hw/trunk/sym/generated/ad56x4.src
Modified:
usrp-hw/trunk/sym/generated/Makefile
usrp-hw/trunk/sym/generated/ad986X-RX.src
usrp-hw/trunk/sym/generated/max5742.src
Log:
new codec, fixed more overbars
Modified: usrp-hw/trunk/sym/generated/Makefile
===================================================================
--- usrp-hw/trunk/sym/generated/Makefile 2006-10-21 00:59:31 UTC (rev
3829)
+++ usrp-hw/trunk/sym/generated/Makefile 2006-10-22 19:36:32 UTC (rev
3830)
@@ -149,7 +149,8 @@
xil-plat-cable.sym \
xc9572xl-vq44-PWR.sym \
xc9572xl-vq44-IO.sym \
- ad79x2-msop.sym
+ ad79x2-msop.sym \
+ ad56x4.sym
Added: usrp-hw/trunk/sym/generated/ad56x4.src
===================================================================
--- usrp-hw/trunk/sym/generated/ad56x4.src (rev 0)
+++ usrp-hw/trunk/sym/generated/ad56x4.src 2006-10-22 19:36:32 UTC (rev
3830)
@@ -0,0 +1,61 @@
+# 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=1400
+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=AD56x4
+device=AD56x4
+refdes=U?
+footprint=MSOP10
+description=AD5624/AD5644/AD5664 (+R) Quad 12/14/16-bit serial DAC
+documentation=http://www.analog.com
+author=mettus
+numslots=0
+#slot=1
+#slotdef=1:
+#slotdef=2:
+#slotdef=3:
+#slotdef=4:
+#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
+#-----------------------------------------------------
+9 pwr line t Vdd
+3 pwr line b GND
+7 in clk l SCLK
+6 in dot l \_SYNC\_
+8 in line l Din
+
+1 out line r OUTA
+2 out line r OUTB
+4 out line r OUTC
+5 out line r OUTD
+10 in line l Ref
Modified: usrp-hw/trunk/sym/generated/ad986X-RX.src
===================================================================
--- usrp-hw/trunk/sym/generated/ad986X-RX.src 2006-10-21 00:59:31 UTC (rev
3829)
+++ usrp-hw/trunk/sym/generated/ad986X-RX.src 2006-10-22 19:36:32 UTC (rev
3830)
@@ -50,8 +50,8 @@
#pinnr seq type style posit. net label
#-----------------------------------------------------
107 in line l VINB
-108 in line l _VINB_
-114 in line l _VINA_
+108 in line l \_VINB\_
+114 in line l \_VINA\_
115 in line l VINA
92 out line r RXSYNC
68 out line r DA0
Modified: usrp-hw/trunk/sym/generated/max5742.src
===================================================================
--- usrp-hw/trunk/sym/generated/max5742.src 2006-10-21 00:59:31 UTC (rev
3829)
+++ usrp-hw/trunk/sym/generated/max5742.src 2006-10-22 19:36:32 UTC (rev
3830)
@@ -51,7 +51,7 @@
3 pwr line t Vdd
4 pwr line b GND
2 in clk l SCLK
-1 in line l _CS_
+1 in dot l \_CS\_
5 in line l Din
7 out line r OUTA
8 out line r OUTB
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r3830 - usrp-hw/trunk/sym/generated,
matt <=