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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
#
# $Id: patternm.src,v 1.2 2009-06-01 18:28:43 vrsieh Exp $
#
# Copyright (C) 2008-2009 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=no
sort_labels=no
generate_pinseq=no
sym_width=2600
pinwidthvertical=200
pinwidthhorizontal=200
[geda_attr]
version=20090529
name=Pattern Matcher
device=patternm
refdes=U?
footprint=SO20
description=Pattern Matcher
documentation=http://
author=Volkmar Sieh <Volkmar.Sieh@informatik.uni-erlangen.de>
numslots=0
[pins]
#-----------------------------------------------------
#pinnr seq type style posit. net label
#-----------------------------------------------------
1 1 incall line r video opt_rgb
10 10 iocall line r slot0 match
11 11 iocall line r slot1 match
12 12 iocall line r slot2 match
13 13 iocall line r slot3 match
14 14 iocall line r slot4 match
15 15 iocall line r slot5 match
16 16 iocall line r slot6 match
17 17 iocall line r slot7 match
18 18 iocall line r slot8 match
19 19 iocall line r slot9 match
20 20 iocall line r slot10 match
21 21 iocall line r slot11 match
22 22 iocall line r slot12 match
23 23 iocall line r slot13 match
24 24 iocall line r slot14 match
25 25 iocall line r slot15 match
30 30 in line r text0 string
31 31 out line r text0_state boolean
32 32 in line r text1 string
33 33 out line r text1_state boolean
34 34 in line r text2 string
35 35 out line r text2_state boolean
36 36 in line r text3 string
37 37 out line r text3_state boolean
40 40 in line r asc_text0 string
41 41 out line r asc_text0_state boolean
42 42 in line r asc_text1 string
43 43 out line r asc_text1_state boolean
44 44 in line r asc_text2 string
45 45 out line r asc_text2_state boolean
46 46 in line r asc_text3 string
47 47 out line r asc_text3_state boolean
50 50 in line r pattern_rectangle0 string
51 51 out line r match_rectangle0_x integer
52 52 out line r match_rectangle0_y integer
53 53 out line r match_rectangle0_w integer
54 54 out line r match_rectangle0_h integer
60 60 in line r pattern_rectangle1 string
61 61 out line r match_rectangle1_x integer
62 62 out line r match_rectangle1_y integer
63 63 out line r match_rectangle1_w integer
64 64 out line r match_rectangle1_h integer
70 70 in line r pattern_rectangle2 string
71 71 out line r match_rectangle2_x integer
72 72 out line r match_rectangle2_y integer
73 73 out line r match_rectangle2_w integer
74 74 out line r match_rectangle2_h integer
80 80 in line r pattern_rectangle3 string
81 81 out line r match_rectangle3_x integer
82 82 out line r match_rectangle3_y integer
83 83 out line r match_rectangle3_w integer
84 84 out line r match_rectangle3_h integer
|