-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEUnew.bdf
More file actions
816 lines (816 loc) · 17.3 KB
/
EUnew.bdf
File metadata and controls
816 lines (816 loc) · 17.3 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
815
816
/*
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 992 960 1160 976)
(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 352 344 520 360)
(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 1432 272 1608 288)
(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 1408 392 1584 408)
(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 1504 448 1680 464)
(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 1224 248 1360 344)
(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 1224 368 1360 464)
(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 1232 512 1368 608)
(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 2008 648 2136 776)
(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 1544 536 1688 664)
(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 1536 824 1680 952)
(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 704 320 960 480)
(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 1368 544)
(pt 1392 544)
(bus)
)
(connector
(pt 1360 400)
(pt 1408 400)
(bus)
)
(connector
(pt 1408 400)
(pt 1408 584)
(bus)
)
(connector
(pt 1168 176)
(pt 1168 312)
(bus)
)
(connector
(pt 1152 432)
(pt 1152 176)
(bus)
)
(connector
(pt 1144 576)
(pt 1144 176)
(bus)
)
(connector
(pt 1448 568)
(pt 1448 856)
(bus)
)
(connector
(pt 1440 584)
(pt 1440 872)
(bus)
)
(connector
(pt 1432 600)
(pt 1432 888)
(bus)
)
(connector
(pt 1448 856)
(pt 1536 856)
(bus)
)
(connector
(pt 1440 872)
(pt 1536 872)
(bus)
)
(connector
(pt 1432 888)
(pt 1536 888)
(bus)
)
(connector
(pt 1680 856)
(pt 1712 856)
(bus)
)
(connector
(pt 1160 968)
(pt 1200 968)
)
(connector
(pt 1224 296)
(pt 1200 296)
)
(connector
(pt 1224 416)
(pt 1200 416)
)
(connector
(pt 1232 560)
(pt 1200 560)
)
(connector
(pt 2208 680)
(pt 2136 680)
(bus)
)
(connector
(pt 2208 176)
(pt 2208 680)
(bus)
)
(connector
(pt 1712 856)
(pt 1712 696)
(bus)
)
(connector
(pt 1712 680)
(pt 2008 680)
(bus)
)
(connector
(pt 1712 696)
(pt 2008 696)
(bus)
)
(connector
(pt 1904 712)
(pt 2008 712)
)
(connector
(pt 1928 728)
(pt 2008 728)
)
(connector
(pt 1128 400)
(pt 1224 400)
)
(connector
(pt 520 352)
(pt 704 352)
(bus)
)
(connector
(pt 968 280)
(pt 1224 280)
)
(connector
(pt 968 280)
(pt 968 352)
)
(connector
(pt 960 352)
(pt 968 352)
)
(connector
(pt 960 368)
(pt 1128 368)
)
(connector
(pt 1128 400)
(pt 1128 368)
)
(connector
(pt 1120 544)
(pt 1232 544)
)
(connector
(pt 1120 544)
(pt 1120 384)
)
(connector
(pt 1120 384)
(pt 960 384)
)
(connector
(pt 1048 680)
(pt 1520 680)
(bus)
)
(connector
(pt 1048 400)
(pt 1048 680)
(bus)
)
(connector
(pt 1048 400)
(pt 960 400)
(bus)
)
(connector
(pt 960 416)
(pt 1024 416)
(bus)
)
(connector
(pt 1024 416)
(pt 1024 920)
(bus)
)
(connector
(pt 1024 920)
(pt 1536 920)
(bus)
)
(connector
(pt 1008 640)
(pt 1480 640)
(bus)
)
(connector
(pt 1008 640)
(pt 1008 432)
(bus)
)
(connector
(pt 1008 432)
(pt 960 432)
(bus)
)
(connector
(pt 992 992)
(pt 992 448)
(bus)
)
(connector
(pt 992 448)
(pt 960 448)
(bus)
)
(connector
(pt 1392 456)
(pt 1504 456)
(bus)
)
(connector
(pt 1432 568)
(pt 1432 280)
(bus)
)
(connector
(pt 1360 280)
(pt 1432 280)
(bus)
)
(connector
(pt 1128 312)
(pt 1168 312)
(bus)
)
(connector
(pt 1168 312)
(pt 1224 312)
(bus)
)
(connector
(pt 1136 432)
(pt 1152 432)
(bus)
)
(connector
(pt 1152 432)
(pt 1224 432)
(bus)
)
(connector
(pt 1168 176)
(pt 2208 176)
(bus)
)
(connector
(pt 1136 576)
(pt 1144 576)
(bus)
)
(connector
(pt 1144 576)
(pt 1232 576)
(bus)
)
(connector
(pt 1200 296)
(pt 1200 416)
)
(connector
(pt 1200 416)
(pt 1200 560)
)
(connector
(pt 1200 560)
(pt 1200 968)
)
(connector
(pt 1128 176)
(pt 1144 176)
(bus)
)
(connector
(pt 1144 176)
(pt 1152 176)
(bus)
)
(connector
(pt 1152 176)
(pt 1168 176)
(bus)
)
(connector
(pt 1904 992)
(pt 1928 992)
(bus)
)
(connector
(pt 1928 992)
(pt 1952 992)
(bus)
)
(connector
(pt 1392 456)
(pt 1392 544)
(bus)
)
(connector
(pt 1392 544)
(pt 1392 600)
(bus)
)
(connector
(text "OPCODE[0]" (rect 1888 967 1905 1023)(font "Intel Clear" )(vertical))
(pt 1904 992)
(pt 1904 712)
)
(connector
(text "OPCODE[1]" (rect 1912 967 1929 1023)(font "Intel Clear" )(vertical))
(pt 1928 992)
(pt 1928 728)
)
(connector
(text "OPCODE[1..0]" (rect 1002 976 1069 993)(font "Intel Clear" ))
(pt 992 992)
(pt 1904 992)
(bus)
)
(connector
(pt 1480 640)
(pt 1480 616)
(bus)
)
(connector
(pt 1712 568)
(pt 1688 568)
(bus)
)
(connector
(pt 1520 680)
(pt 1520 632)
(bus)
)
(connector
(pt 1712 680)
(pt 1712 568)
(bus)
)
(connector
(pt 1432 568)
(pt 1448 568)
(bus)
)
(connector
(pt 1408 584)
(pt 1440 584)
(bus)
)
(connector
(pt 1392 600)
(pt 1432 600)
(bus)
)
(connector
(pt 1448 568)
(pt 1544 568)
(bus)
)
(connector
(pt 1440 584)
(pt 1544 584)
(bus)
)
(connector
(pt 1432 600)
(pt 1544 600)
(bus)
)
(connector
(pt 1480 616)
(pt 1544 616)
(bus)
)
(connector
(pt 1520 632)
(pt 1544 632)
(bus)
)
(junction (pt 1408 400))
(junction (pt 1168 176))
(junction (pt 1168 312))
(junction (pt 1152 432))
(junction (pt 1152 176))
(junction (pt 1144 576))
(junction (pt 1440 584))
(junction (pt 1432 600))
(junction (pt 1200 416))
(junction (pt 1200 560))
(junction (pt 1144 176))
(junction (pt 1928 992))
(junction (pt 1904 992))
(junction (pt 1392 544))
(junction (pt 1448 568))
(junction (pt 1432 280))