[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10821 - usrp-hw/trunk/sym/generated
From: |
jblum |
Subject: |
[Commit-gnuradio] r10821 - usrp-hw/trunk/sym/generated |
Date: |
Mon, 13 Apr 2009 17:19:59 -0600 (MDT) |
Author: jblum
Date: 2009-04-13 17:19:59 -0600 (Mon, 13 Apr 2009)
New Revision: 10821
Added:
usrp-hw/trunk/sym/generated/txs0206.src
Modified:
usrp-hw/trunk/sym/generated/Makefile
Log:
Added txs0206 sd card lvl conversion.
Modified: usrp-hw/trunk/sym/generated/Makefile
===================================================================
--- usrp-hw/trunk/sym/generated/Makefile 2009-04-13 20:31:12 UTC (rev
10820)
+++ usrp-hw/trunk/sym/generated/Makefile 2009-04-13 23:19:59 UTC (rev
10821)
@@ -258,7 +258,8 @@
cdcm7005-PWR.sym \
samtec-diff-conn-40.sym \
pth08t220w.sym \
- hdmi.sym
+ hdmi.sym \
+ txs0206.sym
all : $(SOURCES)
Added: usrp-hw/trunk/sym/generated/txs0206.src
===================================================================
--- usrp-hw/trunk/sym/generated/txs0206.src (rev 0)
+++ usrp-hw/trunk/sym/generated/txs0206.src 2009-04-13 23:19:59 UTC (rev
10821)
@@ -0,0 +1,70 @@
+# 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=yes
+sort_labels=no
+generate_pinseq=yes
+sym_width=2000
+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=XXXX
+name=TXS0206
+device=TXS0206
+refdes=U?
+footprint=R-XBGA-N20
+description=MMC/SD Level Translator
+documentation=
+author=jblum
+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
+#-----------------------------------------------------
+A2 pwr line l VCCA
+D1 io line l DAT0A
+E1 io line l DAT1A
+A1 io line l DAT2A
+B1 io line l DAT3A
+C1 io line l CMDA
+D2 in line l CLKA
+E2 out line l CLK-f
+C2 pwr line l GND
+C3 pwr line l GND
+B3 pwr line r VCCB
+D4 io line r DAT0B
+E4 io line r DAT1B
+A4 io line r DAT2B
+B4 io line r DAT3B
+C4 io line r CMDB
+D3 out line r CLKB
+B2 out line r CD
+A3 out line r WP
+E3 in line r EN
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10821 - usrp-hw/trunk/sym/generated,
jblum <=