1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
# test2:
# this is a source file for tragesym
# please take a look at the docs and the template.src file for more informations
[options]
wordswap yes
rotate_labels no
sort_labels no
generate_pinseq yes
sym_width 2600
pinwidthvertical 400
pinwidthhorizontal 800
[geda_attr]
name TEST2
device devTEST2
refdes U?
footprint TQFP234
description test without rotated text, not sorted, with slots
documentation http://url_to_the_datasheet.com/datasheet.pdf
author Werner Hoch <werner.ho(AT)gmx.de>
numslots 4
slot 1
slotdef 1:1,2,3
slotdef 2:4,5,6
slotdef 3:7,8,9
slotdef 4:10,11,12
comment comment1
comment comment2
comment comment3
[pins]
#-----------------------------------------------------
#pinnr seq type style posit. net label
#-----------------------------------------------------
1 io line l hello
2 out clk l \_neg\_
3 out dot l \_n\_0\_n\_
4 pwr none GND
5 io line r \_ABC\_ (DEF)
6 out clk r xx\_XX\_xx
7 out dot r \_Reset\_
8 pwr none AGND
9 io line b _\_ups\__
10 out clk b wer
11 out dot b ner
12 pwr none AVcc
13 io line t \_([])\_
14 out clk t ABC (\_DEF\_)
15 out dot t twelf
16 pwr none Vcc
17 in dotclk l first
18 in dotclk r n\_exe\_n
19 in dotclk t this
20 in dotclk b other
21 in dot b \_Reset\_
22 out line t PD1 (\_SS\_)
23 io clk r PD2 (\_xxx\_hello\_sss\_)
24 io dot r PD3 (x_no_over)
25 io clk l PD4 (\\\_strange\\\_)
|