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
|
#
# 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=3000
pinwidthvertical=300
pinwidthhorizontal=300
[geda_attr]
version=20140924
name=Pin10
device=pin10
refdes=U?
footprint=SO20
description=Pin10
documentation=http://
author=Volkmar Sieh <Volkmar.Sieh@fau.de>
numslots=0
[pins]
#-----------------------------------------------------
#pinnr seq type style posit. net label
#-----------------------------------------------------
10 10 io line t a0 std_logic
11 11 io line t a1 std_logic
12 12 io line t a2 std_logic
13 13 io line t a3 std_logic
14 14 io line t a4 std_logic
15 15 io line t a5 std_logic
16 16 io line t a6 std_logic
17 17 io line t a7 std_logic
18 18 io line t a8 std_logic
19 19 io line t a9 std_logic
#
spacer r
#
20 20 io line b b0 std_logic
21 21 io line b b1 std_logic
22 22 io line b b2 std_logic
23 23 io line b b3 std_logic
24 24 io line b b4 std_logic
25 25 io line b b5 std_logic
26 26 io line b b6 std_logic
27 27 io line b b7 std_logic
28 28 io line b b8 std_logic
29 29 io line b b9 std_logic
#
spacer l
|