-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCLA_adder.bdf
executable file
·703 lines (703 loc) · 16.2 KB
/
CLA_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
/*
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.
*/
//#pragma file_not_in_maxplusii_format
(header "graphic" (version "1.3"))
(pin
(input)
(rect 72 0 240 16)
(text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
(text "A[3..0]" (rect 5 0 38 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 72 24 240 40)
(text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
(text "B[3..0]" (rect 5 0 38 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 72 168 240 184)
(text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
(text "Cin" (rect 5 0 21 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 "GND" (rect 136 7 157 17)(font "Arial" (font_size 6)))
)
(pin
(output)
(rect 1280 64 1456 80)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "Sout[0..3]" (rect 90 0 138 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 824 408 1000 424)
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
(text "Cout" (rect 90 0 113 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 368 112 464 208)
(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 608 112 704 208)
(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 840 112 936 208)
(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 1072 112 1168 208)
(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 464 336 760 464)
(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 528 93 540 113)(font "Arial" )(vertical))
(pt 544 32)
(pt 544 160)
)
(connector
(pt 544 160)
(pt 608 160)
)
(connector
(text "C1" (rect 546 168 560 180)(font "Arial" ))
(pt 608 176)
(pt 560 176)
)
(connector
(text "G1" (rect 746 152 760 164)(font "Arial" ))
(pt 736 160)
(pt 704 160)
)
(connector
(text "P1" (rect 746 168 758 180)(font "Arial" ))
(pt 736 176)
(pt 704 176)
)
(connector
(text "A[1]" (rect 552 93 564 113)(font "Arial" )(vertical))
(pt 568 8)
(pt 568 144)
)
(connector
(pt 568 144)
(pt 608 144)
)
(connector
(text "G0" (rect 514 152 528 164)(font "Arial" ))
(pt 504 160)
(pt 464 160)
)
(connector
(text "P0" (rect 514 168 526 180)(font "Arial" ))
(pt 464 176)
(pt 504 176)
)
(connector
(pt 504 144)
(pt 464 144)
)
(connector
(text "Sout[0]" (rect 488 80 500 115)(font "Arial" )(vertical))
(pt 504 72)
(pt 504 144)
)
(connector
(text "C0" (rect 298 160 312 172)(font "Arial" ))
(pt 240 176)
(pt 368 176)
)
(connector
(pt 704 144)
(pt 736 144)
)
(connector
(text "Sout[1]" (rect 720 80 732 115)(font "Arial" )(vertical))
(pt 736 72)
(pt 736 144)
)
(connector
(text "Sout[0..3]" (rect 442 56 490 68)(font "Arial" ))
(pt 504 72)
(pt 736 72)
(bus)
)
(connector
(text "C2" (rect 778 168 792 180)(font "Arial" ))
(pt 840 176)
(pt 800 176)
)
(connector
(text "B[2]" (rect 760 93 772 113)(font "Arial" )(vertical))
(pt 776 32)
(pt 776 160)
)
(connector
(pt 776 160)
(pt 840 160)
)
(connector
(text "A[2]" (rect 784 93 796 113)(font "Arial" )(vertical))
(pt 800 8)
(pt 800 144)
)
(connector
(pt 800 144)
(pt 840 144)
)
(connector
(text "G2" (rect 994 152 1008 164)(font "Arial" ))
(pt 936 160)
(pt 984 160)
)
(connector
(text "P2" (rect 994 168 1006 180)(font "Arial" ))
(pt 936 176)
(pt 984 176)
)
(connector
(pt 936 144)
(pt 984 144)
)
(connector
(text "Sout[2]" (rect 968 80 980 115)(font "Arial" )(vertical))
(pt 984 72)
(pt 984 144)
)
(connector
(pt 736 72)
(pt 984 72)
(bus)
)
(connector
(pt 544 32)
(pt 776 32)
(bus)
)
(connector
(pt 776 32)
(pt 1024 32)
(bus)
)
(connector
(pt 568 8)
(pt 800 8)
(bus)
)
(connector
(pt 800 8)
(pt 1048 8)
(bus)
)
(connector
(text "B[3]" (rect 1008 101 1020 121)(font "Arial" )(vertical))
(pt 1024 32)
(pt 1024 160)
)
(connector
(pt 1024 160)
(pt 1072 160)
)
(connector
(text "A[3]" (rect 1032 101 1044 121)(font "Arial" )(vertical))
(pt 1048 8)
(pt 1048 144)
)
(connector
(pt 1048 144)
(pt 1072 144)
)
(connector
(text "C3" (rect 1018 168 1032 180)(font "Arial" ))
(pt 1040 176)
(pt 1072 176)
)
(connector
(text "G3" (rect 1218 152 1232 164)(font "Arial" ))
(pt 1168 160)
(pt 1208 160)
)
(connector
(text "P3" (rect 1218 168 1230 180)(font "Arial" ))
(pt 1168 176)
(pt 1208 176)
)
(connector
(pt 1168 144)
(pt 1208 144)
)
(connector
(text "Sout[3]" (rect 1192 80 1204 115)(font "Arial" )(vertical))
(pt 1208 72)
(pt 1208 144)
)
(connector
(pt 984 72)
(pt 1208 72)
(bus)
)
(connector
(pt 1208 72)
(pt 1280 72)
(bus)
)
(connector
(text "B[0]" (rect 304 133 316 153)(font "Arial" )(vertical))
(pt 320 32)
(pt 320 160)
)
(connector
(pt 368 160)
(pt 320 160)
)
(connector
(pt 240 32)
(pt 320 32)
(bus)
)
(connector
(pt 320 32)
(pt 544 32)
(bus)
)
(connector
(pt 368 144)
(pt 344 144)
)
(connector
(text "A[0]" (rect 328 117 340 137)(font "Arial" )(vertical))
(pt 344 8)
(pt 344 144)
)
(connector
(pt 240 8)
(pt 344 8)
(bus)
)
(connector
(pt 344 8)
(pt 568 8)
(bus)
)
(connector
(text "G0" (rect 537 270 549 284)(font "Arial" )(vertical))
(pt 544 296)
(pt 544 336)
)
(connector
(text "C0" (rect 416 360 430 372)(font "Arial" ))
(pt 440 368)
(pt 464 368)
)
(connector
(text "C3" (rect 810 392 824 404)(font "Arial" ))
(pt 760 400)
(pt 800 400)
)
(connector
(text "C2" (rect 810 376 824 388)(font "Arial" ))
(pt 800 384)
(pt 760 384)
)
(connector
(text "C1" (rect 810 352 824 364)(font "Arial" ))
(pt 800 368)
(pt 760 368)
)
(connector
(pt 760 416)
(pt 824 416)
)
(connector
(text "P0" (rect 520 267 532 279)(font "Arial" )(vertical))
(pt 528 296)
(pt 528 336)
)
(connector
(text "P1" (rect 577 271 589 283)(font "Arial" )(vertical))
(pt 584 296)
(pt 584 336)
)
(connector
(text "P2" (rect 633 271 645 283)(font "Arial" )(vertical))
(pt 640 296)
(pt 640 336)
)
(connector
(text "G3" (rect 697 271 709 285)(font "Arial" )(vertical))
(pt 704 296)
(pt 704 336)
)
(connector
(text "P3" (rect 681 271 693 283)(font "Arial" )(vertical))
(pt 688 296)
(pt 688 336)
)
(connector
(text "G1" (rect 592 271 604 285)(font "Arial" )(vertical))
(pt 600 336)
(pt 600 296)
)
(connector
(text "G2" (rect 648 274 660 288)(font "Arial" )(vertical))
(pt 656 336)
(pt 656 296)
)
(junction (pt 568 8))
(junction (pt 544 32))
(junction (pt 736 72))
(junction (pt 776 32))
(junction (pt 800 8))
(junction (pt 984 72))
(junction (pt 1208 72))
(junction (pt 320 32))
(junction (pt 344 8))