-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadder.bdf
executable file
·704 lines (704 loc) · 16.3 KB
/
adder.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
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
/*
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-2008 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.3"))
(pin
(input)
(rect 56 200 224 216)
(text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
(text "a[0..3]" (rect 5 0 36 12)(font "Arial" ))
(pt 168 8)
(drawing
(line (pt 92 12)(pt 117 12)(line_width 1))
(line (pt 92 4)(pt 117 4)(line_width 1))
(line (pt 121 8)(pt 168 8)(line_width 1))
(line (pt 92 12)(pt 92 4)(line_width 1))
(line (pt 117 4)(pt 121 8)(line_width 1))
(line (pt 117 12)(pt 121 8)(line_width 1))
)
(text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
)
(pin
(input)
(rect 56 224 224 240)
(text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
(text "multiplicand[0..3]" (rect 5 0 88 12)(font "Arial" ))
(pt 168 8)
(drawing
(line (pt 92 12)(pt 117 12)(line_width 1))
(line (pt 92 4)(pt 117 4)(line_width 1))
(line (pt 121 8)(pt 168 8)(line_width 1))
(line (pt 92 12)(pt 92 4)(line_width 1))
(line (pt 117 4)(pt 121 8)(line_width 1))
(line (pt 117 12)(pt 121 8)(line_width 1))
)
(text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
)
(pin
(input)
(rect 56 368 224 384)
(text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
(text "C0" (rect 5 0 19 12)(font "Arial" ))
(pt 168 8)
(drawing
(line (pt 92 12)(pt 117 12)(line_width 1))
(line (pt 92 4)(pt 117 4)(line_width 1))
(line (pt 121 8)(pt 168 8)(line_width 1))
(line (pt 92 12)(pt 92 4)(line_width 1))
(line (pt 117 4)(pt 121 8)(line_width 1))
(line (pt 117 12)(pt 121 8)(line_width 1))
)
(text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
)
(pin
(output)
(rect 1264 264 1440 280)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "sum[0..3]" (rect 90 0 137 12)(font "Arial" ))
(pt 0 8)
(drawing
(line (pt 0 8)(pt 52 8)(line_width 1))
(line (pt 52 4)(pt 78 4)(line_width 1))
(line (pt 52 12)(pt 78 12)(line_width 1))
(line (pt 52 12)(pt 52 4)(line_width 1))
(line (pt 78 4)(pt 82 8)(line_width 1))
(line (pt 82 8)(pt 78 12)(line_width 1))
(line (pt 78 12)(pt 82 8)(line_width 1))
)
)
(pin
(output)
(rect 808 608 984 624)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "carry_out" (rect 90 0 137 12)(font "Arial" ))
(pt 0 8)
(drawing
(line (pt 0 8)(pt 52 8)(line_width 1))
(line (pt 52 4)(pt 78 4)(line_width 1))
(line (pt 52 12)(pt 78 12)(line_width 1))
(line (pt 52 12)(pt 52 4)(line_width 1))
(line (pt 78 4)(pt 82 8)(line_width 1))
(line (pt 82 8)(pt 78 12)(line_width 1))
(line (pt 78 12)(pt 82 8)(line_width 1))
)
)
(symbol
(rect 352 312 448 408)
(text "CLAadder" (rect 5 0 53 12)(font "Arial" ))
(text "inst1" (rect 8 80 31 92)(font "Arial" ))
(port
(pt 0 32)
(input)
(text "A" (rect 0 0 7 12)(font "Arial" ))
(text "A" (rect 21 27 28 39)(font "Arial" ))
(line (pt 0 32)(pt 16 32)(line_width 1))
)
(port
(pt 0 48)
(input)
(text "B" (rect 0 0 7 12)(font "Arial" ))
(text "B" (rect 21 43 28 55)(font "Arial" ))
(line (pt 0 48)(pt 16 48)(line_width 1))
)
(port
(pt 0 64)
(input)
(text "Cin" (rect 0 0 16 12)(font "Arial" ))
(text "Cin" (rect 21 59 37 71)(font "Arial" ))
(line (pt 0 64)(pt 16 64)(line_width 1))
)
(port
(pt 96 32)
(output)
(text "Sout" (rect 0 0 22 12)(font "Arial" ))
(text "Sout" (rect 53 27 75 39)(font "Arial" ))
(line (pt 96 32)(pt 80 32)(line_width 1))
)
(port
(pt 96 48)
(output)
(text "Gout" (rect 0 0 23 12)(font "Arial" ))
(text "Gout" (rect 52 43 75 55)(font "Arial" ))
(line (pt 96 48)(pt 80 48)(line_width 1))
)
(port
(pt 96 64)
(output)
(text "Pout" (rect 0 0 22 12)(font "Arial" ))
(text "Pout" (rect 53 59 75 71)(font "Arial" ))
(line (pt 96 64)(pt 80 64)(line_width 1))
)
(drawing
(rectangle (rect 16 16 80 80)(line_width 1))
)
)
(symbol
(rect 592 312 688 408)
(text "CLAadder" (rect 5 0 53 12)(font "Arial" ))
(text "inst2" (rect 8 80 31 92)(font "Arial" ))
(port
(pt 0 32)
(input)
(text "A" (rect 0 0 7 12)(font "Arial" ))
(text "A" (rect 21 27 28 39)(font "Arial" ))
(line (pt 0 32)(pt 16 32)(line_width 1))
)
(port
(pt 0 48)
(input)
(text "B" (rect 0 0 7 12)(font "Arial" ))
(text "B" (rect 21 43 28 55)(font "Arial" ))
(line (pt 0 48)(pt 16 48)(line_width 1))
)
(port
(pt 0 64)
(input)
(text "Cin" (rect 0 0 16 12)(font "Arial" ))
(text "Cin" (rect 21 59 37 71)(font "Arial" ))
(line (pt 0 64)(pt 16 64)(line_width 1))
)
(port
(pt 96 32)
(output)
(text "Sout" (rect 0 0 22 12)(font "Arial" ))
(text "Sout" (rect 53 27 75 39)(font "Arial" ))
(line (pt 96 32)(pt 80 32)(line_width 1))
)
(port
(pt 96 48)
(output)
(text "Gout" (rect 0 0 23 12)(font "Arial" ))
(text "Gout" (rect 52 43 75 55)(font "Arial" ))
(line (pt 96 48)(pt 80 48)(line_width 1))
)
(port
(pt 96 64)
(output)
(text "Pout" (rect 0 0 22 12)(font "Arial" ))
(text "Pout" (rect 53 59 75 71)(font "Arial" ))
(line (pt 96 64)(pt 80 64)(line_width 1))
)
(drawing
(rectangle (rect 16 16 80 80)(line_width 1))
)
)
(symbol
(rect 824 312 920 408)
(text "CLAadder" (rect 5 0 53 12)(font "Arial" ))
(text "inst3" (rect 8 80 31 92)(font "Arial" ))
(port
(pt 0 32)
(input)
(text "A" (rect 0 0 7 12)(font "Arial" ))
(text "A" (rect 21 27 28 39)(font "Arial" ))
(line (pt 0 32)(pt 16 32)(line_width 1))
)
(port
(pt 0 48)
(input)
(text "B" (rect 0 0 7 12)(font "Arial" ))
(text "B" (rect 21 43 28 55)(font "Arial" ))
(line (pt 0 48)(pt 16 48)(line_width 1))
)
(port
(pt 0 64)
(input)
(text "Cin" (rect 0 0 16 12)(font "Arial" ))
(text "Cin" (rect 21 59 37 71)(font "Arial" ))
(line (pt 0 64)(pt 16 64)(line_width 1))
)
(port
(pt 96 32)
(output)
(text "Sout" (rect 0 0 22 12)(font "Arial" ))
(text "Sout" (rect 53 27 75 39)(font "Arial" ))
(line (pt 96 32)(pt 80 32)(line_width 1))
)
(port
(pt 96 48)
(output)
(text "Gout" (rect 0 0 23 12)(font "Arial" ))
(text "Gout" (rect 52 43 75 55)(font "Arial" ))
(line (pt 96 48)(pt 80 48)(line_width 1))
)
(port
(pt 96 64)
(output)
(text "Pout" (rect 0 0 22 12)(font "Arial" ))
(text "Pout" (rect 53 59 75 71)(font "Arial" ))
(line (pt 96 64)(pt 80 64)(line_width 1))
)
(drawing
(rectangle (rect 16 16 80 80)(line_width 1))
)
)
(symbol
(rect 1056 312 1152 408)
(text "CLAadder" (rect 5 0 53 12)(font "Arial" ))
(text "inst4" (rect 8 80 31 92)(font "Arial" ))
(port
(pt 0 32)
(input)
(text "A" (rect 0 0 7 12)(font "Arial" ))
(text "A" (rect 21 27 28 39)(font "Arial" ))
(line (pt 0 32)(pt 16 32)(line_width 1))
)
(port
(pt 0 48)
(input)
(text "B" (rect 0 0 7 12)(font "Arial" ))
(text "B" (rect 21 43 28 55)(font "Arial" ))
(line (pt 0 48)(pt 16 48)(line_width 1))
)
(port
(pt 0 64)
(input)
(text "Cin" (rect 0 0 16 12)(font "Arial" ))
(text "Cin" (rect 21 59 37 71)(font "Arial" ))
(line (pt 0 64)(pt 16 64)(line_width 1))
)
(port
(pt 96 32)
(output)
(text "Sout" (rect 0 0 22 12)(font "Arial" ))
(text "Sout" (rect 53 27 75 39)(font "Arial" ))
(line (pt 96 32)(pt 80 32)(line_width 1))
)
(port
(pt 96 48)
(output)
(text "Gout" (rect 0 0 23 12)(font "Arial" ))
(text "Gout" (rect 52 43 75 55)(font "Arial" ))
(line (pt 96 48)(pt 80 48)(line_width 1))
)
(port
(pt 96 64)
(output)
(text "Pout" (rect 0 0 22 12)(font "Arial" ))
(text "Pout" (rect 53 59 75 71)(font "Arial" ))
(line (pt 96 64)(pt 80 64)(line_width 1))
)
(drawing
(rectangle (rect 16 16 80 80)(line_width 1))
)
)
(symbol
(rect 448 536 744 664)
(text "logic" (rect 13 0 35 12)(font "Arial" ))
(text "inst" (rect 16 112 33 124)(font "Arial" ))
(port
(pt 0 32)
(input)
(text "C0" (rect 0 0 14 12)(font "Arial" ))
(text "C0" (rect 24 24 38 36)(font "Arial" ))
(line (pt 0 32)(pt 16 32)(line_width 1))
)
(port
(pt 64 0)
(input)
(text "P0" (rect 8 0 20 12)(font "Arial" ))
(text "P0" (rect 56 24 68 36)(font "Arial" )(vertical))
(line (pt 64 0)(pt 64 16)(line_width 1))
)
(port
(pt 120 0)
(input)
(text "P1" (rect 8 0 20 12)(font "Arial" ))
(text "P1" (rect 112 24 124 36)(font "Arial" )(vertical))
(line (pt 120 0)(pt 120 16)(line_width 1))
)
(port
(pt 176 0)
(input)
(text "P2" (rect 8 0 20 12)(font "Arial" ))
(text "P2" (rect 168 24 180 36)(font "Arial" )(vertical))
(line (pt 176 0)(pt 176 16)(line_width 1))
)
(port
(pt 224 0)
(input)
(text "P3" (rect 8 0 20 12)(font "Arial" ))
(text "P3" (rect 216 24 228 36)(font "Arial" )(vertical))
(line (pt 224 0)(pt 224 16)(line_width 1))
)
(port
(pt 80 0)
(input)
(text "G0" (rect 8 0 22 12)(font "Arial" ))
(text "G0" (rect 72 24 84 38)(font "Arial" )(vertical))
(line (pt 80 0)(pt 80 16)(line_width 1))
)
(port
(pt 136 0)
(input)
(text "G1" (rect 8 0 22 12)(font "Arial" ))
(text "G1" (rect 128 24 140 38)(font "Arial" )(vertical))
(line (pt 136 0)(pt 136 16)(line_width 1))
)
(port
(pt 192 0)
(input)
(text "G2" (rect 8 0 22 12)(font "Arial" ))
(text "G2" (rect 184 24 196 38)(font "Arial" )(vertical))
(line (pt 192 0)(pt 192 16)(line_width 1))
)
(port
(pt 240 0)
(input)
(text "G3" (rect 8 0 22 12)(font "Arial" ))
(text "G3" (rect 232 24 244 38)(font "Arial" )(vertical))
(line (pt 240 0)(pt 240 16)(line_width 1))
)
(port
(pt 296 32)
(output)
(text "C1" (rect 200 0 214 12)(font "Arial" ))
(text "C1" (rect 264 24 278 36)(font "Arial" ))
(line (pt 296 32)(pt 280 32)(line_width 1))
)
(port
(pt 296 48)
(output)
(text "C2" (rect 200 0 214 12)(font "Arial" ))
(text "C2" (rect 261 43 275 55)(font "Arial" ))
(line (pt 296 48)(pt 280 48)(line_width 1))
)
(port
(pt 296 64)
(output)
(text "C3" (rect 200 0 214 12)(font "Arial" ))
(text "C3" (rect 261 59 275 71)(font "Arial" ))
(line (pt 296 64)(pt 280 64)(line_width 1))
)
(port
(pt 296 80)
(output)
(text "C4" (rect 200 0 214 12)(font "Arial" ))
(text "C4" (rect 261 75 275 87)(font "Arial" ))
(line (pt 296 80)(pt 280 80)(line_width 1))
)
(drawing
(rectangle (rect 16 16 280 112)(line_width 1))
)
)
(connector
(text "B[1]" (rect 512 293 524 313)(font "Arial" )(vertical))
(pt 528 232)
(pt 528 360)
)
(connector
(pt 528 360)
(pt 592 360)
)
(connector
(text "C1" (rect 530 368 544 380)(font "Arial" ))
(pt 592 376)
(pt 544 376)
)
(connector
(text "G1" (rect 730 352 744 364)(font "Arial" ))
(pt 720 360)
(pt 688 360)
)
(connector
(text "P1" (rect 730 368 742 380)(font "Arial" ))
(pt 720 376)
(pt 688 376)
)
(connector
(text "A[1]" (rect 536 293 548 313)(font "Arial" )(vertical))
(pt 552 208)
(pt 552 344)
)
(connector
(pt 552 344)
(pt 592 344)
)
(connector
(text "G0" (rect 498 352 512 364)(font "Arial" ))
(pt 488 360)
(pt 448 360)
)
(connector
(text "P0" (rect 498 368 510 380)(font "Arial" ))
(pt 448 376)
(pt 488 376)
)
(connector
(pt 488 344)
(pt 448 344)
)
(connector
(text "C0" (rect 282 360 296 372)(font "Arial" ))
(pt 224 376)
(pt 352 376)
)
(connector
(pt 688 344)
(pt 720 344)
)
(connector
(text "C2" (rect 762 368 776 380)(font "Arial" ))
(pt 824 376)
(pt 784 376)
)
(connector
(text "B[2]" (rect 744 293 756 313)(font "Arial" )(vertical))
(pt 760 232)
(pt 760 360)
)
(connector
(pt 760 360)
(pt 824 360)
)
(connector
(text "A[2]" (rect 768 293 780 313)(font "Arial" )(vertical))
(pt 784 208)
(pt 784 344)
)
(connector
(pt 784 344)
(pt 824 344)
)
(connector
(text "G2" (rect 978 352 992 364)(font "Arial" ))
(pt 920 360)
(pt 968 360)
)
(connector
(text "P2" (rect 978 368 990 380)(font "Arial" ))
(pt 920 376)
(pt 968 376)
)
(connector
(pt 920 344)
(pt 968 344)
)
(connector
(text "B[3]" (rect 992 301 1004 321)(font "Arial" )(vertical))
(pt 1008 232)
(pt 1008 360)
)
(connector
(pt 1008 360)
(pt 1056 360)
)
(connector
(text "A[3]" (rect 1016 301 1028 321)(font "Arial" )(vertical))
(pt 1032 208)
(pt 1032 344)
)
(connector
(pt 1032 344)
(pt 1056 344)
)
(connector
(text "C3" (rect 1002 368 1016 380)(font "Arial" ))
(pt 1024 376)
(pt 1056 376)
)
(connector
(text "G3" (rect 1202 352 1216 364)(font "Arial" ))
(pt 1152 360)
(pt 1192 360)
)
(connector
(text "P3" (rect 1202 368 1214 380)(font "Arial" ))
(pt 1152 376)
(pt 1192 376)
)
(connector
(pt 1152 344)
(pt 1192 344)
)
(connector
(text "B[0]" (rect 288 333 300 353)(font "Arial" )(vertical))
(pt 304 232)
(pt 304 360)
)
(connector
(pt 352 360)
(pt 304 360)
)
(connector
(pt 352 344)
(pt 328 344)
)
(connector
(text "A[0]" (rect 312 317 324 337)(font "Arial" )(vertical))
(pt 328 208)
(pt 328 344)
)
(connector
(text "G0" (rect 521 470 533 484)(font "Arial" )(vertical))
(pt 528 496)
(pt 528 536)
)
(connector
(text "C0" (rect 400 560 414 572)(font "Arial" ))
(pt 424 568)
(pt 448 568)
)
(connector
(text "C3" (rect 794 592 808 604)(font "Arial" ))
(pt 744 600)
(pt 784 600)
)
(connector
(text "C2" (rect 794 576 808 588)(font "Arial" ))
(pt 784 584)
(pt 744 584)
)
(connector
(text "C1" (rect 794 552 808 564)(font "Arial" ))
(pt 784 568)
(pt 744 568)
)
(connector
(pt 744 616)
(pt 808 616)
)
(connector
(text "P0" (rect 504 467 516 479)(font "Arial" )(vertical))
(pt 512 496)
(pt 512 536)
)
(connector
(text "P1" (rect 561 471 573 483)(font "Arial" )(vertical))
(pt 568 496)
(pt 568 536)
)
(connector
(text "P2" (rect 617 471 629 483)(font "Arial" )(vertical))
(pt 624 496)
(pt 624 536)
)
(connector
(text "G3" (rect 681 471 693 485)(font "Arial" )(vertical))
(pt 688 496)
(pt 688 536)
)
(connector
(text "P3" (rect 665 471 677 483)(font "Arial" )(vertical))
(pt 672 496)
(pt 672 536)
)
(connector
(text "G1" (rect 576 471 588 485)(font "Arial" )(vertical))
(pt 584 536)
(pt 584 496)
)
(connector
(text "G2" (rect 632 474 644 488)(font "Arial" )(vertical))
(pt 640 536)
(pt 640 496)
)
(connector
(text "Sout[0..3]" (rect 1114 256 1162 268)(font "Arial" ))
(pt 488 272)
(pt 720 272)
(bus)
)
(connector
(pt 720 272)
(pt 968 272)
(bus)
)
(connector
(pt 968 272)
(pt 1192 272)
(bus)
)
(connector
(pt 1192 272)
(pt 1264 272)
(bus)
)
(connector
(pt 304 232)
(pt 528 232)
(bus)
)
(connector
(pt 528 232)
(pt 760 232)
(bus)
)
(connector
(pt 760 232)
(pt 1008 232)
(bus)
)
(connector
(pt 328 208)
(pt 552 208)
(bus)
)
(connector
(pt 552 208)
(pt 784 208)
(bus)
)
(connector
(pt 784 208)
(pt 1032 208)
(bus)
)
(connector
(text "B[0..3]" (rect 234 216 267 228)(font "Arial" ))
(pt 224 232)
(pt 304 232)
(bus)
)
(connector
(text "A[0..3]" (rect 234 192 267 204)(font "Arial" ))
(pt 224 208)
(pt 328 208)
(bus)
)
(connector
(text "Sout[0]" (rect 470 278 482 313)(font "Arial" )(vertical))
(pt 488 272)
(pt 488 344)
)
(connector
(text "Sout[1]" (rect 702 278 714 313)(font "Arial" )(vertical))
(pt 720 272)
(pt 720 344)
)
(connector
(text "Sout[2]" (rect 950 278 962 313)(font "Arial" )(vertical))
(pt 968 272)
(pt 968 344)
)
(connector
(text "Sout[3]" (rect 1174 278 1186 313)(font "Arial" )(vertical))
(pt 1192 272)
(pt 1192 344)
)
(junction (pt 720 272))
(junction (pt 760 232))
(junction (pt 784 208))
(junction (pt 968 272))
(junction (pt 1192 272))
(junction (pt 304 232))
(junction (pt 528 232))
(junction (pt 328 208))
(junction (pt 552 208))