| 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=1400 |
|---|
| 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=20060906 |
|---|
| 21 |
name=AD56x4 |
|---|
| 22 |
device=AD56x4 |
|---|
| 23 |
refdes=U? |
|---|
| 24 |
footprint=MSOP10 |
|---|
| 25 |
description=AD5624/AD5644/AD5664 (+R) Quad 12/14/16-bit serial DAC |
|---|
| 26 |
documentation=http://www.analog.com |
|---|
| 27 |
author=mettus |
|---|
| 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 |
9 pwr line t Vdd |
|---|
| 52 |
3 pwr line b GND |
|---|
| 53 |
7 in clk l SCLK |
|---|
| 54 |
6 in dot l \_SYNC\_ |
|---|
| 55 |
8 in line l Din |
|---|
| 56 |
|
|---|
| 57 |
1 out line r OUTA |
|---|
| 58 |
2 out line r OUTB |
|---|
| 59 |
4 out line r OUTC |
|---|
| 60 |
5 out line r OUTD |
|---|
| 61 |
10 in line l Ref |
|---|