-
Notifications
You must be signed in to change notification settings - Fork 0
/
p06.bdf
609 lines (609 loc) · 14.3 KB
/
p06.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
/*
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 312 120 480 136)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "button1" (rect 5 0 41 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 256 120 304 136))
)
(pin
(input)
(rect 312 136 480 152)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "button2" (rect 5 0 41 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 256 136 304 152))
)
(pin
(input)
(rect 312 152 480 168)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "button3" (rect 5 0 41 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 256 152 304 168))
)
(pin
(input)
(rect 520 456 688 472)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "CLK" (rect 5 0 26 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 472 472 520 488))
)
(pin
(output)
(rect 1216 248 1392 264)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "jed[7..0]" (rect 90 0 130 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))
)
(annotation_block (location)(rect 1392 248 1448 368))
)
(pin
(output)
(rect 1008 80 1184 96)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "full" (rect 90 0 105 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))
)
(annotation_block (location)(rect 1184 80 1240 96))
)
(pin
(output)
(rect 1008 96 1184 112)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "empty" (rect 90 0 121 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))
)
(annotation_block (location)(rect 1184 96 1240 112))
)
(pin
(output)
(rect 1512 424 1688 440)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "cyfry[3..0]" (rect 90 0 144 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))
)
(annotation_block (location)(rect 1688 424 1744 488))
)
(symbol
(rect 536 96 688 208)
(text "MOD_10" (rect 5 0 47 12)(font "Arial" ))
(text "inst2" (rect 8 96 31 108)(font "Arial" ))
(port
(pt 0 32)
(input)
(text "CLK" (rect 0 0 21 12)(font "Arial" ))
(text "CLK" (rect 21 27 42 39)(font "Arial" ))
(line (pt 0 32)(pt 16 32))
)
(port
(pt 0 48)
(input)
(text "RST" (rect 0 0 21 12)(font "Arial" ))
(text "RST" (rect 21 43 42 55)(font "Arial" ))
(line (pt 0 48)(pt 16 48))
)
(port
(pt 0 64)
(input)
(text "DIRT" (rect 0 0 25 12)(font "Arial" ))
(text "DIRT" (rect 21 59 46 71)(font "Arial" ))
(line (pt 0 64)(pt 16 64))
)
(port
(pt 152 32)
(output)
(text "FULL" (rect 0 0 27 12)(font "Arial" ))
(text "FULL" (rect 109 27 136 39)(font "Arial" ))
(line (pt 152 32)(pt 136 32))
)
(port
(pt 152 48)
(output)
(text "EMPT" (rect 0 0 28 12)(font "Arial" ))
(text "EMPT" (rect 108 43 136 55)(font "Arial" ))
(line (pt 152 48)(pt 136 48))
)
(port
(pt 152 64)
(bidir)
(text "Q[3..0]" (rect 0 0 34 12)(font "Arial" ))
(text "Q[3..0]" (rect 104 59 138 71)(font "Arial" ))
(line (pt 152 64)(pt 136 64)(line_width 3))
)
(drawing
(rectangle (rect 16 16 136 96))
)
)
(symbol
(rect 752 128 968 208)
(text "Dek7segBCD" (rect 5 0 72 12)(font "Arial" ))
(text "inst" (rect 8 64 25 76)(font "Arial" ))
(port
(pt 0 32)
(input)
(text "WE_dek[3..0]" (rect 0 0 67 12)(font "Arial" ))
(text "WE_dek[3..0]" (rect 21 27 88 39)(font "Arial" ))
(line (pt 0 32)(pt 16 32)(line_width 3))
)
(port
(pt 216 32)
(output)
(text "Wy_dek[7..0]" (rect 0 0 67 12)(font "Arial" ))
(text "Wy_dek[7..0]" (rect 139 27 206 39)(font "Arial" ))
(line (pt 216 32)(pt 200 32)(line_width 3))
)
(drawing
(rectangle (rect 16 16 200 64))
)
)
(symbol
(rect 1040 192 1184 304)
(text "lpm_mux0" (rect 37 0 107 16)(font "Arial" (font_size 10)))
(text "inst5" (rect 8 96 31 108)(font "Arial" ))
(port
(pt 0 40)
(input)
(text "data3x[7..0]" (rect 0 0 67 14)(font "Arial" (font_size 8)))
(text "data3x[7..0]" (rect 4 24 71 38)(font "Arial" (font_size 8)))
(line (pt 0 40)(pt 64 40)(line_width 3))
)
(port
(pt 0 56)
(input)
(text "data2x[7..0]" (rect 0 0 67 14)(font "Arial" (font_size 8)))
(text "data2x[7..0]" (rect 4 40 71 54)(font "Arial" (font_size 8)))
(line (pt 0 56)(pt 64 56)(line_width 3))
)
(port
(pt 0 72)
(input)
(text "data1x[7..0]" (rect 0 0 67 14)(font "Arial" (font_size 8)))
(text "data1x[7..0]" (rect 4 56 71 70)(font "Arial" (font_size 8)))
(line (pt 0 72)(pt 64 72)(line_width 3))
)
(port
(pt 0 88)
(input)
(text "data0x[7..0]" (rect 0 0 67 14)(font "Arial" (font_size 8)))
(text "data0x[7..0]" (rect 4 72 71 86)(font "Arial" (font_size 8)))
(line (pt 0 88)(pt 64 88)(line_width 3))
)
(port
(pt 72 112)
(input)
(text "sel[1..0]" (rect 0 0 14 44)(font "Arial" (font_size 8))(vertical))
(text "sel[1..0]" (rect 64 50 78 94)(font "Arial" (font_size 8))(vertical))
(line (pt 72 112)(pt 72 100)(line_width 3))
)
(port
(pt 144 64)
(output)
(text "result[7..0]" (rect 0 0 60 14)(font "Arial" (font_size 8)))
(text "result[7..0]" (rect 79 48 139 62)(font "Arial" (font_size 8)))
(line (pt 144 64)(pt 80 64)(line_width 3))
)
(drawing
(line (pt 64 24)(pt 64 104))
(line (pt 64 24)(pt 80 32))
(line (pt 64 104)(pt 80 96))
(line (pt 80 32)(pt 80 96))
(line (pt 0 0)(pt 146 0))
(line (pt 146 0)(pt 146 114))
(line (pt 0 114)(pt 146 114))
(line (pt 0 0)(pt 0 114))
(line (pt 0 0)(pt 0 0))
(line (pt 0 0)(pt 0 0))
(line (pt 0 0)(pt 0 0))
(line (pt 0 0)(pt 0 0))
)
)
(symbol
(rect 1136 400 1352 480)
(text "DekHotOne4Bin2" (rect 5 0 89 12)(font "Arial" ))
(text "inst7" (rect 8 64 31 76)(font "Arial" ))
(port
(pt 0 32)
(input)
(text "WE_dek[1..0]" (rect 0 0 67 12)(font "Arial" ))
(text "WE_dek[1..0]" (rect 21 27 88 39)(font "Arial" ))
(line (pt 0 32)(pt 16 32)(line_width 3))
)
(port
(pt 216 32)
(output)
(text "Wy_dek[3..0]" (rect 0 0 67 12)(font "Arial" ))
(text "Wy_dek[3..0]" (rect 139 27 206 39)(font "Arial" ))
(line (pt 216 32)(pt 200 32)(line_width 3))
)
(drawing
(rectangle (rect 16 16 200 64))
)
)
(symbol
(rect 1368 400 1488 456)
(text "LPM_INV" (rect 22 0 88 16)(font "Arial" (font_size 10)))
(text "inst6" (rect 3 45 26 57)(font "Arial" ))
(port
(pt 0 32)
(input)
(text "data[LPM_WIDTH-1..0]" (rect 5 19 131 33)(font "Arial" (font_size 8)))
(text "data[]" (rect 5 19 36 33)(font "Arial" (font_size 8)))
(line (pt 0 32)(pt 45 32)(line_width 3))
)
(port
(pt 120 32)
(output)
(text "result[LPM_WIDTH-1..0]" (rect 83 19 216 33)(font "Arial" (font_size 8)))
(text "result[]" (rect 83 19 121 33)(font "Arial" (font_size 8)))
(line (pt 71 32)(pt 120 32)(line_width 3))
)
(parameter
"LPM_WIDTH"
"4"
"Number of gates, any integer > 0"
" 1" " 2" " 3" " 4" " 5" " 6" " 7" " 8" " 9" "10" "11" "12" "13" "14" "15" "16" "20" "24" "28" "32" "40" "48" "56" "64"
(type "PARAMETER_UNKNOWN") )
(drawing
(line (pt 45 40)(pt 45 23))
(line (pt 45 41)(pt 63 32))
(line (pt 45 23)(pt 63 32))
(circle (rect 63 28 71 36))
)
(annotation_block (parameter)(rect 1488 368 1622 396))
)
(symbol
(rect 952 360 1096 424)
(text "lpm_counter0" (rect 24 0 116 16)(font "Arial" (font_size 10)))
(text "inst1" (rect 8 48 31 60)(font "Arial" ))
(port
(pt 0 32)
(input)
(text "clock" (rect 0 0 29 14)(font "Arial" (font_size 8)))
(text "clock" (rect 26 24 55 38)(font "Arial" (font_size 8)))
(line (pt 0 32)(pt 16 32))
)
(port
(pt 144 40)
(output)
(text "q[1..0]" (rect 0 0 35 14)(font "Arial" (font_size 8)))
(text "q[1..0]" (rect 88 32 123 46)(font "Arial" (font_size 8)))
(line (pt 144 40)(pt 128 40)(line_width 3))
)
(drawing
(text "up counter" (rect 70 21 121 33)(font "Arial" ))
(line (pt 16 16)(pt 16 48))
(line (pt 16 16)(pt 128 16))
(line (pt 16 48)(pt 128 48))
(line (pt 128 16)(pt 128 48))
(line (pt 0 0)(pt 146 0))
(line (pt 146 0)(pt 146 66))
(line (pt 0 66)(pt 146 66))
(line (pt 0 0)(pt 0 66))
(line (pt 16 26)(pt 22 32))
(line (pt 22 32)(pt 16 38))
(line (pt 0 0)(pt 0 0))
(line (pt 0 0)(pt 0 0))
(line (pt 0 0)(pt 0 0))
(line (pt 0 0)(pt 0 0))
)
)
(symbol
(rect 720 432 864 512)
(text "lpm_counter2" (rect 24 0 116 16)(font "Arial" (font_size 10)))
(text "inst10" (rect 8 64 37 76)(font "Arial" ))
(port
(pt 0 32)
(input)
(text "clock" (rect 0 0 29 14)(font "Arial" (font_size 8)))
(text "clock" (rect 26 24 55 38)(font "Arial" (font_size 8)))
(line (pt 0 32)(pt 16 32))
)
(port
(pt 144 56)
(output)
(text "q[18..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
(text "q[18..0]" (rect 81 48 123 62)(font "Arial" (font_size 8)))
(line (pt 144 56)(pt 128 56)(line_width 3))
)
(drawing
(text "modulus 300000" (rect 34 29 114 41)(font "Arial" ))
(text "up counter" (rect 70 21 121 33)(font "Arial" ))
(line (pt 16 16)(pt 16 64))
(line (pt 16 16)(pt 128 16))
(line (pt 16 64)(pt 128 64))
(line (pt 128 16)(pt 128 64))
(line (pt 0 0)(pt 146 0))
(line (pt 146 0)(pt 146 82))
(line (pt 0 82)(pt 146 82))
(line (pt 0 0)(pt 0 82))
(line (pt 16 26)(pt 22 32))
(line (pt 22 32)(pt 16 38))
(line (pt 0 0)(pt 0 0))
(line (pt 0 0)(pt 0 0))
(line (pt 0 0)(pt 0 0))
(line (pt 0 0)(pt 0 0))
)
)
(symbol
(rect 264 200 424 280)
(text "znak_u" (rect 5 0 39 12)(font "Arial" ))
(text "inst3" (rect 8 64 31 76)(font "Arial" ))
(port
(pt 160 32)
(output)
(text "Wy_dek[7..0]" (rect 0 0 67 12)(font "Arial" ))
(text "Wy_dek[7..0]" (rect 83 27 150 39)(font "Arial" ))
(line (pt 160 32)(pt 144 32)(line_width 3))
)
(drawing
(rectangle (rect 16 16 144 64))
)
)
(symbol
(rect 264 280 424 360)
(text "znak_c" (rect 5 0 39 12)(font "Arial" ))
(text "inst4" (rect 8 64 31 76)(font "Arial" ))
(port
(pt 160 32)
(output)
(text "Wy_dek[7..0]" (rect 0 0 67 12)(font "Arial" ))
(text "Wy_dek[7..0]" (rect 83 27 150 39)(font "Arial" ))
(line (pt 160 32)(pt 144 32)(line_width 3))
)
(drawing
(rectangle (rect 16 16 144 64))
)
)
(symbol
(rect 264 360 424 440)
(text "znak_d" (rect 5 0 39 12)(font "Arial" ))
(text "inst12" (rect 8 64 37 76)(font "Arial" ))
(port
(pt 160 32)
(output)
(text "Wy_dek[7..0]" (rect 0 0 67 12)(font "Arial" ))
(text "Wy_dek[7..0]" (rect 83 27 150 39)(font "Arial" ))
(line (pt 160 32)(pt 144 32)(line_width 3))
)
(drawing
(rectangle (rect 16 16 144 64))
)
)
(connector
(pt 688 144)
(pt 720 144)
)
(connector
(pt 688 160)
(pt 752 160)
(bus)
)
(connector
(pt 480 128)
(pt 536 128)
)
(connector
(pt 480 144)
(pt 536 144)
)
(connector
(pt 536 160)
(pt 480 160)
)
(connector
(pt 720 144)
(pt 720 104)
)
(connector
(pt 720 104)
(pt 1008 104)
)
(connector
(pt 1008 88)
(pt 704 88)
)
(connector
(pt 704 88)
(pt 704 128)
)
(connector
(pt 688 128)
(pt 704 128)
)
(connector
(pt 968 160)
(pt 1000 160)
(bus)
)
(connector
(pt 1512 432)
(pt 1488 432)
(bus)
)
(connector
(pt 1352 432)
(pt 1368 432)
(bus)
)
(connector
(pt 1120 432)
(pt 1136 432)
(bus)
)
(connector
(pt 1120 400)
(pt 1120 432)
(bus)
)
(connector
(text "clock[18]" (rect 858 376 902 388)(font "Arial" ))
(pt 848 392)
(pt 952 392)
)
(connector
(pt 1216 256)
(pt 1184 256)
(bus)
)
(connector
(pt 1000 160)
(pt 1000 280)
(bus)
)
(connector
(pt 1112 400)
(pt 1112 304)
(bus)
)
(connector
(pt 1000 280)
(pt 1040 280)
(bus)
)
(connector
(pt 1096 400)
(pt 1112 400)
(bus)
)
(connector
(pt 1112 400)
(pt 1120 400)
(bus)
)
(connector
(pt 424 232)
(pt 1040 232)
(bus)
)
(connector
(pt 424 312)
(pt 784 312)
(bus)
)
(connector
(pt 784 312)
(pt 784 248)
(bus)
)
(connector
(pt 784 248)
(pt 1040 248)
(bus)
)
(connector
(pt 424 392)
(pt 800 392)
(bus)
)
(connector
(pt 800 392)
(pt 800 264)
(bus)
)
(connector
(pt 800 264)
(pt 1040 264)
(bus)
)
(connector
(pt 720 464)
(pt 688 464)
)
(connector
(text "clock[18..0]" (rect 874 472 931 484)(font "Arial" ))
(pt 864 488)
(pt 944 488)
(bus)
)
(junction (pt 1112 400))