OpenCores
URL https://opencores.org/ocsvn/2d_game_console/2d_game_console/trunk

Subversion Repositories 2d_game_console

[/] [2d_game_console/] [trunk/] [Processor_Quartus/] [Memory_Arbiter.bsf] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 lucas.vbal
/*
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) 2017  Intel Corporation. All rights reserved.
8
Your use of Intel 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 Intel Program License
14
Subscription Agreement, the Intel Quartus Prime License Agreement,
15
the Intel MegaCore Function License Agreement, or other
16
applicable license agreement, including, without limitation,
17
that your use is for the sole purpose of programming logic
18
devices manufactured by Intel and sold by Intel or its
19
authorized distributors.  Please refer to the applicable
20
agreement for further details.
21
*/
22
(header "symbol" (version "1.1"))
23
(symbol
24
        (rect 16 16 248 608)
25
        (text "Memory_Arbiter" (rect 5 0 74 12)(font "Arial" ))
26
        (text "inst" (rect 8 576 20 588)(font "Arial" ))
27
        (port
28
                (pt 0 32)
29
                (input)
30
                (text "clock" (rect 0 0 20 12)(font "Arial" ))
31
                (text "clock" (rect 21 27 41 39)(font "Arial" ))
32
                (line (pt 0 32)(pt 16 32)(line_width 1))
33
        )
34
        (port
35
                (pt 0 48)
36
                (input)
37
                (text "reset" (rect 0 0 20 12)(font "Arial" ))
38
                (text "reset" (rect 21 43 41 55)(font "Arial" ))
39
                (line (pt 0 48)(pt 16 48)(line_width 1))
40
        )
41
        (port
42
                (pt 0 64)
43
                (input)
44
                (text "addr_7[15..0]" (rect 0 0 51 12)(font "Arial" ))
45
                (text "addr_7[15..0]" (rect 21 59 72 71)(font "Arial" ))
46
                (line (pt 0 64)(pt 16 64)(line_width 3))
47
        )
48
        (port
49
                (pt 0 80)
50
                (input)
51
                (text "data_7[15..0]" (rect 0 0 50 12)(font "Arial" ))
52
                (text "data_7[15..0]" (rect 21 75 71 87)(font "Arial" ))
53
                (line (pt 0 80)(pt 16 80)(line_width 3))
54
        )
55
        (port
56
                (pt 0 96)
57
                (input)
58
                (text "wren_7" (rect 0 0 29 12)(font "Arial" ))
59
                (text "wren_7" (rect 21 91 50 103)(font "Arial" ))
60
                (line (pt 0 96)(pt 16 96)(line_width 1))
61
        )
62
        (port
63
                (pt 0 112)
64
                (input)
65
                (text "req_7" (rect 0 0 23 12)(font "Arial" ))
66
                (text "req_7" (rect 21 107 44 119)(font "Arial" ))
67
                (line (pt 0 112)(pt 16 112)(line_width 1))
68
        )
69
        (port
70
                (pt 0 128)
71
                (input)
72
                (text "addr_6[15..0]" (rect 0 0 51 12)(font "Arial" ))
73
                (text "addr_6[15..0]" (rect 21 123 72 135)(font "Arial" ))
74
                (line (pt 0 128)(pt 16 128)(line_width 3))
75
        )
76
        (port
77
                (pt 0 144)
78
                (input)
79
                (text "data_6[15..0]" (rect 0 0 50 12)(font "Arial" ))
80
                (text "data_6[15..0]" (rect 21 139 71 151)(font "Arial" ))
81
                (line (pt 0 144)(pt 16 144)(line_width 3))
82
        )
83
        (port
84
                (pt 0 160)
85
                (input)
86
                (text "wren_6" (rect 0 0 29 12)(font "Arial" ))
87
                (text "wren_6" (rect 21 155 50 167)(font "Arial" ))
88
                (line (pt 0 160)(pt 16 160)(line_width 1))
89
        )
90
        (port
91
                (pt 0 176)
92
                (input)
93
                (text "req_6" (rect 0 0 23 12)(font "Arial" ))
94
                (text "req_6" (rect 21 171 44 183)(font "Arial" ))
95
                (line (pt 0 176)(pt 16 176)(line_width 1))
96
        )
97
        (port
98
                (pt 0 192)
99
                (input)
100
                (text "addr_5[15..0]" (rect 0 0 51 12)(font "Arial" ))
101
                (text "addr_5[15..0]" (rect 21 187 72 199)(font "Arial" ))
102
                (line (pt 0 192)(pt 16 192)(line_width 3))
103
        )
104
        (port
105
                (pt 0 208)
106
                (input)
107
                (text "data_5[15..0]" (rect 0 0 50 12)(font "Arial" ))
108
                (text "data_5[15..0]" (rect 21 203 71 215)(font "Arial" ))
109
                (line (pt 0 208)(pt 16 208)(line_width 3))
110
        )
111
        (port
112
                (pt 0 224)
113
                (input)
114
                (text "wren_5" (rect 0 0 29 12)(font "Arial" ))
115
                (text "wren_5" (rect 21 219 50 231)(font "Arial" ))
116
                (line (pt 0 224)(pt 16 224)(line_width 1))
117
        )
118
        (port
119
                (pt 0 240)
120
                (input)
121
                (text "req_5" (rect 0 0 23 12)(font "Arial" ))
122
                (text "req_5" (rect 21 235 44 247)(font "Arial" ))
123
                (line (pt 0 240)(pt 16 240)(line_width 1))
124
        )
125
        (port
126
                (pt 0 256)
127
                (input)
128
                (text "addr_4[15..0]" (rect 0 0 53 12)(font "Arial" ))
129
                (text "addr_4[15..0]" (rect 21 251 74 263)(font "Arial" ))
130
                (line (pt 0 256)(pt 16 256)(line_width 3))
131
        )
132
        (port
133
                (pt 0 272)
134
                (input)
135
                (text "data_4[15..0]" (rect 0 0 51 12)(font "Arial" ))
136
                (text "data_4[15..0]" (rect 21 267 72 279)(font "Arial" ))
137
                (line (pt 0 272)(pt 16 272)(line_width 3))
138
        )
139
        (port
140
                (pt 0 288)
141
                (input)
142
                (text "wren_4" (rect 0 0 30 12)(font "Arial" ))
143
                (text "wren_4" (rect 21 283 51 295)(font "Arial" ))
144
                (line (pt 0 288)(pt 16 288)(line_width 1))
145
        )
146
        (port
147
                (pt 0 304)
148
                (input)
149
                (text "req_4" (rect 0 0 24 12)(font "Arial" ))
150
                (text "req_4" (rect 21 299 45 311)(font "Arial" ))
151
                (line (pt 0 304)(pt 16 304)(line_width 1))
152
        )
153
        (port
154
                (pt 0 320)
155
                (input)
156
                (text "addr_3[15..0]" (rect 0 0 51 12)(font "Arial" ))
157
                (text "addr_3[15..0]" (rect 21 315 72 327)(font "Arial" ))
158
                (line (pt 0 320)(pt 16 320)(line_width 3))
159
        )
160
        (port
161
                (pt 0 336)
162
                (input)
163
                (text "data_3[15..0]" (rect 0 0 50 12)(font "Arial" ))
164
                (text "data_3[15..0]" (rect 21 331 71 343)(font "Arial" ))
165
                (line (pt 0 336)(pt 16 336)(line_width 3))
166
        )
167
        (port
168
                (pt 0 352)
169
                (input)
170
                (text "wren_3" (rect 0 0 29 12)(font "Arial" ))
171
                (text "wren_3" (rect 21 347 50 359)(font "Arial" ))
172
                (line (pt 0 352)(pt 16 352)(line_width 1))
173
        )
174
        (port
175
                (pt 0 368)
176
                (input)
177
                (text "req_3" (rect 0 0 23 12)(font "Arial" ))
178
                (text "req_3" (rect 21 363 44 375)(font "Arial" ))
179
                (line (pt 0 368)(pt 16 368)(line_width 1))
180
        )
181
        (port
182
                (pt 0 384)
183
                (input)
184
                (text "addr_2[15..0]" (rect 0 0 51 12)(font "Arial" ))
185
                (text "addr_2[15..0]" (rect 21 379 72 391)(font "Arial" ))
186
                (line (pt 0 384)(pt 16 384)(line_width 3))
187
        )
188
        (port
189
                (pt 0 400)
190
                (input)
191
                (text "data_2[15..0]" (rect 0 0 50 12)(font "Arial" ))
192
                (text "data_2[15..0]" (rect 21 395 71 407)(font "Arial" ))
193
                (line (pt 0 400)(pt 16 400)(line_width 3))
194
        )
195
        (port
196
                (pt 0 416)
197
                (input)
198
                (text "wren_2" (rect 0 0 29 12)(font "Arial" ))
199
                (text "wren_2" (rect 21 411 50 423)(font "Arial" ))
200
                (line (pt 0 416)(pt 16 416)(line_width 1))
201
        )
202
        (port
203
                (pt 0 432)
204
                (input)
205
                (text "req_2" (rect 0 0 23 12)(font "Arial" ))
206
                (text "req_2" (rect 21 427 44 439)(font "Arial" ))
207
                (line (pt 0 432)(pt 16 432)(line_width 1))
208
        )
209
        (port
210
                (pt 0 448)
211
                (input)
212
                (text "addr_1[15..0]" (rect 0 0 50 12)(font "Arial" ))
213
                (text "addr_1[15..0]" (rect 21 443 71 455)(font "Arial" ))
214
                (line (pt 0 448)(pt 16 448)(line_width 3))
215
        )
216
        (port
217
                (pt 0 464)
218
                (input)
219
                (text "data_1[15..0]" (rect 0 0 49 12)(font "Arial" ))
220
                (text "data_1[15..0]" (rect 21 459 70 471)(font "Arial" ))
221
                (line (pt 0 464)(pt 16 464)(line_width 3))
222
        )
223
        (port
224
                (pt 0 480)
225
                (input)
226
                (text "wren_1" (rect 0 0 28 12)(font "Arial" ))
227
                (text "wren_1" (rect 21 475 49 487)(font "Arial" ))
228
                (line (pt 0 480)(pt 16 480)(line_width 1))
229
        )
230
        (port
231
                (pt 0 496)
232
                (input)
233
                (text "req_1" (rect 0 0 22 12)(font "Arial" ))
234
                (text "req_1" (rect 21 491 43 503)(font "Arial" ))
235
                (line (pt 0 496)(pt 16 496)(line_width 1))
236
        )
237
        (port
238
                (pt 0 512)
239
                (input)
240
                (text "addr_0[15..0]" (rect 0 0 51 12)(font "Arial" ))
241
                (text "addr_0[15..0]" (rect 21 507 72 519)(font "Arial" ))
242
                (line (pt 0 512)(pt 16 512)(line_width 3))
243
        )
244
        (port
245
                (pt 0 528)
246
                (input)
247
                (text "data_0[15..0]" (rect 0 0 50 12)(font "Arial" ))
248
                (text "data_0[15..0]" (rect 21 523 71 535)(font "Arial" ))
249
                (line (pt 0 528)(pt 16 528)(line_width 3))
250
        )
251
        (port
252
                (pt 0 544)
253
                (input)
254
                (text "wren_0" (rect 0 0 29 12)(font "Arial" ))
255
                (text "wren_0" (rect 21 539 50 551)(font "Arial" ))
256
                (line (pt 0 544)(pt 16 544)(line_width 1))
257
        )
258
        (port
259
                (pt 0 560)
260
                (input)
261
                (text "req_0" (rect 0 0 23 12)(font "Arial" ))
262
                (text "req_0" (rect 21 555 44 567)(font "Arial" ))
263
                (line (pt 0 560)(pt 16 560)(line_width 1))
264
        )
265
        (port
266
                (pt 232 32)
267
                (output)
268
                (text "grant_7" (rect 0 0 30 12)(font "Arial" ))
269
                (text "grant_7" (rect 181 27 211 39)(font "Arial" ))
270
                (line (pt 232 32)(pt 216 32)(line_width 1))
271
        )
272
        (port
273
                (pt 232 48)
274
                (output)
275
                (text "grant_6" (rect 0 0 30 12)(font "Arial" ))
276
                (text "grant_6" (rect 181 43 211 55)(font "Arial" ))
277
                (line (pt 232 48)(pt 216 48)(line_width 1))
278
        )
279
        (port
280
                (pt 232 64)
281
                (output)
282
                (text "grant_5" (rect 0 0 30 12)(font "Arial" ))
283
                (text "grant_5" (rect 181 59 211 71)(font "Arial" ))
284
                (line (pt 232 64)(pt 216 64)(line_width 1))
285
        )
286
        (port
287
                (pt 232 80)
288
                (output)
289
                (text "grant_4" (rect 0 0 31 12)(font "Arial" ))
290
                (text "grant_4" (rect 180 75 211 87)(font "Arial" ))
291
                (line (pt 232 80)(pt 216 80)(line_width 1))
292
        )
293
        (port
294
                (pt 232 96)
295
                (output)
296
                (text "grant_3" (rect 0 0 30 12)(font "Arial" ))
297
                (text "grant_3" (rect 181 91 211 103)(font "Arial" ))
298
                (line (pt 232 96)(pt 216 96)(line_width 1))
299
        )
300
        (port
301
                (pt 232 112)
302
                (output)
303
                (text "grant_2" (rect 0 0 30 12)(font "Arial" ))
304
                (text "grant_2" (rect 181 107 211 119)(font "Arial" ))
305
                (line (pt 232 112)(pt 216 112)(line_width 1))
306
        )
307
        (port
308
                (pt 232 128)
309
                (output)
310
                (text "grant_1" (rect 0 0 29 12)(font "Arial" ))
311
                (text "grant_1" (rect 182 123 211 135)(font "Arial" ))
312
                (line (pt 232 128)(pt 216 128)(line_width 1))
313
        )
314
        (port
315
                (pt 232 144)
316
                (output)
317
                (text "grant_0" (rect 0 0 30 12)(font "Arial" ))
318
                (text "grant_0" (rect 181 139 211 151)(font "Arial" ))
319
                (line (pt 232 144)(pt 216 144)(line_width 1))
320
        )
321
        (port
322
                (pt 232 160)
323
                (output)
324
                (text "addr[15..0]" (rect 0 0 41 12)(font "Arial" ))
325
                (text "addr[15..0]" (rect 170 155 211 167)(font "Arial" ))
326
                (line (pt 232 160)(pt 216 160)(line_width 3))
327
        )
328
        (port
329
                (pt 232 176)
330
                (output)
331
                (text "data[15..0]" (rect 0 0 40 12)(font "Arial" ))
332
                (text "data[15..0]" (rect 171 171 211 183)(font "Arial" ))
333
                (line (pt 232 176)(pt 216 176)(line_width 3))
334
        )
335
        (port
336
                (pt 232 192)
337
                (output)
338
                (text "wren" (rect 0 0 18 12)(font "Arial" ))
339
                (text "wren" (rect 193 187 211 199)(font "Arial" ))
340
                (line (pt 232 192)(pt 216 192)(line_width 1))
341
        )
342
        (port
343
                (pt 232 208)
344
                (output)
345
                (text "current_state[3..0]" (rect 0 0 73 12)(font "Arial" ))
346
                (text "current_state[3..0]" (rect 138 203 211 215)(font "Arial" ))
347
                (line (pt 232 208)(pt 216 208)(line_width 3))
348
        )
349
        (port
350
                (pt 232 224)
351
                (output)
352
                (text "next_state[3..0]" (rect 0 0 61 12)(font "Arial" ))
353
                (text "next_state[3..0]" (rect 150 219 211 231)(font "Arial" ))
354
                (line (pt 232 224)(pt 216 224)(line_width 3))
355
        )
356
        (parameter
357
                "Idle"
358
                "0000"
359
                ""
360
                (type "PARAMETER_UNSIGNED_BIN") )
361
        (parameter
362
                "Grant_0"
363
                "0001"
364
                ""
365
                (type "PARAMETER_UNSIGNED_BIN") )
366
        (parameter
367
                "Grant_1"
368
                "0010"
369
                ""
370
                (type "PARAMETER_UNSIGNED_BIN") )
371
        (parameter
372
                "Grant_2"
373
                "0011"
374
                ""
375
                (type "PARAMETER_UNSIGNED_BIN") )
376
        (parameter
377
                "Grant_3"
378
                "0100"
379
                ""
380
                (type "PARAMETER_UNSIGNED_BIN") )
381
        (parameter
382
                "Grant_4"
383
                "0101"
384
                ""
385
                (type "PARAMETER_UNSIGNED_BIN") )
386
        (parameter
387
                "Grant_5"
388
                "0110"
389
                ""
390
                (type "PARAMETER_UNSIGNED_BIN") )
391
        (parameter
392
                "Grant_6"
393
                "0111"
394
                ""
395
                (type "PARAMETER_UNSIGNED_BIN") )
396
        (parameter
397
                "Grant_7"
398
                "1000"
399
                ""
400
                (type "PARAMETER_UNSIGNED_BIN") )
401
        (drawing
402
                (rectangle (rect 16 16 216 576)(line_width 1))
403
        )
404
        (annotation_block (parameter)(rect 248 -64 348 16))
405
)

powered by: WebSVN 2.1.0

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