-
Notifications
You must be signed in to change notification settings - Fork 0
/
Reaction-Time-Game.bdf
558 lines (558 loc) · 12.4 KB
/
Reaction-Time-Game.bdf
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to occur.
*/
/*
Copyright (C) 2023 Intel Corporation. All rights reserved.
Your use of Intel Corporation's design tools, logic functions
and other software and tools, and any partner logic
functions, and any output files from any of the foregoing
(including device programming or simulation files), and any
associated documentation or information are expressly subject
to the terms and conditions of the Intel Program License
Subscription Agreement, the Intel Quartus Prime License Agreement,
the Intel FPGA IP License Agreement, or other applicable license
agreement, including, without limitation, that your use is for
the sole purpose of programming logic devices manufactured by
Intel and sold by Intel or its authorized distributors. Please
refer to the applicable agreement for further details, at
https://fpgasoftware.intel.com/eula.
*/
(header "graphic" (version "1.4"))
(pin
(input)
(rect 168 360 336 376)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "Clock" (rect 5 0 33 12)(font "Arial" ))
(pt 168 8)
(drawing
(line (pt 84 12)(pt 109 12))
(line (pt 84 4)(pt 109 4))
(line (pt 113 8)(pt 168 8))
(line (pt 84 12)(pt 84 4))
(line (pt 109 4)(pt 113 8))
(line (pt 109 12)(pt 113 8))
)
(text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6)))
(annotation_block (location)(rect 112 376 168 400))
)
(pin
(input)
(rect 200 240 368 256)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "Check" (rect 5 0 37 12)(font "Arial" ))
(pt 168 8)
(drawing
(line (pt 84 12)(pt 109 12))
(line (pt 84 4)(pt 109 4))
(line (pt 113 8)(pt 168 8))
(line (pt 84 12)(pt 84 4))
(line (pt 109 4)(pt 113 8))
(line (pt 109 12)(pt 113 8))
)
(text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6)))
)
(pin
(input)
(rect 200 264 368 280)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "S1" (rect 5 0 17 17)(font "Intel Clear" ))
(pt 168 8)
(drawing
(line (pt 84 12)(pt 109 12))
(line (pt 84 4)(pt 109 4))
(line (pt 113 8)(pt 168 8))
(line (pt 84 12)(pt 84 4))
(line (pt 109 4)(pt 113 8))
(line (pt 109 12)(pt 113 8))
)
(text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6)))
)
(pin
(input)
(rect 200 288 368 304)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "S0" (rect 5 0 17 17)(font "Intel Clear" ))
(pt 168 8)
(drawing
(line (pt 84 12)(pt 109 12))
(line (pt 84 4)(pt 109 4))
(line (pt 113 8)(pt 168 8))
(line (pt 84 12)(pt 84 4))
(line (pt 109 4)(pt 113 8))
(line (pt 109 12)(pt 113 8))
)
(text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6)))
)
(pin
(input)
(rect 200 312 368 328)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "Incomming" (rect 5 0 57 17)(font "Intel Clear" ))
(pt 168 8)
(drawing
(line (pt 84 12)(pt 109 12))
(line (pt 84 4)(pt 109 4))
(line (pt 113 8)(pt 168 8))
(line (pt 84 12)(pt 84 4))
(line (pt 109 4)(pt 113 8))
(line (pt 109 12)(pt 113 8))
)
(text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6)))
)
(pin
(input)
(rect 176 416 344 432)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "RegClRN" (rect 5 0 49 17)(font "Intel Clear" ))
(pt 168 8)
(drawing
(line (pt 84 12)(pt 109 12))
(line (pt 84 4)(pt 109 4))
(line (pt 113 8)(pt 168 8))
(line (pt 84 12)(pt 84 4))
(line (pt 109 4)(pt 113 8))
(line (pt 109 12)(pt 113 8))
)
(text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6)))
)
(pin
(input)
(rect 208 200 376 216)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "I12..0]" (rect 5 0 37 12)(font "Arial" ))
(pt 168 8)
(drawing
(line (pt 84 12)(pt 109 12))
(line (pt 84 4)(pt 109 4))
(line (pt 113 8)(pt 168 8))
(line (pt 84 12)(pt 84 4))
(line (pt 109 4)(pt 113 8))
(line (pt 109 12)(pt 113 8))
)
(text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6)))
)
(pin
(output)
(rect 1464 256 1640 272)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "DATAP[12..0]" (rect 90 0 157 12)(font "Arial" ))
(pt 0 8)
(drawing
(line (pt 0 8)(pt 52 8))
(line (pt 52 4)(pt 78 4))
(line (pt 52 12)(pt 78 12))
(line (pt 52 12)(pt 52 4))
(line (pt 78 4)(pt 82 8))
(line (pt 82 8)(pt 78 12))
(line (pt 78 12)(pt 82 8))
)
)
(pin
(output)
(rect 1464 272 1640 288)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "DATAQ[12..0]" (rect 90 0 154 17)(font "Intel Clear" ))
(pt 0 8)
(drawing
(line (pt 0 8)(pt 52 8))
(line (pt 52 4)(pt 78 4))
(line (pt 52 12)(pt 78 12))
(line (pt 52 12)(pt 52 4))
(line (pt 78 4)(pt 82 8))
(line (pt 82 8)(pt 78 12))
(line (pt 78 12)(pt 82 8))
)
)
(symbol
(rect 752 280 800 312)
(text "NOT" (rect 1 0 21 10)(font "Arial" (font_size 6)))
(text "inst1" (rect 3 21 25 38)(font "Intel Clear" ))
(port
(pt 0 16)
(input)
(text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
(text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
(line (pt 0 16)(pt 13 16))
)
(port
(pt 48 16)
(output)
(text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
(text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
(line (pt 39 16)(pt 48 16))
)
(drawing
(line (pt 13 25)(pt 13 7))
(line (pt 13 7)(pt 31 16))
(line (pt 13 25)(pt 31 16))
(circle (rect 31 12 39 20))
)
)
(symbol
(rect 752 312 800 344)
(text "NOT" (rect 1 0 21 10)(font "Arial" (font_size 6)))
(text "inst2" (rect 3 21 25 38)(font "Intel Clear" ))
(port
(pt 0 16)
(input)
(text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
(text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
(line (pt 0 16)(pt 13 16))
)
(port
(pt 48 16)
(output)
(text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
(text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
(line (pt 39 16)(pt 48 16))
)
(drawing
(line (pt 13 25)(pt 13 7))
(line (pt 13 7)(pt 31 16))
(line (pt 13 25)(pt 31 16))
(circle (rect 31 12 39 20))
)
)
(symbol
(rect 840 280 904 328)
(text "AND2" (rect 1 0 25 10)(font "Arial" (font_size 6)))
(text "inst4" (rect 3 37 25 54)(font "Intel Clear" ))
(port
(pt 0 16)
(input)
(text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
(text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
(line (pt 0 16)(pt 14 16))
)
(port
(pt 0 32)
(input)
(text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
(text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
(line (pt 0 32)(pt 14 32))
)
(port
(pt 64 24)
(output)
(text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
(text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
(line (pt 42 24)(pt 64 24))
)
(drawing
(line (pt 14 12)(pt 30 12))
(line (pt 14 37)(pt 31 37))
(line (pt 14 12)(pt 14 37))
(arc (pt 31 37)(pt 30 12)(rect 18 12 43 37))
)
)
(symbol
(rect 552 272 688 400)
(text "NextStateLogic" (rect 5 0 94 19)(font "Intel Clear" (font_size 8)))
(text "inst" (rect 8 107 24 124)(font "Intel Clear" ))
(port
(pt 0 32)
(input)
(text "Check" (rect 0 0 35 19)(font "Intel Clear" (font_size 8)))
(text "Check" (rect 21 27 56 46)(font "Intel Clear" (font_size 8)))
(line (pt 0 32)(pt 16 32))
)
(port
(pt 0 48)
(input)
(text "S1" (rect 0 0 16 19)(font "Intel Clear" (font_size 8)))
(text "S1" (rect 21 43 37 62)(font "Intel Clear" (font_size 8)))
(line (pt 0 48)(pt 16 48))
)
(port
(pt 0 64)
(input)
(text "S0" (rect 0 0 16 19)(font "Intel Clear" (font_size 8)))
(text "S0" (rect 21 59 37 78)(font "Intel Clear" (font_size 8)))
(line (pt 0 64)(pt 16 64))
)
(port
(pt 0 80)
(input)
(text "Incomming" (rect 0 0 64 19)(font "Intel Clear" (font_size 8)))
(text "Incomming" (rect 21 75 85 94)(font "Intel Clear" (font_size 8)))
(line (pt 0 80)(pt 16 80))
)
(port
(pt 0 96)
(input)
(text "Clock" (rect 0 0 31 19)(font "Intel Clear" (font_size 8)))
(text "Clock" (rect 21 91 52 110)(font "Intel Clear" (font_size 8)))
(line (pt 0 96)(pt 16 96))
)
(port
(pt 136 32)
(output)
(text "N0" (rect 0 0 17 19)(font "Intel Clear" (font_size 8)))
(text "N0" (rect 98 27 115 46)(font "Intel Clear" (font_size 8)))
(line (pt 136 32)(pt 120 32))
)
(port
(pt 136 48)
(output)
(text "N1" (rect 0 0 17 19)(font "Intel Clear" (font_size 8)))
(text "N1" (rect 98 43 115 62)(font "Intel Clear" (font_size 8)))
(line (pt 136 48)(pt 120 48))
)
(drawing
(rectangle (rect 16 16 120 112))
)
)
(symbol
(rect 1056 408 1088 440)
(text "GND" (rect 8 16 29 26)(font "Arial" (font_size 6)))
(text "inst" (rect 3 21 20 33)(font "Arial" )(invisible))
(port
(pt 16 0)
(output)
(text "1" (rect 18 0 23 12)(font "Courier New" (bold))(invisible))
(text "1" (rect 18 0 23 12)(font "Courier New" (bold))(invisible))
(line (pt 16 8)(pt 16 0))
)
(drawing
(line (pt 8 8)(pt 16 16))
(line (pt 16 16)(pt 24 8))
(line (pt 8 8)(pt 24 8))
)
)
(symbol
(rect 1096 232 1328 408)
(text "regfile" (rect 5 0 35 12)(font "Arial" ))
(text "inst7" (rect 8 160 30 177)(font "Intel Clear" ))
(port
(pt 0 32)
(input)
(text "RP[2..0]" (rect 0 0 41 12)(font "Arial" ))
(text "RP[2..0]" (rect 21 27 62 39)(font "Arial" ))
(line (pt 0 32)(pt 16 32)(line_width 3))
)
(port
(pt 0 48)
(input)
(text "RQ[2..0]" (rect 0 0 42 12)(font "Arial" ))
(text "RQ[2..0]" (rect 21 43 63 55)(font "Arial" ))
(line (pt 0 48)(pt 16 48)(line_width 3))
)
(port
(pt 0 64)
(input)
(text "WA[2..0]" (rect 0 0 43 12)(font "Arial" ))
(text "WA[2..0]" (rect 21 59 64 71)(font "Arial" ))
(line (pt 0 64)(pt 16 64)(line_width 3))
)
(port
(pt 0 80)
(input)
(text "LD_DATA[12..0]" (rect 0 0 80 12)(font "Arial" ))
(text "LD_DATA[12..0]" (rect 21 75 101 87)(font "Arial" ))
(line (pt 0 80)(pt 16 80)(line_width 3))
)
(port
(pt 0 96)
(input)
(text "WR" (rect 0 0 18 12)(font "Arial" ))
(text "WR" (rect 21 91 39 103)(font "Arial" ))
(line (pt 0 96)(pt 16 96))
)
(port
(pt 0 112)
(input)
(text "CLK" (rect 0 0 21 12)(font "Arial" ))
(text "CLK" (rect 21 107 42 119)(font "Arial" ))
(line (pt 0 112)(pt 16 112))
)
(port
(pt 0 128)
(input)
(text "CLRN" (rect 0 0 30 12)(font "Arial" ))
(text "CLRN" (rect 21 123 51 135)(font "Arial" ))
(line (pt 0 128)(pt 16 128))
)
(port
(pt 232 32)
(output)
(text "DATAP[12..0]" (rect 0 0 67 12)(font "Arial" ))
(text "DATAP[12..0]" (rect 155 27 222 39)(font "Arial" ))
(line (pt 232 32)(pt 216 32)(line_width 3))
)
(port
(pt 232 48)
(output)
(text "DATAQ[12..0]" (rect 0 0 68 12)(font "Arial" ))
(text "DATAQ[12..0]" (rect 154 43 222 55)(font "Arial" ))
(line (pt 232 48)(pt 216 48)(line_width 3))
)
(drawing
(rectangle (rect 16 16 216 160))
)
)
(connector
(pt 688 304)
(pt 720 304)
)
(connector
(pt 720 304)
(pt 720 296)
)
(connector
(pt 720 296)
(pt 752 296)
)
(connector
(pt 688 320)
(pt 752 320)
)
(connector
(pt 752 320)
(pt 752 328)
)
(connector
(pt 800 296)
(pt 840 296)
)
(connector
(pt 800 328)
(pt 816 328)
)
(connector
(pt 816 328)
(pt 816 312)
)
(connector
(pt 816 312)
(pt 840 312)
)
(connector
(pt 1096 344)
(pt 1040 344)
)
(connector
(pt 1040 440)
(pt 1040 344)
)
(connector
(pt 1040 440)
(pt 488 440)
)
(connector
(pt 488 440)
(pt 488 368)
)
(connector
(pt 336 368)
(pt 488 368)
)
(connector
(pt 488 368)
(pt 552 368)
)
(connector
(pt 368 248)
(pt 552 248)
)
(connector
(pt 552 248)
(pt 552 304)
)
(connector
(pt 368 272)
(pt 536 272)
)
(connector
(pt 536 272)
(pt 536 320)
)
(connector
(pt 536 320)
(pt 552 320)
)
(connector
(pt 552 336)
(pt 520 336)
)
(connector
(pt 520 296)
(pt 520 336)
)
(connector
(pt 520 296)
(pt 368 296)
)
(connector
(pt 552 352)
(pt 504 352)
)
(connector
(pt 504 352)
(pt 504 320)
)
(connector
(pt 504 320)
(pt 368 320)
)
(connector
(pt 1096 312)
(pt 976 312)
(bus)
)
(connector
(pt 976 312)
(pt 976 208)
(bus)
)
(connector
(pt 976 208)
(pt 376 208)
(bus)
)
(connector
(pt 904 304)
(pt 960 304)
)
(connector
(pt 960 328)
(pt 960 304)
)
(connector
(pt 960 328)
(pt 1096 328)
)
(connector
(pt 1096 296)
(pt 1072 296)
(bus)
)
(connector
(pt 1072 296)
(pt 1072 408)
(bus)
)
(connector
(pt 1328 264)
(pt 1464 264)
(bus)
)
(connector
(pt 1328 280)
(pt 1464 280)
(bus)
)
(connector
(pt 344 424)
(pt 1008 424)
)
(connector
(pt 1008 424)
(pt 1008 360)
)
(connector
(pt 1008 360)
(pt 1096 360)
)
(junction (pt 488 368))