-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtotal.bdf
More file actions
882 lines (882 loc) · 18.5 KB
/
total.bdf
File metadata and controls
882 lines (882 loc) · 18.5 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
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
/*
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) 2017 Intel Corporation. All rights reserved.
Your use of Intel 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 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.
*/
(header "graphic" (version "1.4"))
(pin
(input)
(rect -152 128 24 144)
(text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
(text "clk" (rect 9 0 23 12)(font "Arial" ))
(pt 176 8)
(drawing
(line (pt 92 12)(pt 117 12))
(line (pt 92 4)(pt 117 4))
(line (pt 121 8)(pt 176 8))
(line (pt 92 12)(pt 92 4))
(line (pt 117 4)(pt 121 8))
(line (pt 117 12)(pt 121 8))
)
(text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
)
(pin
(input)
(rect -176 208 0 224)
(text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
(text "rst" (rect 9 0 21 12)(font "Arial" ))
(pt 176 8)
(drawing
(line (pt 92 12)(pt 117 12))
(line (pt 92 4)(pt 117 4))
(line (pt 121 8)(pt 176 8))
(line (pt 92 12)(pt 92 4))
(line (pt 117 4)(pt 121 8))
(line (pt 117 12)(pt 121 8))
)
(text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
)
(pin
(output)
(rect 408 192 584 208)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "RD1[31..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))
)
)
(pin
(output)
(rect 408 240 584 256)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "RS2[31..0]" (rect 90 0 143 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 408 272 584 288)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "WD[31..0]" (rect 90 0 140 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 400 256 576 272)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "PC[31..0]" (rect 90 0 137 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 464 312 640 328)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "instr[31..0]" (rect 90 0 143 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 912 96 1088 112)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "Regsrc" (rect 90 0 125 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 912 120 1088 136)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "MemWrite" (rect 90 0 139 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 912 192 1088 208)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "regwrite" (rect 90 0 127 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 912 208 1088 224)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "Alusrc" (rect 90 0 120 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 912 232 1088 248)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "ImmSrc[1..0]" (rect 90 0 154 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 912 256 1088 272)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "MemtoReg" (rect 90 0 143 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 912 72 1088 88)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "ALUcont[2..0]" (rect 90 0 158 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 912 144 1088 160)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "ShftDcd[1..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 448 288 624 304)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "Data_Mem[31..0]" (rect 90 0 174 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 592 88 800 264)
(text "maincontroller" (rect 5 0 73 12)(font "Arial" ))
(text "inst" (rect 8 160 25 172)(font "Arial" ))
(port
(pt 0 32)
(input)
(text "inst[11..0]" (rect 0 0 49 12)(font "Arial" ))
(text "inst[11..0]" (rect 21 27 70 39)(font "Arial" ))
(line (pt 0 32)(pt 16 32)(line_width 3))
)
(port
(pt 0 48)
(input)
(text "N" (rect 0 0 8 12)(font "Arial" ))
(text "N" (rect 21 43 29 55)(font "Arial" ))
(line (pt 0 48)(pt 16 48))
)
(port
(pt 0 64)
(input)
(text "V" (rect 0 0 8 12)(font "Arial" ))
(text "V" (rect 21 59 29 71)(font "Arial" ))
(line (pt 0 64)(pt 16 64))
)
(port
(pt 0 80)
(input)
(text "C" (rect 0 0 8 12)(font "Arial" ))
(text "C" (rect 21 75 29 87)(font "Arial" ))
(line (pt 0 80)(pt 16 80))
)
(port
(pt 0 96)
(input)
(text "Z" (rect 0 0 7 12)(font "Arial" ))
(text "Z" (rect 21 91 28 103)(font "Arial" ))
(line (pt 0 96)(pt 16 96))
)
(port
(pt 208 32)
(output)
(text "ALUcontrol[2..0]" (rect 0 0 80 12)(font "Arial" ))
(text "ALUcontrol[2..0]" (rect 120 27 187 39)(font "Arial" ))
(line (pt 208 32)(pt 192 32)(line_width 3))
)
(port
(pt 208 48)
(output)
(text "RegSrc" (rect 0 0 36 12)(font "Arial" ))
(text "RegSrc" (rect 157 43 187 55)(font "Arial" ))
(line (pt 208 48)(pt 192 48))
)
(port
(pt 208 64)
(output)
(text "MemWrite" (rect 0 0 49 12)(font "Arial" ))
(text "MemWrite" (rect 146 59 187 71)(font "Arial" ))
(line (pt 208 64)(pt 192 64))
)
(port
(pt 208 80)
(output)
(text "ShftDcd[1..0]" (rect 0 0 67 12)(font "Arial" ))
(text "ShftDcd[1..0]" (rect 131 75 187 87)(font "Arial" ))
(line (pt 208 80)(pt 192 80)(line_width 3))
)
(port
(pt 208 96)
(output)
(text "RegWrite" (rect 0 0 46 12)(font "Arial" ))
(text "RegWrite" (rect 149 91 187 103)(font "Arial" ))
(line (pt 208 96)(pt 192 96))
)
(port
(pt 208 112)
(output)
(text "ALUSrc" (rect 0 0 37 12)(font "Arial" ))
(text "ALUSrc" (rect 156 107 187 119)(font "Arial" ))
(line (pt 208 112)(pt 192 112))
)
(port
(pt 208 128)
(output)
(text "ImmSrc[1..0]" (rect 0 0 64 12)(font "Arial" ))
(text "ImmSrc[1..0]" (rect 133 123 187 135)(font "Arial" ))
(line (pt 208 128)(pt 192 128)(line_width 3))
)
(port
(pt 208 144)
(output)
(text "MemtoReg" (rect 0 0 53 12)(font "Arial" ))
(text "MemtoReg" (rect 143 139 187 151)(font "Arial" ))
(line (pt 208 144)(pt 192 144))
)
(drawing
(rectangle (rect 16 16 192 160))
)
)
(symbol
(rect 144 104 400 328)
(text "third" (rect 5 0 33 19)(font "Intel Clear" (font_size 8)))
(text "inst1" (rect 8 203 30 220)(font "Intel Clear" ))
(port
(pt 0 32)
(input)
(text "clk" (rect 0 0 16 19)(font "Intel Clear" (font_size 8)))
(text "clk" (rect 21 27 37 46)(font "Intel Clear" (font_size 8)))
(line (pt 0 32)(pt 16 32))
)
(port
(pt 0 48)
(input)
(text "ShftDcd[1..0]" (rect 0 0 79 19)(font "Intel Clear" (font_size 8)))
(text "ShftDcd[1..0]" (rect 21 43 100 62)(font "Intel Clear" (font_size 8)))
(line (pt 0 48)(pt 16 48)(line_width 3))
)
(port
(pt 0 64)
(input)
(text "RegSrc" (rect 0 0 41 19)(font "Intel Clear" (font_size 8)))
(text "RegSrc" (rect 21 59 62 78)(font "Intel Clear" (font_size 8)))
(line (pt 0 64)(pt 16 64))
)
(port
(pt 0 80)
(input)
(text "ALUControl[2..0]" (rect 0 0 97 19)(font "Intel Clear" (font_size 8)))
(text "ALUControl[2..0]" (rect 21 75 118 94)(font "Intel Clear" (font_size 8)))
(line (pt 0 80)(pt 16 80)(line_width 3))
)
(port
(pt 0 96)
(input)
(text "MemWrite" (rect 0 0 61 19)(font "Intel Clear" (font_size 8)))
(text "MemWrite" (rect 21 91 82 110)(font "Intel Clear" (font_size 8)))
(line (pt 0 96)(pt 16 96))
)
(port
(pt 0 112)
(input)
(text "rst" (rect 0 0 15 19)(font "Intel Clear" (font_size 8)))
(text "rst" (rect 21 107 36 126)(font "Intel Clear" (font_size 8)))
(line (pt 0 112)(pt 16 112))
)
(port
(pt 0 128)
(input)
(text "RegWrite" (rect 0 0 54 19)(font "Intel Clear" (font_size 8)))
(text "RegWrite" (rect 21 123 75 142)(font "Intel Clear" (font_size 8)))
(line (pt 0 128)(pt 16 128))
)
(port
(pt 0 144)
(input)
(text "ALUSrc" (rect 0 0 43 19)(font "Intel Clear" (font_size 8)))
(text "ALUSrc" (rect 21 139 64 158)(font "Intel Clear" (font_size 8)))
(line (pt 0 144)(pt 16 144))
)
(port
(pt 0 160)
(input)
(text "ImmSrc[1..0]" (rect 0 0 76 19)(font "Intel Clear" (font_size 8)))
(text "ImmSrc[1..0]" (rect 21 155 97 174)(font "Intel Clear" (font_size 8)))
(line (pt 0 160)(pt 16 160)(line_width 3))
)
(port
(pt 0 176)
(input)
(text "MemtoReg" (rect 0 0 63 19)(font "Intel Clear" (font_size 8)))
(text "MemtoReg" (rect 21 171 84 190)(font "Intel Clear" (font_size 8)))
(line (pt 0 176)(pt 16 176))
)
(port
(pt 256 32)
(output)
(text "N" (rect 0 0 9 19)(font "Intel Clear" (font_size 8)))
(text "N" (rect 226 27 235 46)(font "Intel Clear" (font_size 8)))
(line (pt 256 32)(pt 240 32))
)
(port
(pt 256 48)
(output)
(text "OVF" (rect 0 0 24 19)(font "Intel Clear" (font_size 8)))
(text "OVF" (rect 211 43 235 62)(font "Intel Clear" (font_size 8)))
(line (pt 256 48)(pt 240 48))
)
(port
(pt 256 64)
(output)
(text "Z" (rect 0 0 8 19)(font "Intel Clear" (font_size 8)))
(text "Z" (rect 227 59 235 78)(font "Intel Clear" (font_size 8)))
(line (pt 256 64)(pt 240 64))
)
(port
(pt 256 80)
(output)
(text "C_out" (rect 0 0 34 19)(font "Intel Clear" (font_size 8)))
(text "C_out" (rect 201 75 235 94)(font "Intel Clear" (font_size 8)))
(line (pt 256 80)(pt 240 80))
)
(port
(pt 256 96)
(output)
(text "RD1[31..0]" (rect 0 0 64 19)(font "Intel Clear" (font_size 8)))
(text "RD1[31..0]" (rect 171 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 "instructi[31..0]" (rect 0 0 86 19)(font "Intel Clear" (font_size 8)))
(text "instructi[31..0]" (rect 149 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 "instruction[11..0]" (rect 0 0 100 19)(font "Intel Clear" (font_size 8)))
(text "instruction[11..0]" (rect 135 123 235 142)(font "Intel Clear" (font_size 8)))
(line (pt 256 128)(pt 240 128)(line_width 3))
)
(port
(pt 256 144)
(output)
(text "Data_Mem[31..0]" (rect 0 0 103 19)(font "Intel Clear" (font_size 8)))
(text "Data_Mem[31..0]" (rect 132 139 235 158)(font "Intel Clear" (font_size 8)))
(line (pt 256 144)(pt 240 144)(line_width 3))
)
(port
(pt 256 160)
(output)
(text "RD2[31..0]" (rect 0 0 64 19)(font "Intel Clear" (font_size 8)))
(text "RD2[31..0]" (rect 171 155 235 174)(font "Intel Clear" (font_size 8)))
(line (pt 256 160)(pt 240 160)(line_width 3))
)
(port
(pt 256 176)
(output)
(text "PC[31..0]" (rect 0 0 55 19)(font "Intel Clear" (font_size 8)))
(text "PC[31..0]" (rect 180 171 235 190)(font "Intel Clear" (font_size 8)))
(line (pt 256 176)(pt 240 176)(line_width 3))
)
(port
(pt 256 192)
(output)
(text "DATA_IN[31..0]" (rect 0 0 93 19)(font "Intel Clear" (font_size 8)))
(text "DATA_IN[31..0]" (rect 142 187 235 206)(font "Intel Clear" (font_size 8)))
(line (pt 256 192)(pt 240 192)(line_width 3))
)
(drawing
(rectangle (rect 16 16 240 208))
)
)
(connector
(pt 432 184)
(pt 432 168)
)
(connector
(pt 456 176)
(pt 456 184)
)
(connector
(pt 432 168)
(pt 592 168)
)
(connector
(pt 456 184)
(pt 592 184)
)
(connector
(pt 816 120)
(pt 800 120)
(bus)
)
(connector
(pt 800 136)
(pt 832 136)
)
(connector
(pt 120 56)
(pt 832 56)
)
(connector
(pt 88 48)
(pt 856 48)
)
(connector
(pt 800 168)
(pt 872 168)
(bus)
)
(connector
(pt 800 152)
(pt 856 152)
)
(connector
(pt 800 232)
(pt 816 232)
)
(connector
(pt 144 280)
(pt 128 280)
)
(connector
(pt 128 344)
(pt 128 280)
)
(connector
(pt 128 344)
(pt 816 344)
)
(connector
(pt 800 216)
(pt 824 216)
(bus)
)
(connector
(pt 144 264)
(pt 120 264)
(bus)
)
(connector
(pt 120 264)
(pt 120 360)
(bus)
)
(connector
(pt 120 360)
(pt 824 360)
(bus)
)
(connector
(pt 800 200)
(pt 832 200)
)
(connector
(pt 832 368)
(pt 104 368)
)
(connector
(pt 144 248)
(pt 104 248)
)
(connector
(pt 104 248)
(pt 104 368)
)
(connector
(pt 144 232)
(pt 96 232)
)
(connector
(pt 96 384)
(pt 96 232)
)
(connector
(pt 96 384)
(pt 848 384)
)
(connector
(pt 800 184)
(pt 848 184)
)
(connector
(pt 144 216)
(pt 0 216)
)
(connector
(pt 816 72)
(pt 104 72)
(bus)
)
(connector
(pt 144 184)
(pt 104 184)
(bus)
)
(connector
(pt 104 72)
(pt 104 184)
(bus)
)
(connector
(pt 56 32)
(pt 872 32)
(bus)
)
(connector
(pt 56 32)
(pt 56 152)
(bus)
)
(connector
(pt 144 168)
(pt 120 168)
)
(connector
(pt 120 56)
(pt 120 168)
)
(connector
(pt 144 152)
(pt 56 152)
(bus)
)
(connector
(pt 88 200)
(pt 88 48)
)
(connector
(pt 88 200)
(pt 144 200)
)
(connector
(pt 144 136)
(pt 24 136)
)
(connector
(pt 464 320)
(pt 440 320)
(bus)
)
(connector
(pt 440 216)
(pt 440 320)
(bus)
)
(connector
(pt 592 120)
(pt 416 120)
(bus)
)
(connector
(pt 416 120)
(pt 416 232)
(bus)
)
(connector
(pt 912 80)
(pt 816 80)
(bus)
)
(connector
(pt 816 72)
(pt 816 80)
(bus)
)
(connector
(pt 816 80)
(pt 816 120)
(bus)
)
(connector
(pt 912 104)
(pt 832 104)
)
(connector
(pt 832 56)
(pt 832 104)
)
(connector
(pt 832 104)
(pt 832 136)
)
(connector
(pt 912 128)
(pt 856 128)
)
(connector
(pt 856 152)
(pt 856 128)
)
(connector
(pt 856 128)
(pt 856 48)
)
(connector
(pt 912 152)
(pt 872 152)
(bus)
)
(connector
(pt 872 168)
(pt 872 152)
(bus)
)
(connector
(pt 872 152)
(pt 872 32)
(bus)
)
(connector
(pt 848 200)
(pt 912 200)
)
(connector
(pt 848 184)
(pt 848 200)
)
(connector
(pt 848 200)
(pt 848 384)
)
(connector
(pt 832 216)
(pt 912 216)
)
(connector
(pt 832 200)
(pt 832 216)
)
(connector
(pt 832 216)
(pt 832 368)
)
(connector
(pt 912 240)
(pt 824 240)
(bus)
)
(connector
(pt 824 216)
(pt 824 240)
(bus)
)
(connector
(pt 824 240)
(pt 824 360)
(bus)
)
(connector
(pt 912 264)
(pt 816 264)
)
(connector
(pt 816 344)
(pt 816 264)
)
(connector
(pt 816 264)
(pt 816 232)
)
(connector
(pt 400 184)
(pt 432 184)
)
(connector
(pt 400 136)
(pt 592 136)
)
(connector
(pt 400 152)
(pt 592 152)
)
(connector
(pt 400 200)
(pt 408 200)
(bus)
)
(connector
(pt 400 248)
(pt 408 248)
(bus)
)
(connector
(pt 400 280)
(pt 408 280)
(bus)
)
(connector
(pt 400 216)
(pt 440 216)
(bus)
)
(connector
(pt 424 176)
(pt 456 176)
)
(connector
(pt 424 176)
(pt 424 168)
)
(connector
(pt 424 168)
(pt 400 168)
)
(connector
(pt 416 232)
(pt 400 232)
(bus)
)
(connector
(pt 448 296)
(pt 400 296)
(bus)
)
(junction (pt 816 80))
(junction (pt 832 104))
(junction (pt 856 128))
(junction (pt 872 152))
(junction (pt 848 200))
(junction (pt 832 216))
(junction (pt 824 240))
(junction (pt 816 264))