OpenCores
URL https://opencores.org/ocsvn/a-z80/a-z80/trunk

Subversion Repositories a-z80

[/] [a-z80/] [trunk/] [cpu/] [bus/] [bus_control.bdf] - Blame information for rev 8

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 gdevic
/*
2
WARNING: Do NOT edit the input and output ports in this file in a text
3
editor if you plan to continue editing the block that represents it in
4
the Block Editor! File corruption is VERY likely to occur.
5
*/
6
/*
7
Copyright (C) 1991-2013 Altera Corporation
8
Your use of Altera Corporation's design tools, logic functions
9
and other software and tools, and its AMPP partner logic
10
functions, and any output files from any of the foregoing
11
(including device programming or simulation files), and any
12
associated documentation or information are expressly subject
13
to the terms and conditions of the Altera Program License
14
Subscription Agreement, Altera MegaCore Function License
15
Agreement, or other applicable license agreement, including,
16
without limitation, that your use is for the sole purpose of
17
programming logic devices manufactured by Altera and sold by
18
Altera or its authorized distributors.  Please refer to the
19
applicable agreement for further details.
20
*/
21
(header "graphic" (version "1.4"))
22
(pin
23
        (input)
24 8 gdevic
        (rect 32 64 208 80)
25 3 gdevic
        (text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
26
        (text "ctl_bus_ff_oe" (rect 9 0 77 12)(font "Arial" ))
27
        (pt 176 8)
28
        (drawing
29
                (line (pt 92 12)(pt 117 12))
30
                (line (pt 92 4)(pt 117 4))
31
                (line (pt 121 8)(pt 176 8))
32
                (line (pt 92 12)(pt 92 4))
33
                (line (pt 117 4)(pt 121 8))
34
                (line (pt 117 12)(pt 121 8))
35
        )
36
        (text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
37
)
38
(pin
39
        (input)
40 8 gdevic
        (rect 32 48 208 64)
41 3 gdevic
        (text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
42
        (text "ctl_bus_zero_oe" (rect 9 0 88 12)(font "Arial" ))
43
        (pt 176 8)
44
        (drawing
45
                (line (pt 92 12)(pt 117 12))
46
                (line (pt 92 4)(pt 117 4))
47
                (line (pt 121 8)(pt 176 8))
48
                (line (pt 92 12)(pt 92 4))
49
                (line (pt 117 4)(pt 121 8))
50
                (line (pt 117 12)(pt 121 8))
51
        )
52
        (text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
53
)
54
(pin
55
        (bidir)
56 8 gdevic
        (rect 600 136 776 152)
57 3 gdevic
        (text "BIDIR" (rect 1 0 25 10)(font "Arial" (font_size 6)))
58
        (text "db[7..0]" (rect 90 0 127 12)(font "Arial" ))
59
        (pt 0 8)
60
        (drawing
61
                (line (pt 56 4)(pt 78 4))
62
                (line (pt 0 8)(pt 52 8))
63
                (line (pt 56 12)(pt 78 12))
64
                (line (pt 78 4)(pt 82 8))
65
                (line (pt 78 12)(pt 82 8))
66
                (line (pt 56 4)(pt 52 8))
67
                (line (pt 52 8)(pt 56 12))
68
        )
69
        (text "VCC" (rect 4 7 24 17)(font "Arial" (font_size 6)))
70
)
71
(symbol
72 8 gdevic
        (rect 512 128 560 160)
73 3 gdevic
        (text "TRI" (rect 1 0 16 10)(font "Arial" (font_size 6)))
74
        (text "inst" (rect 3 21 20 33)(font "Arial" ))
75
        (port
76
                (pt 0 16)
77
                (input)
78
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
79
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
80
                (line (pt 0 16)(pt 14 16))
81
        )
82
        (port
83
                (pt 24 0)
84
                (input)
85
                (text "OE" (rect 26 0 37 12)(font "Courier New" (bold))(invisible))
86
                (text "OE" (rect 26 0 37 12)(font "Courier New" (bold))(invisible))
87
                (line (pt 24 12)(pt 24 0))
88
        )
89
        (port
90
                (pt 48 16)
91
                (output)
92
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
93
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
94
                (line (pt 32 16)(pt 48 16))
95
        )
96
        (drawing
97
                (line (pt 14 25)(pt 14 7))
98
                (line (pt 14 25)(pt 32 16))
99
                (line (pt 14 7)(pt 32 16))
100
        )
101
)
102
(symbol
103 8 gdevic
        (rect 304 120 368 168)
104 3 gdevic
        (text "AND2" (rect 1 0 25 10)(font "Arial" (font_size 6)))
105
        (text "inst2" (rect 3 37 26 49)(font "Arial" ))
106
        (port
107
                (pt 0 16)
108
                (input)
109
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
110
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
111
                (line (pt 0 16)(pt 14 16))
112
        )
113
        (port
114
                (pt 0 32)
115
                (input)
116
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
117
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
118
                (line (pt 0 32)(pt 14 32))
119
        )
120
        (port
121
                (pt 64 24)
122
                (output)
123
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
124
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
125
                (line (pt 42 24)(pt 64 24))
126
        )
127
        (drawing
128
                (line (pt 14 12)(pt 30 12))
129
                (line (pt 14 37)(pt 31 37))
130
                (line (pt 14 12)(pt 14 37))
131
                (arc (pt 31 37)(pt 30 12)(rect 18 12 43 37))
132
        )
133
)
134
(symbol
135 8 gdevic
        (rect 144 120 176 136)
136
        (text "VCC" (rect 7 0 27 10)(font "Arial" (font_size 6)))
137
        (text "inst1" (rect 3 5 26 17)(font "Arial" )(invisible))
138 3 gdevic
        (port
139 8 gdevic
                (pt 16 16)
140 3 gdevic
                (output)
141 8 gdevic
                (text "1" (rect 19 7 24 19)(font "Courier New" (bold))(invisible))
142
                (text "1" (rect 19 7 24 19)(font "Courier New" (bold))(invisible))
143
                (line (pt 16 16)(pt 16 8))
144 3 gdevic
        )
145
        (drawing
146 8 gdevic
                (line (pt 8 8)(pt 24 8))
147 3 gdevic
        )
148
)
149
(symbol
150 8 gdevic
        (rect 304 40 368 88)
151 3 gdevic
        (text "OR2" (rect 1 0 19 10)(font "Arial" (font_size 6)))
152
        (text "inst6" (rect 3 37 26 49)(font "Arial" ))
153
        (port
154
                (pt 0 32)
155
                (input)
156
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
157
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
158
                (line (pt 0 32)(pt 15 32))
159
        )
160
        (port
161
                (pt 0 16)
162
                (input)
163
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
164
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
165
                (line (pt 0 16)(pt 15 16))
166
        )
167
        (port
168
                (pt 64 24)
169
                (output)
170
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
171
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
172
                (line (pt 48 24)(pt 64 24))
173
        )
174
        (drawing
175
                (line (pt 14 36)(pt 25 36))
176
                (line (pt 14 13)(pt 25 13))
177
                (arc (pt 7 29)(pt 7 19)(rect -14 8 19 41))
178
                (arc (pt 49 24)(pt 25 13)(rect -6 13 57 76))
179
                (arc (pt 25 35)(pt 49 24)(rect -6 -27 57 36))
180
        )
181
)
182
(connector
183 8 gdevic
        (pt 600 144)
184
        (pt 560 144)
185
        (bus)
186 3 gdevic
)
187
(connector
188 8 gdevic
        (pt 208 56)
189
        (pt 304 56)
190 3 gdevic
)
191
(connector
192 8 gdevic
        (pt 304 136)
193
        (pt 232 136)
194 3 gdevic
)
195
(connector
196 8 gdevic
        (pt 232 72)
197
        (pt 232 136)
198 3 gdevic
)
199
(connector
200 8 gdevic
        (text "bus[7..0]" (rect 387 128 430 140)(font "Arial" ))
201
        (pt 368 144)
202
        (pt 512 144)
203 3 gdevic
        (bus)
204
)
205
(connector
206 8 gdevic
        (text "vcc[7..0]" (rect 190 136 234 148)(font "Arial" ))
207
        (pt 304 152)
208
        (pt 160 152)
209
        (bus)
210 3 gdevic
)
211
(connector
212 8 gdevic
        (pt 368 64)
213
        (pt 536 64)
214 3 gdevic
)
215
(connector
216 8 gdevic
        (pt 160 136)
217
        (pt 160 152)
218 3 gdevic
        (bus)
219
)
220
(connector
221 8 gdevic
        (pt 208 72)
222
        (pt 232 72)
223 3 gdevic
)
224
(connector
225 8 gdevic
        (pt 232 72)
226
        (pt 304 72)
227 3 gdevic
)
228
(connector
229 8 gdevic
        (pt 536 64)
230
        (pt 536 128)
231 3 gdevic
)
232 8 gdevic
(junction (pt 232 72))
233 3 gdevic
(title_block
234 8 gdevic
        (rect 32 208 289 260)
235 3 gdevic
        (name "title-custom-small")
236 8 gdevic
        (section (rect 0 35 256 51)(text "DATE" (rect 2 0 30 12)(font "Arial" ))(text "August 17, 2014, 2016" (rect 56 3 185 17)(font "Arial" (font_size 8)))(border))
237 3 gdevic
        (section (rect 0 18 256 34)(text "DESIGNER" (rect 2 0 59 12)(font "Arial" ))(text "Goran Devic" (rect 56 2 135 17)(font "Arial" (font_size 9)))(border))
238
        (section (rect 104 0 256 17)(text "MODULE" (rect 2 1 48 13)(font "Arial" ))(text "bus_control" (rect 43 2 123 17)(font "Arial" (font_size 9)(bold)))(border))
239
        (section (rect 0 0 256 17)(text "PROJECT" (rect 2 0 52 12)(font "Arial" ))(text "A-Z80" (rect 56 2 94 17)(font "Arial" (font_size 9)(bold)))(border))
240 8 gdevic
        (section (rect 192 35 256 51)(text "REV" (rect 2 1 25 13)(font "Arial" ))(text "1.3" (rect 43 3 60 17)(font "Arial" (font_size 8)))(border))
241 3 gdevic
        (drawing
242
        )
243
)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.