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 61 62 63 64 65 66
|
#
# Copyright (C) 2014 FAUmachine Team <info@faumachine.org>.
# This program is free software. You can redistribute it and/or modify it
# under the terms of the GNU General Public License, either version 2 of
# the License, or (at your option) any later version. See COPYING.
#
[options]
wordswap=yes
rotate_labels=yes
sort_labels=no
generate_pinseq=no
sym_width=3600
pinwidthvertical=300
pinwidthhorizontal=300
[geda_attr]
version=20140924
name=Pin2x6
device=pin2x6
refdes=U?
footprint=SO20
description=Pin2x6
documentation=http://
author=Volkmar Sieh <Volkmar.Sieh@fau.de>
numslots=0
[pins]
#-----------------------------------------------------
#pinnr seq type style posit. net label
#-----------------------------------------------------
10 10 io line t a00 std_logic
11 11 io line t a01 std_logic
12 12 io line t a02 std_logic
13 13 io line t a03 std_logic
14 14 io line t a04 std_logic
15 15 io line t a05 std_logic
#
20 20 io line t a10 std_logic
21 21 io line t a11 std_logic
22 22 io line t a12 std_logic
23 23 io line t a13 std_logic
24 24 io line t a14 std_logic
25 25 io line t a15 std_logic
#
spacer r
spacer r
spacer r
#
30 30 io line b b00 std_logic
31 31 io line b b01 std_logic
32 32 io line b b02 std_logic
33 33 io line b b03 std_logic
34 34 io line b b04 std_logic
35 35 io line b b05 std_logic
#
40 40 io line b b10 std_logic
41 41 io line b b11 std_logic
42 42 io line b b12 std_logic
43 43 io line b b13 std_logic
44 44 io line b b14 std_logic
45 45 io line b b15 std_logic
#
spacer l
spacer l
spacer l
|