-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaa.bdf
More file actions
814 lines (814 loc) · 17.1 KB
/
aa.bdf
File metadata and controls
814 lines (814 loc) · 17.1 KB
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
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
/*
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) 2020 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 104 752 272 768)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "clk" (rect 5 0 19 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 -536 136 -368 152)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "IN[9..0]" (rect 5 0 42 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 544 64 720 80)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "A[3..0]" (rect 90 0 123 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 520 184 696 200)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "B[3..0]" (rect 90 0 120 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))
)
)
(pin
(output)
(rect 616 240 792 256)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "C[3..0]" (rect 90 0 120 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 336 40 472 136)
(text "Block7" (rect 5 0 45 19)(font "Intel Clear" (font_size 8)))
(text "inst" (rect 8 75 24 92)(font "Intel Clear" ))
(port
(pt 0 32)
(input)
(text "enable" (rect 0 0 40 19)(font "Intel Clear" (font_size 8)))
(text "enable" (rect 21 27 61 46)(font "Intel Clear" (font_size 8)))
(line (pt 0 32)(pt 16 32))
)
(port
(pt 0 48)
(input)
(text "clk" (rect 0 0 16 19)(font "Intel Clear" (font_size 8)))
(text "clk" (rect 21 43 37 62)(font "Intel Clear" (font_size 8)))
(line (pt 0 48)(pt 16 48))
)
(port
(pt 0 64)
(input)
(text "l[3..0]" (rect 0 0 34 19)(font "Intel Clear" (font_size 8)))
(text "l[3..0]" (rect 21 59 55 78)(font "Intel Clear" (font_size 8)))
(line (pt 0 64)(pt 16 64)(line_width 3))
)
(port
(pt 136 32)
(output)
(text "Q[3..0]" (rect 0 0 40 19)(font "Intel Clear" (font_size 8)))
(text "Q[3..0]" (rect 75 27 115 46)(font "Intel Clear" (font_size 8)))
(line (pt 136 32)(pt 120 32)(line_width 3))
)
(drawing
(rectangle (rect 16 16 120 80))
)
)
(symbol
(rect 336 160 472 256)
(text "Block7" (rect 5 0 45 19)(font "Intel Clear" (font_size 8)))
(text "inst1" (rect 8 75 30 92)(font "Intel Clear" ))
(port
(pt 0 32)
(input)
(text "enable" (rect 0 0 40 19)(font "Intel Clear" (font_size 8)))
(text "enable" (rect 21 27 61 46)(font "Intel Clear" (font_size 8)))
(line (pt 0 32)(pt 16 32))
)
(port
(pt 0 48)
(input)
(text "clk" (rect 0 0 16 19)(font "Intel Clear" (font_size 8)))
(text "clk" (rect 21 43 37 62)(font "Intel Clear" (font_size 8)))
(line (pt 0 48)(pt 16 48))
)
(port
(pt 0 64)
(input)
(text "l[3..0]" (rect 0 0 34 19)(font "Intel Clear" (font_size 8)))
(text "l[3..0]" (rect 21 59 55 78)(font "Intel Clear" (font_size 8)))
(line (pt 0 64)(pt 16 64)(line_width 3))
)
(port
(pt 136 32)
(output)
(text "Q[3..0]" (rect 0 0 40 19)(font "Intel Clear" (font_size 8)))
(text "Q[3..0]" (rect 75 27 115 46)(font "Intel Clear" (font_size 8)))
(line (pt 136 32)(pt 120 32)(line_width 3))
)
(drawing
(rectangle (rect 16 16 120 80))
)
)
(symbol
(rect 344 304 480 400)
(text "Block7" (rect 5 0 45 19)(font "Intel Clear" (font_size 8)))
(text "inst3" (rect 8 75 30 92)(font "Intel Clear" ))
(port
(pt 0 32)
(input)
(text "enable" (rect 0 0 40 19)(font "Intel Clear" (font_size 8)))
(text "enable" (rect 21 27 61 46)(font "Intel Clear" (font_size 8)))
(line (pt 0 32)(pt 16 32))
)
(port
(pt 0 48)
(input)
(text "clk" (rect 0 0 16 19)(font "Intel Clear" (font_size 8)))
(text "clk" (rect 21 43 37 62)(font "Intel Clear" (font_size 8)))
(line (pt 0 48)(pt 16 48))
)
(port
(pt 0 64)
(input)
(text "l[3..0]" (rect 0 0 34 19)(font "Intel Clear" (font_size 8)))
(text "l[3..0]" (rect 21 59 55 78)(font "Intel Clear" (font_size 8)))
(line (pt 0 64)(pt 16 64)(line_width 3))
)
(port
(pt 136 32)
(output)
(text "Q[3..0]" (rect 0 0 40 19)(font "Intel Clear" (font_size 8)))
(text "Q[3..0]" (rect 75 27 115 46)(font "Intel Clear" (font_size 8)))
(line (pt 136 32)(pt 120 32)(line_width 3))
)
(drawing
(rectangle (rect 16 16 120 80))
)
)
(symbol
(rect 1120 440 1248 568)
(text "Block5" (rect 5 0 45 19)(font "Intel Clear" (font_size 8)))
(text "inst5" (rect 8 107 30 124)(font "Intel Clear" ))
(port
(pt 0 32)
(input)
(text "A[3..0]" (rect 0 0 38 19)(font "Intel Clear" (font_size 8)))
(text "A[3..0]" (rect 21 27 59 46)(font "Intel Clear" (font_size 8)))
(line (pt 0 32)(pt 16 32)(line_width 3))
)
(port
(pt 0 48)
(input)
(text "B[3..0]" (rect 0 0 38 19)(font "Intel Clear" (font_size 8)))
(text "B[3..0]" (rect 21 43 59 62)(font "Intel Clear" (font_size 8)))
(line (pt 0 48)(pt 16 48)(line_width 3))
)
(port
(pt 0 64)
(input)
(text "s[0]" (rect 0 0 23 19)(font "Intel Clear" (font_size 8)))
(text "s[0]" (rect 21 59 44 78)(font "Intel Clear" (font_size 8)))
(line (pt 0 64)(pt 16 64))
)
(port
(pt 0 80)
(input)
(text "s[1]" (rect 0 0 23 19)(font "Intel Clear" (font_size 8)))
(text "s[1]" (rect 21 75 44 94)(font "Intel Clear" (font_size 8)))
(line (pt 0 80)(pt 16 80))
)
(port
(pt 128 32)
(output)
(text "Y[3..0]" (rect 0 0 38 19)(font "Intel Clear" (font_size 8)))
(text "Y[3..0]" (rect 69 27 107 46)(font "Intel Clear" (font_size 8)))
(line (pt 128 32)(pt 112 32)(line_width 3))
)
(drawing
(rectangle (rect 16 16 112 112))
)
)
(symbol
(rect 640 328 784 456)
(text "Block3" (rect 5 0 45 19)(font "Intel Clear" (font_size 8)))
(text "inst14" (rect 8 107 36 124)(font "Intel Clear" ))
(port
(pt 0 32)
(input)
(text "a[3..0]" (rect 0 0 37 19)(font "Intel Clear" (font_size 8)))
(text "a[3..0]" (rect 21 27 58 46)(font "Intel Clear" (font_size 8)))
(line (pt 0 32)(pt 16 32)(line_width 3))
)
(port
(pt 0 48)
(input)
(text "b[3..0]" (rect 0 0 38 19)(font "Intel Clear" (font_size 8)))
(text "b[3..0]" (rect 21 43 59 62)(font "Intel Clear" (font_size 8)))
(line (pt 0 48)(pt 16 48)(line_width 3))
)
(port
(pt 0 64)
(input)
(text "c[3..0]" (rect 0 0 36 19)(font "Intel Clear" (font_size 8)))
(text "c[3..0]" (rect 21 59 57 78)(font "Intel Clear" (font_size 8)))
(line (pt 0 64)(pt 16 64)(line_width 3))
)
(port
(pt 0 80)
(input)
(text "e[3..0]" (rect 0 0 37 19)(font "Intel Clear" (font_size 8)))
(text "e[3..0]" (rect 21 75 58 94)(font "Intel Clear" (font_size 8)))
(line (pt 0 80)(pt 16 80)(line_width 3))
)
(port
(pt 0 96)
(input)
(text "s[1..0]" (rect 0 0 36 19)(font "Intel Clear" (font_size 8)))
(text "s[1..0]" (rect 21 91 57 110)(font "Intel Clear" (font_size 8)))
(line (pt 0 96)(pt 16 96)(line_width 3))
)
(port
(pt 144 32)
(output)
(text "out[3..0]" (rect 0 0 49 19)(font "Intel Clear" (font_size 8)))
(text "out[3..0]" (rect 74 27 123 46)(font "Intel Clear" (font_size 8)))
(line (pt 144 32)(pt 128 32)(line_width 3))
)
(drawing
(rectangle (rect 16 16 128 112))
)
)
(symbol
(rect 648 616 792 744)
(text "Block3" (rect 5 0 45 19)(font "Intel Clear" (font_size 8)))
(text "inst15" (rect 8 107 36 124)(font "Intel Clear" ))
(port
(pt 0 32)
(input)
(text "a[3..0]" (rect 0 0 37 19)(font "Intel Clear" (font_size 8)))
(text "a[3..0]" (rect 21 27 58 46)(font "Intel Clear" (font_size 8)))
(line (pt 0 32)(pt 16 32)(line_width 3))
)
(port
(pt 0 48)
(input)
(text "b[3..0]" (rect 0 0 38 19)(font "Intel Clear" (font_size 8)))
(text "b[3..0]" (rect 21 43 59 62)(font "Intel Clear" (font_size 8)))
(line (pt 0 48)(pt 16 48)(line_width 3))
)
(port
(pt 0 64)
(input)
(text "c[3..0]" (rect 0 0 36 19)(font "Intel Clear" (font_size 8)))
(text "c[3..0]" (rect 21 59 57 78)(font "Intel Clear" (font_size 8)))
(line (pt 0 64)(pt 16 64)(line_width 3))
)
(port
(pt 0 80)
(input)
(text "e[3..0]" (rect 0 0 37 19)(font "Intel Clear" (font_size 8)))
(text "e[3..0]" (rect 21 75 58 94)(font "Intel Clear" (font_size 8)))
(line (pt 0 80)(pt 16 80)(line_width 3))
)
(port
(pt 0 96)
(input)
(text "s[1..0]" (rect 0 0 36 19)(font "Intel Clear" (font_size 8)))
(text "s[1..0]" (rect 21 91 57 110)(font "Intel Clear" (font_size 8)))
(line (pt 0 96)(pt 16 96)(line_width 3))
)
(port
(pt 144 32)
(output)
(text "out[3..0]" (rect 0 0 49 19)(font "Intel Clear" (font_size 8)))
(text "out[3..0]" (rect 74 27 123 46)(font "Intel Clear" (font_size 8)))
(line (pt 144 32)(pt 128 32)(line_width 3))
)
(drawing
(rectangle (rect 16 16 128 112))
)
)
(symbol
(rect -184 112 72 272)
(text "decodingCircuiy" (rect 5 0 99 19)(font "Intel Clear" (font_size 8)))
(text "inst2" (rect 8 139 30 156)(font "Intel Clear" ))
(port
(pt 0 32)
(input)
(text "inputcommand[9..0]" (rect 0 0 120 19)(font "Intel Clear" (font_size 8)))
(text "inputcommand[9..0]" (rect 21 27 141 46)(font "Intel Clear" (font_size 8)))
(line (pt 0 32)(pt 16 32)(line_width 3))
)
(port
(pt 256 32)
(output)
(text "A" (rect 0 0 8 19)(font "Intel Clear" (font_size 8)))
(text "A" (rect 227 27 235 46)(font "Intel Clear" (font_size 8)))
(line (pt 256 32)(pt 240 32))
)
(port
(pt 256 48)
(output)
(text "B" (rect 0 0 8 19)(font "Intel Clear" (font_size 8)))
(text "B" (rect 227 43 235 62)(font "Intel Clear" (font_size 8)))
(line (pt 256 48)(pt 240 48))
)
(port
(pt 256 64)
(output)
(text "C" (rect 0 0 8 19)(font "Intel Clear" (font_size 8)))
(text "C" (rect 227 59 235 78)(font "Intel Clear" (font_size 8)))
(line (pt 256 64)(pt 240 64))
)
(port
(pt 256 80)
(output)
(text "S[1..0]" (rect 0 0 38 19)(font "Intel Clear" (font_size 8)))
(text "S[1..0]" (rect 197 75 235 94)(font "Intel Clear" (font_size 8)))
(line (pt 256 80)(pt 240 80)(line_width 3))
)
(port
(pt 256 96)
(output)
(text "D[1..0]" (rect 0 0 40 19)(font "Intel Clear" (font_size 8)))
(text "D[1..0]" (rect 195 91 235 110)(font "Intel Clear" (font_size 8)))
(line (pt 256 96)(pt 240 96)(line_width 3))
)
(port
(pt 256 112)
(output)
(text "V[3..0]" (rect 0 0 38 19)(font "Intel Clear" (font_size 8)))
(text "V[3..0]" (rect 197 107 235 126)(font "Intel Clear" (font_size 8)))
(line (pt 256 112)(pt 240 112)(line_width 3))
)
(port
(pt 256 128)
(output)
(text "OPCODE[1..0]" (rect 0 0 82 19)(font "Intel Clear" (font_size 8)))
(text "OPCODE[1..0]" (rect 153 123 235 142)(font "Intel Clear" (font_size 8)))
(line (pt 256 128)(pt 240 128)(line_width 3))
)
(drawing
(rectangle (rect 16 16 240 144))
)
)
(connector
(pt 480 336)
(pt 504 336)
(bus)
)
(connector
(pt 472 192)
(pt 520 192)
(bus)
)
(connector
(pt 520 192)
(pt 520 376)
(bus)
)
(connector
(pt 280 -32)
(pt 280 104)
(bus)
)
(connector
(pt 280 -32)
(pt 1320 -32)
(bus)
)
(connector
(pt 240 104)
(pt 280 104)
(bus)
)
(connector
(pt 280 104)
(pt 336 104)
(bus)
)
(connector
(pt 264 224)
(pt 264 -32)
(bus)
)
(connector
(pt 248 224)
(pt 264 224)
(bus)
)
(connector
(pt 264 224)
(pt 336 224)
(bus)
)
(connector
(pt 264 -32)
(pt 280 -32)
(bus)
)
(connector
(pt 256 368)
(pt 256 -32)
(bus)
)
(connector
(pt 248 368)
(pt 256 368)
(bus)
)
(connector
(pt 256 368)
(pt 344 368)
(bus)
)
(connector
(pt 592 432)
(pt 592 408)
(bus)
)
(connector
(pt 592 408)
(pt 640 408)
(bus)
)
(connector
(pt 560 360)
(pt 560 648)
(bus)
)
(connector
(pt 552 376)
(pt 552 664)
(bus)
)
(connector
(pt 544 392)
(pt 544 680)
(bus)
)
(connector
(pt 520 376)
(pt 552 376)
(bus)
)
(connector
(pt 552 376)
(pt 640 376)
(bus)
)
(connector
(pt 504 392)
(pt 544 392)
(bus)
)
(connector
(pt 544 392)
(pt 640 392)
(bus)
)
(connector
(pt 560 648)
(pt 648 648)
(bus)
)
(connector
(pt 552 664)
(pt 648 664)
(bus)
)
(connector
(pt 544 680)
(pt 648 680)
(bus)
)
(connector
(pt 792 648)
(pt 824 648)
(bus)
)
(connector
(pt 784 360)
(pt 824 360)
(bus)
)
(connector
(pt 640 424)
(pt 632 424)
(bus)
)
(connector
(pt 632 424)
(pt 632 472)
(bus)
)
(connector
(pt 272 760)
(pt 312 760)
)
(connector
(pt 336 88)
(pt 312 88)
)
(connector
(pt 336 208)
(pt 312 208)
)
(connector
(pt 312 208)
(pt 312 88)
)
(connector
(pt 344 352)
(pt 312 352)
)
(connector
(pt 312 760)
(pt 312 352)
)
(connector
(pt 312 352)
(pt 312 208)
)
(connector
(pt 1320 472)
(pt 1248 472)
(bus)
)
(connector
(pt 1320 -32)
(pt 1320 472)
(bus)
)
(connector
(pt 824 648)
(pt 824 488)
(bus)
)
(connector
(pt 824 360)
(pt 824 472)
(bus)
)
(connector
(pt 824 472)
(pt 1120 472)
(bus)
)
(connector
(pt 824 488)
(pt 1120 488)
(bus)
)
(connector
(pt 1016 504)
(pt 1120 504)
)
(connector
(pt 1040 520)
(pt 1120 520)
)
(connector
(pt 240 192)
(pt 336 192)
)
(connector
(pt 240 -32)
(pt 256 -32)
(bus)
)
(connector
(pt 256 -32)
(pt 264 -32)
(bus)
)
(connector
(pt -368 144)
(pt -184 144)
(bus)
)
(connector
(pt 80 72)
(pt 336 72)
)
(connector
(pt 80 72)
(pt 80 144)
)
(connector
(pt 72 144)
(pt 80 144)
)
(connector
(pt 72 160)
(pt 240 160)
)
(connector
(pt 240 192)
(pt 240 160)
)
(connector
(pt 232 336)
(pt 344 336)
)
(connector
(pt 232 336)
(pt 232 176)
)
(connector
(pt 232 176)
(pt 72 176)
)
(connector
(pt 160 472)
(pt 632 472)
(bus)
)
(connector
(pt 160 192)
(pt 160 472)
(bus)
)
(connector
(pt 160 192)
(pt 72 192)
(bus)
)
(connector
(pt 72 208)
(pt 136 208)
(bus)
)
(connector
(pt 136 208)
(pt 136 712)
(bus)
)
(connector
(pt 136 712)
(pt 648 712)
(bus)
)
(connector
(pt 120 432)
(pt 592 432)
(bus)
)
(connector
(pt 120 432)
(pt 120 224)
(bus)
)
(connector
(pt 120 224)
(pt 72 224)
(bus)
)
(connector
(pt 1040 784)
(pt 1064 784)
(bus)
)
(connector
(pt 104 784)
(pt 104 240)
(bus)
)
(connector
(pt 1016 784)
(pt 1040 784)
(bus)
)
(connector
(pt 104 240)
(pt 72 240)
(bus)
)
(connector
(pt 504 248)
(pt 616 248)
(bus)
)
(connector
(pt 504 248)
(pt 504 336)
(bus)
)
(connector
(pt 504 336)
(pt 504 392)
(bus)
)
(connector
(pt 472 72)
(pt 544 72)
(bus)
)
(connector
(pt 544 360)
(pt 560 360)
(bus)
)
(connector
(pt 560 360)
(pt 640 360)
(bus)
)
(connector
(pt 544 72)
(pt 544 360)
(bus)
)
(connector
(text "OPCODE[1]" (rect 1024 759 1041 815)(font "Intel Clear" )(vertical))
(pt 1040 784)
(pt 1040 520)
)
(connector
(text "OPCODE[1..0]" (rect 114 768 181 785)(font "Intel Clear" ))
(pt 104 784)
(pt 1016 784)
(bus)
)
(connector
(text "OPCODE[0]" (rect 1000 759 1017 815)(font "Intel Clear" )(vertical))
(pt 1016 784)
(pt 1016 504)
)
(junction (pt 560 360))
(junction (pt 552 376))
(junction (pt 544 392))
(junction (pt 280 104))
(junction (pt 280 -32))
(junction (pt 264 224))
(junction (pt 264 -32))
(junction (pt 256 368))
(junction (pt 256 -32))
(junction (pt 312 208))
(junction (pt 312 352))
(junction (pt 1040 784))
(junction (pt 1016 784))
(junction (pt 504 336))