-
Notifications
You must be signed in to change notification settings - Fork 0
/
KeyDetector.bdf
634 lines (634 loc) · 15.7 KB
/
KeyDetector.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
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
/*
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) 1991-2013 Altera Corporation
Your use of Altera Corporation's design tools, logic functions
and other software and tools, and its AMPP 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 Altera Program License
Subscription Agreement, Altera MegaCore Function License
Agreement, or other applicable license agreement, including,
without limitation, that your use is for the sole purpose of
programming logic devices manufactured by Altera and sold by
Altera or its authorized distributors. Please refer to the
applicable agreement for further details.
*/
(header "graphic" (version "1.4"))
(pin
(input)
(rect 64 96 232 112)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "D[7..0]" (rect 5 0 39 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 728 160 904 176)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "isUP" (rect 90 0 113 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 728 232 904 248)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "isDOWN" (rect 90 0 133 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 728 304 904 320)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "isF0" (rect 90 0 111 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 680 368 856 384)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "isPLAY" (rect 90 0 126 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))
)
)
(symbol
(rect 192 216 256 360)
(text "AND8" (rect 1 0 25 10)(font "Arial" (font_size 6)))
(text "inst" (rect 3 133 20 145)(font "Arial" ))
(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 18 16))
)
(port
(pt 0 48)
(input)
(text "IN3" (rect 2 39 19 51)(font "Courier New" (bold))(invisible))
(text "IN3" (rect 2 39 19 51)(font "Courier New" (bold))(invisible))
(line (pt 0 48)(pt 18 48))
)
(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 18 32))
)
(port
(pt 0 64)
(input)
(text "IN4" (rect 2 55 19 67)(font "Courier New" (bold))(invisible))
(text "IN4" (rect 2 55 19 67)(font "Courier New" (bold))(invisible))
(line (pt 0 64)(pt 18 64))
)
(port
(pt 0 112)
(input)
(text "IN7" (rect 2 103 19 115)(font "Courier New" (bold))(invisible))
(text "IN7" (rect 2 103 19 115)(font "Courier New" (bold))(invisible))
(line (pt 0 112)(pt 18 112))
)
(port
(pt 0 96)
(input)
(text "IN6" (rect 2 87 19 99)(font "Courier New" (bold))(invisible))
(text "IN6" (rect 2 87 19 99)(font "Courier New" (bold))(invisible))
(line (pt 0 96)(pt 18 96))
)
(port
(pt 0 128)
(input)
(text "IN8" (rect 2 119 19 131)(font "Courier New" (bold))(invisible))
(text "IN8" (rect 2 119 19 131)(font "Courier New" (bold))(invisible))
(line (pt 0 128)(pt 18 128))
)
(port
(pt 0 80)
(input)
(text "IN5" (rect 2 71 19 83)(font "Courier New" (bold))(invisible))
(text "IN5" (rect 2 71 19 83)(font "Courier New" (bold))(invisible))
(line (pt 0 80)(pt 18 80))
)
(port
(pt 64 72)
(output)
(text "OUT" (rect 48 63 65 75)(font "Courier New" (bold))(invisible))
(text "OUT" (rect 48 63 65 75)(font "Courier New" (bold))(invisible))
(line (pt 46 72)(pt 64 72))
)
(drawing
(line (pt 18 131)(pt 18 13))
(line (pt 18 59)(pt 33 59))
(line (pt 18 86)(pt 33 86))
(arc (pt 33 85)(pt 33 59)(rect 20 59 47 86))
)
)
(symbol
(rect 288 88 336 120)
(text "NOT" (rect 1 0 21 10)(font "Arial" (font_size 6)))
(text "inst1" (rect 3 21 26 33)(font "Arial" ))
(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 320 368 384 512)
(text "AND8" (rect 1 0 25 10)(font "Arial" (font_size 6)))
(text "inst2" (rect 3 133 26 145)(font "Arial" ))
(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 18 16))
)
(port
(pt 0 48)
(input)
(text "IN3" (rect 2 39 19 51)(font "Courier New" (bold))(invisible))
(text "IN3" (rect 2 39 19 51)(font "Courier New" (bold))(invisible))
(line (pt 0 48)(pt 18 48))
)
(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 18 32))
)
(port
(pt 0 64)
(input)
(text "IN4" (rect 2 55 19 67)(font "Courier New" (bold))(invisible))
(text "IN4" (rect 2 55 19 67)(font "Courier New" (bold))(invisible))
(line (pt 0 64)(pt 18 64))
)
(port
(pt 0 112)
(input)
(text "IN7" (rect 2 103 19 115)(font "Courier New" (bold))(invisible))
(text "IN7" (rect 2 103 19 115)(font "Courier New" (bold))(invisible))
(line (pt 0 112)(pt 18 112))
)
(port
(pt 0 96)
(input)
(text "IN6" (rect 2 87 19 99)(font "Courier New" (bold))(invisible))
(text "IN6" (rect 2 87 19 99)(font "Courier New" (bold))(invisible))
(line (pt 0 96)(pt 18 96))
)
(port
(pt 0 128)
(input)
(text "IN8" (rect 2 119 19 131)(font "Courier New" (bold))(invisible))
(text "IN8" (rect 2 119 19 131)(font "Courier New" (bold))(invisible))
(line (pt 0 128)(pt 18 128))
)
(port
(pt 0 80)
(input)
(text "IN5" (rect 2 71 19 83)(font "Courier New" (bold))(invisible))
(text "IN5" (rect 2 71 19 83)(font "Courier New" (bold))(invisible))
(line (pt 0 80)(pt 18 80))
)
(port
(pt 64 72)
(output)
(text "OUT" (rect 48 63 65 75)(font "Courier New" (bold))(invisible))
(text "OUT" (rect 48 63 65 75)(font "Courier New" (bold))(invisible))
(line (pt 46 72)(pt 64 72))
)
(drawing
(line (pt 18 131)(pt 18 13))
(line (pt 18 59)(pt 33 59))
(line (pt 18 86)(pt 33 86))
(arc (pt 33 85)(pt 33 59)(rect 20 59 47 86))
)
)
(symbol
(rect 504 32 568 176)
(text "AND8" (rect 1 0 25 10)(font "Arial" (font_size 6)))
(text "inst3" (rect 3 133 26 145)(font "Arial" ))
(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 18 16))
)
(port
(pt 0 48)
(input)
(text "IN3" (rect 2 39 19 51)(font "Courier New" (bold))(invisible))
(text "IN3" (rect 2 39 19 51)(font "Courier New" (bold))(invisible))
(line (pt 0 48)(pt 18 48))
)
(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 18 32))
)
(port
(pt 0 64)
(input)
(text "IN4" (rect 2 55 19 67)(font "Courier New" (bold))(invisible))
(text "IN4" (rect 2 55 19 67)(font "Courier New" (bold))(invisible))
(line (pt 0 64)(pt 18 64))
)
(port
(pt 0 112)
(input)
(text "IN7" (rect 2 103 19 115)(font "Courier New" (bold))(invisible))
(text "IN7" (rect 2 103 19 115)(font "Courier New" (bold))(invisible))
(line (pt 0 112)(pt 18 112))
)
(port
(pt 0 96)
(input)
(text "IN6" (rect 2 87 19 99)(font "Courier New" (bold))(invisible))
(text "IN6" (rect 2 87 19 99)(font "Courier New" (bold))(invisible))
(line (pt 0 96)(pt 18 96))
)
(port
(pt 0 128)
(input)
(text "IN8" (rect 2 119 19 131)(font "Courier New" (bold))(invisible))
(text "IN8" (rect 2 119 19 131)(font "Courier New" (bold))(invisible))
(line (pt 0 128)(pt 18 128))
)
(port
(pt 0 80)
(input)
(text "IN5" (rect 2 71 19 83)(font "Courier New" (bold))(invisible))
(text "IN5" (rect 2 71 19 83)(font "Courier New" (bold))(invisible))
(line (pt 0 80)(pt 18 80))
)
(port
(pt 64 72)
(output)
(text "OUT" (rect 48 63 65 75)(font "Courier New" (bold))(invisible))
(text "OUT" (rect 48 63 65 75)(font "Courier New" (bold))(invisible))
(line (pt 46 72)(pt 64 72))
)
(drawing
(line (pt 18 131)(pt 18 13))
(line (pt 18 59)(pt 33 59))
(line (pt 18 86)(pt 33 86))
(arc (pt 33 85)(pt 33 59)(rect 20 59 47 86))
)
)
(symbol
(rect 456 216 520 360)
(text "AND8" (rect 1 0 25 10)(font "Arial" (font_size 6)))
(text "inst4" (rect 3 133 26 145)(font "Arial" ))
(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 18 16))
)
(port
(pt 0 48)
(input)
(text "IN3" (rect 2 39 19 51)(font "Courier New" (bold))(invisible))
(text "IN3" (rect 2 39 19 51)(font "Courier New" (bold))(invisible))
(line (pt 0 48)(pt 18 48))
)
(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 18 32))
)
(port
(pt 0 64)
(input)
(text "IN4" (rect 2 55 19 67)(font "Courier New" (bold))(invisible))
(text "IN4" (rect 2 55 19 67)(font "Courier New" (bold))(invisible))
(line (pt 0 64)(pt 18 64))
)
(port
(pt 0 112)
(input)
(text "IN7" (rect 2 103 19 115)(font "Courier New" (bold))(invisible))
(text "IN7" (rect 2 103 19 115)(font "Courier New" (bold))(invisible))
(line (pt 0 112)(pt 18 112))
)
(port
(pt 0 96)
(input)
(text "IN6" (rect 2 87 19 99)(font "Courier New" (bold))(invisible))
(text "IN6" (rect 2 87 19 99)(font "Courier New" (bold))(invisible))
(line (pt 0 96)(pt 18 96))
)
(port
(pt 0 128)
(input)
(text "IN8" (rect 2 119 19 131)(font "Courier New" (bold))(invisible))
(text "IN8" (rect 2 119 19 131)(font "Courier New" (bold))(invisible))
(line (pt 0 128)(pt 18 128))
)
(port
(pt 0 80)
(input)
(text "IN5" (rect 2 71 19 83)(font "Courier New" (bold))(invisible))
(text "IN5" (rect 2 71 19 83)(font "Courier New" (bold))(invisible))
(line (pt 0 80)(pt 18 80))
)
(port
(pt 64 72)
(output)
(text "OUT" (rect 48 63 65 75)(font "Courier New" (bold))(invisible))
(text "OUT" (rect 48 63 65 75)(font "Courier New" (bold))(invisible))
(line (pt 46 72)(pt 64 72))
)
(drawing
(line (pt 18 131)(pt 18 13))
(line (pt 18 59)(pt 33 59))
(line (pt 18 86)(pt 33 86))
(arc (pt 33 85)(pt 33 59)(rect 20 59 47 86))
)
)
(connector
(text "d[7..0]" (rect 248 88 279 100)(font "Arial" ))
(pt 288 104)
(pt 232 104)
(bus)
)
(connector
(text "notd[7..0]" (rect 348 88 395 100)(font "Arial" ))
(pt 336 104)
(pt 360 104)
(bus)
)
(connector
(text "notd7" (rect 179 216 206 228)(font "Arial" ))
(pt 192 232)
(pt 160 232)
)
(connector
(text "notd6" (rect 168 232 195 244)(font "Arial" ))
(pt 192 248)
(pt 160 248)
)
(connector
(text "notd5" (rect 172 248 199 260)(font "Arial" ))
(pt 192 264)
(pt 160 264)
)
(connector
(text "d4" (rect 174 264 185 276)(font "Arial" ))
(pt 192 280)
(pt 160 280)
)
(connector
(text "d2" (rect 171 296 182 308)(font "Arial" ))
(pt 160 312)
(pt 192 312)
)
(connector
(text "d3" (rect 176 280 187 292)(font "Arial" ))
(pt 192 296)
(pt 160 296)
)
(connector
(text "notd1" (rect 170 312 197 324)(font "Arial" ))
(pt 192 328)
(pt 160 328)
)
(connector
(text "d0" (rect 180 328 191 340)(font "Arial" ))
(pt 192 344)
(pt 160 344)
)
(connector
(text "isW" (rect 281 272 299 284)(font "Arial" ))
(pt 256 288)
(pt 304 288)
)
(connector
(text "notd7" (rect 443 216 470 228)(font "Arial" ))
(pt 456 232)
(pt 424 232)
)
(connector
(text "notd6" (rect 432 232 459 244)(font "Arial" ))
(pt 456 248)
(pt 424 248)
)
(connector
(text "notd5" (rect 436 248 463 260)(font "Arial" ))
(pt 456 264)
(pt 424 264)
)
(connector
(text "d4" (rect 438 264 449 276)(font "Arial" ))
(pt 456 280)
(pt 424 280)
)
(connector
(text "d3" (rect 440 280 451 292)(font "Arial" ))
(pt 456 296)
(pt 424 296)
)
(connector
(text "d0" (rect 444 328 455 340)(font "Arial" ))
(pt 456 344)
(pt 424 344)
)
(connector
(text "notd2" (rect 435 296 462 308)(font "Arial" ))
(pt 424 312)
(pt 456 312)
)
(connector
(text "d1" (rect 434 312 445 324)(font "Arial" ))
(pt 456 328)
(pt 424 328)
)
(connector
(text "isS" (rect 545 272 560 284)(font "Arial" ))
(pt 520 288)
(pt 568 288)
)
(connector
(text "notd0" (rect 264 376 291 388)(font "Arial" ))
(pt 296 384)
(pt 320 384)
)
(connector
(text "notd2" (rect 264 408 291 420)(font "Arial" ))
(pt 296 416)
(pt 320 416)
)
(connector
(text "notd1" (rect 264 392 291 404)(font "Arial" ))
(pt 296 400)
(pt 320 400)
)
(connector
(text "notd3" (rect 264 424 291 436)(font "Arial" ))
(pt 296 432)
(pt 320 432)
)
(connector
(text "d6" (rect 264 472 275 484)(font "Arial" ))
(pt 296 480)
(pt 320 480)
)
(connector
(text "d5" (rect 264 456 275 468)(font "Arial" ))
(pt 296 464)
(pt 320 464)
)
(connector
(text "d4" (rect 264 440 275 452)(font "Arial" ))
(pt 296 448)
(pt 320 448)
)
(connector
(text "d7" (rect 264 488 275 500)(font "Arial" ))
(pt 296 496)
(pt 320 496)
)
(connector
(text "F0" (rect 400 424 412 436)(font "Arial" ))
(pt 384 440)
(pt 432 440)
)
(connector
(text "isW" (rect 706 152 724 164)(font "Arial" ))
(pt 728 168)
(pt 688 168)
)
(connector
(text "isS" (rect 680 224 695 236)(font "Arial" ))
(pt 728 240)
(pt 672 240)
)
(connector
(text "F0" (rect 696 296 708 308)(font "Arial" ))
(pt 728 312)
(pt 688 312)
)
(connector
(text "notd7" (rect 491 32 518 44)(font "Arial" ))
(pt 504 48)
(pt 472 48)
)
(connector
(text "notd6" (rect 480 48 507 60)(font "Arial" ))
(pt 504 64)
(pt 472 64)
)
(connector
(text "d3" (rect 488 96 499 108)(font "Arial" ))
(pt 504 112)
(pt 472 112)
)
(connector
(text "d0" (rect 492 144 503 156)(font "Arial" ))
(pt 504 160)
(pt 472 160)
)
(connector
(text "notd2" (rect 483 112 510 124)(font "Arial" ))
(pt 472 128)
(pt 504 128)
)
(connector
(text "d5" (rect 484 64 495 76)(font "Arial" ))
(pt 504 80)
(pt 472 80)
)
(connector
(text "notd4" (rect 486 80 513 92)(font "Arial" ))
(pt 504 96)
(pt 472 96)
)
(connector
(text "notd1" (rect 482 128 509 140)(font "Arial" ))
(pt 504 144)
(pt 472 144)
)
(connector
(text "isSpace" (rect 593 88 631 100)(font "Arial" ))
(pt 568 104)
(pt 616 104)
)
(connector
(text "isSpace" (rect 668 360 706 372)(font "Arial" ))
(pt 680 376)
(pt 648 376)
)