-
Notifications
You must be signed in to change notification settings - Fork 0
/
pong.bdf
608 lines (608 loc) · 16.1 KB
/
pong.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
/*
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-2013 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.4"))
(pin
(input)
(rect 152 280 320 296)
(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 136 640 304 656)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "buttons" (rect 5 0 41 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 136 656 304 672)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "up_left" (rect 5 0 38 11)(font "Intel Clear" ))
(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 136 672 304 688)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "up_right" (rect 5 0 43 11)(font "Intel Clear" ))
(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 136 688 304 704)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "down_left" (rect 5 0 53 11)(font "Intel Clear" ))
(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 136 704 304 720)
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
(text "down_right" (rect 5 0 59 11)(font "Intel Clear" ))
(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 136 320 312 336)
(text "OUTPUT" (rect 137 0 175 10)(font "Arial" (font_size 6)))
(text "read_write" (rect 5 0 54 12)(font "Arial" ))
(pt 176 8)
(drawing
(line (pt 176 8)(pt 124 8))
(line (pt 124 4)(pt 98 4))
(line (pt 124 12)(pt 98 12))
(line (pt 124 12)(pt 124 4))
(line (pt 98 4)(pt 94 8))
(line (pt 94 8)(pt 98 12))
(line (pt 98 12)(pt 94 8))
)
(flipy)
)
(pin
(output)
(rect 136 336 312 352)
(text "OUTPUT" (rect 137 0 175 10)(font "Arial" (font_size 6)))
(text "register_select" (rect 5 0 76 12)(font "Arial" ))
(pt 176 8)
(drawing
(line (pt 176 8)(pt 124 8))
(line (pt 124 4)(pt 98 4))
(line (pt 124 12)(pt 98 12))
(line (pt 124 12)(pt 124 4))
(line (pt 98 4)(pt 94 8))
(line (pt 94 8)(pt 98 12))
(line (pt 98 12)(pt 94 8))
)
(flipy)
)
(pin
(output)
(rect 136 352 312 368)
(text "OUTPUT" (rect 137 0 175 10)(font "Arial" (font_size 6)))
(text "enable_op" (rect 5 0 54 12)(font "Arial" ))
(pt 176 8)
(drawing
(line (pt 176 8)(pt 124 8))
(line (pt 124 4)(pt 98 4))
(line (pt 124 12)(pt 98 12))
(line (pt 124 12)(pt 124 4))
(line (pt 98 4)(pt 94 8))
(line (pt 94 8)(pt 98 12))
(line (pt 98 12)(pt 94 8))
)
(flipy)
)
(pin
(output)
(rect 136 368 312 384)
(text "OUTPUT" (rect 137 0 175 10)(font "Arial" (font_size 6)))
(text "data_out[7..0]" (rect 5 0 73 12)(font "Arial" ))
(pt 176 8)
(drawing
(line (pt 176 8)(pt 124 8))
(line (pt 124 4)(pt 98 4))
(line (pt 124 12)(pt 98 12))
(line (pt 124 12)(pt 124 4))
(line (pt 98 4)(pt 94 8))
(line (pt 94 8)(pt 98 12))
(line (pt 98 12)(pt 94 8))
)
(flipy)
)
(pin
(output)
(rect 136 528 312 544)
(text "OUTPUT" (rect 137 0 175 10)(font "Arial" (font_size 6)))
(text "vsync" (rect 5 0 36 12)(font "Arial" ))
(pt 176 8)
(drawing
(line (pt 176 8)(pt 124 8))
(line (pt 124 4)(pt 98 4))
(line (pt 124 12)(pt 98 12))
(line (pt 124 12)(pt 124 4))
(line (pt 98 4)(pt 94 8))
(line (pt 94 8)(pt 98 12))
(line (pt 98 12)(pt 94 8))
)
(flipy)
)
(pin
(output)
(rect 136 544 312 560)
(text "OUTPUT" (rect 137 0 175 10)(font "Arial" (font_size 6)))
(text "r" (rect 5 0 8 11)(font "Intel Clear" ))
(pt 176 8)
(drawing
(line (pt 176 8)(pt 124 8))
(line (pt 124 4)(pt 98 4))
(line (pt 124 12)(pt 98 12))
(line (pt 124 12)(pt 124 4))
(line (pt 98 4)(pt 94 8))
(line (pt 94 8)(pt 98 12))
(line (pt 98 12)(pt 94 8))
)
(flipy)
)
(pin
(output)
(rect 136 560 312 576)
(text "OUTPUT" (rect 137 0 175 10)(font "Arial" (font_size 6)))
(text "g" (rect 5 0 10 11)(font "Intel Clear" ))
(pt 176 8)
(drawing
(line (pt 176 8)(pt 124 8))
(line (pt 124 4)(pt 98 4))
(line (pt 124 12)(pt 98 12))
(line (pt 124 12)(pt 124 4))
(line (pt 98 4)(pt 94 8))
(line (pt 94 8)(pt 98 12))
(line (pt 98 12)(pt 94 8))
)
(flipy)
)
(pin
(output)
(rect 136 576 312 592)
(text "OUTPUT" (rect 137 0 175 10)(font "Arial" (font_size 6)))
(text "b" (rect 5 0 10 11)(font "Intel Clear" ))
(pt 176 8)
(drawing
(line (pt 176 8)(pt 124 8))
(line (pt 124 4)(pt 98 4))
(line (pt 124 12)(pt 98 12))
(line (pt 124 12)(pt 124 4))
(line (pt 98 4)(pt 94 8))
(line (pt 94 8)(pt 98 12))
(line (pt 98 12)(pt 94 8))
)
(flipy)
)
(pin
(output)
(rect 136 592 312 608)
(text "OUTPUT" (rect 137 0 175 10)(font "Arial" (font_size 6)))
(text "hsync" (rect 5 0 33 11)(font "Intel Clear" ))
(pt 176 8)
(drawing
(line (pt 176 8)(pt 124 8))
(line (pt 124 4)(pt 98 4))
(line (pt 124 12)(pt 98 12))
(line (pt 124 12)(pt 124 4))
(line (pt 98 4)(pt 94 8))
(line (pt 94 8)(pt 98 12))
(line (pt 98 12)(pt 94 8))
)
(flipy)
)
(symbol
(rect 288 480 320 496)
(text "VCC" (rect 7 0 27 10)(font "Arial" (font_size 6)))
(text "inst1" (rect 3 5 26 17)(font "Arial" )(invisible))
(port
(pt 16 16)
(output)
(text "1" (rect 19 7 24 19)(font "Courier New" (bold))(invisible))
(text "1" (rect 19 7 24 19)(font "Courier New" (bold))(invisible))
(line (pt 16 16)(pt 16 8))
)
(drawing
(line (pt 8 8)(pt 24 8))
)
)
(symbol
(rect 448 176 752 760)
(text "microarquiteturaGp3" (rect 93 -1 231 15)(font "Arial" (font_size 10)))
(text "inst" (rect 8 568 25 580)(font "Arial" ))
(port
(pt 0 72)
(input)
(text "buttons_export" (rect 0 0 86 14)(font "Arial" (font_size 8)))
(text "buttons_export" (rect 4 61 90 75)(font "Arial" (font_size 8)))
(line (pt 0 72)(pt 112 72))
)
(port
(pt 0 112)
(input)
(text "clk_clk" (rect 0 0 37 14)(font "Arial" (font_size 8)))
(text "clk_clk" (rect 4 101 41 115)(font "Arial" (font_size 8)))
(line (pt 0 112)(pt 112 112))
)
(port
(pt 0 240)
(input)
(text "player_1_export[2..0]" (rect 0 0 121 14)(font "Arial" (font_size 8)))
(text "player_1_export[2..0]" (rect 4 229 125 243)(font "Arial" (font_size 8)))
(line (pt 0 240)(pt 112 240)(line_width 3))
)
(port
(pt 0 280)
(input)
(text "player_2_export[2..0]" (rect 0 0 121 14)(font "Arial" (font_size 8)))
(text "player_2_export[2..0]" (rect 4 269 125 283)(font "Arial" (font_size 8)))
(line (pt 0 280)(pt 112 280)(line_width 3))
)
(port
(pt 0 320)
(input)
(text "reset_reset_n" (rect 0 0 80 14)(font "Arial" (font_size 8)))
(text "reset_reset_n" (rect 4 309 84 323)(font "Arial" (font_size 8)))
(line (pt 0 320)(pt 112 320))
)
(port
(pt 0 440)
(input)
(text "vga_button_game" (rect 0 0 101 14)(font "Arial" (font_size 8)))
(text "vga_button_game" (rect 4 429 105 443)(font "Arial" (font_size 8)))
(line (pt 0 440)(pt 112 440))
)
(port
(pt 0 488)
(input)
(text "vga_up_left" (rect 0 0 67 14)(font "Arial" (font_size 8)))
(text "vga_up_left" (rect 4 477 71 491)(font "Arial" (font_size 8)))
(line (pt 0 488)(pt 112 488))
)
(port
(pt 0 504)
(input)
(text "vga_up_right" (rect 0 0 74 14)(font "Arial" (font_size 8)))
(text "vga_up_right" (rect 4 493 78 507)(font "Arial" (font_size 8)))
(line (pt 0 504)(pt 112 504))
)
(port
(pt 0 520)
(input)
(text "vga_down_left" (rect 0 0 86 14)(font "Arial" (font_size 8)))
(text "vga_down_left" (rect 4 509 90 523)(font "Arial" (font_size 8)))
(line (pt 0 520)(pt 112 520))
)
(port
(pt 0 536)
(input)
(text "vga_down_right" (rect 0 0 93 14)(font "Arial" (font_size 8)))
(text "vga_down_right" (rect 4 525 97 539)(font "Arial" (font_size 8)))
(line (pt 0 536)(pt 112 536))
)
(port
(pt 0 152)
(output)
(text "lcd_read_write" (rect 0 0 86 14)(font "Arial" (font_size 8)))
(text "lcd_read_write" (rect 4 141 90 155)(font "Arial" (font_size 8)))
(line (pt 0 152)(pt 112 152))
)
(port
(pt 0 168)
(output)
(text "lcd_register_select" (rect 0 0 108 14)(font "Arial" (font_size 8)))
(text "lcd_register_select" (rect 4 157 112 171)(font "Arial" (font_size 8)))
(line (pt 0 168)(pt 112 168))
)
(port
(pt 0 184)
(output)
(text "lcd_enable_op" (rect 0 0 82 14)(font "Arial" (font_size 8)))
(text "lcd_enable_op" (rect 4 173 86 187)(font "Arial" (font_size 8)))
(line (pt 0 184)(pt 112 184))
)
(port
(pt 0 200)
(output)
(text "lcd_data_out[7..0]" (rect 0 0 101 14)(font "Arial" (font_size 8)))
(text "lcd_data_out[7..0]" (rect 4 189 105 203)(font "Arial" (font_size 8)))
(line (pt 0 200)(pt 112 200)(line_width 3))
)
(port
(pt 0 360)
(output)
(text "vga_hsync" (rect 0 0 63 14)(font "Arial" (font_size 8)))
(text "vga_hsync" (rect 4 349 67 363)(font "Arial" (font_size 8)))
(line (pt 0 360)(pt 112 360))
)
(port
(pt 0 376)
(output)
(text "vga_vsync" (rect 0 0 63 14)(font "Arial" (font_size 8)))
(text "vga_vsync" (rect 4 365 67 379)(font "Arial" (font_size 8)))
(line (pt 0 376)(pt 112 376))
)
(port
(pt 0 392)
(output)
(text "vga_r[3..0]" (rect 0 0 61 14)(font "Arial" (font_size 8)))
(text "vga_r[3..0]" (rect 4 381 65 395)(font "Arial" (font_size 8)))
(line (pt 0 392)(pt 112 392)(line_width 3))
)
(port
(pt 0 408)
(output)
(text "vga_g[3..0]" (rect 0 0 63 14)(font "Arial" (font_size 8)))
(text "vga_g[3..0]" (rect 4 397 67 411)(font "Arial" (font_size 8)))
(line (pt 0 408)(pt 112 408)(line_width 3))
)
(port
(pt 0 424)
(output)
(text "vga_b[3..0]" (rect 0 0 63 14)(font "Arial" (font_size 8)))
(text "vga_b[3..0]" (rect 4 413 67 427)(font "Arial" (font_size 8)))
(line (pt 0 424)(pt 112 424)(line_width 3))
)
(port
(pt 0 456)
(output)
(text "vga_score_p1[2..0]" (rect 0 0 110 14)(font "Arial" (font_size 8)))
(text "vga_score_p1[2..0]" (rect 4 445 114 459)(font "Arial" (font_size 8)))
(line (pt 0 456)(pt 112 456)(line_width 3))
)
(port
(pt 0 472)
(output)
(text "vga_score_p2[2..0]" (rect 0 0 110 14)(font "Arial" (font_size 8)))
(text "vga_score_p2[2..0]" (rect 4 461 114 475)(font "Arial" (font_size 8)))
(line (pt 0 472)(pt 112 472)(line_width 3))
)
(port
(pt 0 552)
(output)
(text "vga_rst_lcd" (rect 0 0 67 14)(font "Arial" (font_size 8)))
(text "vga_rst_lcd" (rect 4 541 71 555)(font "Arial" (font_size 8)))
(line (pt 0 552)(pt 112 552))
)
(drawing
(text "buttons" (rect 70 43 118 58)(font "Arial" (color 128 0 0)(font_size 9)))
(text "export" (rect 117 67 147 79)(font "Arial" (color 0 0 0)))
(text "clk" (rect 97 83 114 98)(font "Arial" (color 128 0 0)(font_size 9)))
(text "clk" (rect 117 107 131 119)(font "Arial" (color 0 0 0)))
(text "lcd" (rect 97 123 115 138)(font "Arial" (color 128 0 0)(font_size 9)))
(text "read_write" (rect 117 147 166 159)(font "Arial" (color 0 0 0)))
(text "register_select" (rect 117 163 188 175)(font "Arial" (color 0 0 0)))
(text "enable_op" (rect 117 179 166 191)(font "Arial" (color 0 0 0)))
(text "data_out" (rect 117 195 159 207)(font "Arial" (color 0 0 0)))
(text "player_1" (rect 65 211 120 226)(font "Arial" (color 128 0 0)(font_size 9)))
(text "export" (rect 117 235 147 247)(font "Arial" (color 0 0 0)))
(text "player_2" (rect 63 251 118 266)(font "Arial" (color 128 0 0)(font_size 9)))
(text "export" (rect 117 275 147 287)(font "Arial" (color 0 0 0)))
(text "reset" (rect 83 291 116 306)(font "Arial" (color 128 0 0)(font_size 9)))
(text "reset_n" (rect 117 315 153 327)(font "Arial" (color 0 0 0)))
(text "vga" (rect 93 331 115 346)(font "Arial" (color 128 0 0)(font_size 9)))
(text "hsync" (rect 117 355 147 367)(font "Arial" (color 0 0 0)))
(text "vsync" (rect 117 371 148 383)(font "Arial" (color 0 0 0)))
(text "r" (rect 117 387 120 399)(font "Arial" (color 0 0 0)))
(text "g" (rect 117 403 122 415)(font "Arial" (color 0 0 0)))
(text "b" (rect 117 419 122 431)(font "Arial" (color 0 0 0)))
(text "button_game" (rect 117 435 180 447)(font "Arial" (color 0 0 0)))
(text "score_p1" (rect 117 451 161 463)(font "Arial" (color 0 0 0)))
(text "score_p2" (rect 117 467 161 479)(font "Arial" (color 0 0 0)))
(text "up_left" (rect 117 483 151 495)(font "Arial" (color 0 0 0)))
(text "up_right" (rect 117 499 155 511)(font "Arial" (color 0 0 0)))
(text "down_left" (rect 117 515 164 527)(font "Arial" (color 0 0 0)))
(text "down_right" (rect 117 531 168 543)(font "Arial" (color 0 0 0)))
(text "rst_lcd" (rect 117 547 150 559)(font "Arial" (color 0 0 0)))
(text " microarquiteturaGp3 " (rect 214 568 320 580)(font "Arial" ))
(line (pt 113 52)(pt 113 76))
(line (pt 114 52)(pt 114 76))
(line (pt 113 92)(pt 113 116))
(line (pt 114 92)(pt 114 116))
(line (pt 113 132)(pt 113 204))
(line (pt 114 132)(pt 114 204))
(line (pt 113 220)(pt 113 244))
(line (pt 114 220)(pt 114 244))
(line (pt 113 260)(pt 113 284))
(line (pt 114 260)(pt 114 284))
(line (pt 113 300)(pt 113 324))
(line (pt 114 300)(pt 114 324))
(line (pt 113 340)(pt 113 556))
(line (pt 114 340)(pt 114 556))
(line (pt 112 32)(pt 192 32))
(line (pt 192 32)(pt 192 568))
(line (pt 112 568)(pt 192 568))
(line (pt 112 32)(pt 112 568))
(line (pt 0 0)(pt 304 0))
(line (pt 304 0)(pt 304 584))
(line (pt 0 584)(pt 304 584))
(line (pt 0 0)(pt 0 584))
)
)
(connector
(pt 320 288)
(pt 448 288)
)
(connector
(pt 312 328)
(pt 448 328)
)
(connector
(pt 312 344)
(pt 448 344)
)
(connector
(pt 312 360)
(pt 448 360)
)
(connector
(pt 312 376)
(pt 448 376)
(bus)
)
(connector
(pt 304 496)
(pt 448 496)
)
(connector
(pt 312 536)
(pt 448 536)
)
(connector
(pt 312 552)
(pt 448 552)
(bus)
)
(connector
(pt 312 568)
(pt 448 568)
(bus)
)
(connector
(pt 312 584)
(pt 448 584)
(bus)
)
(connector
(pt 312 600)
(pt 448 600)
)
(connector
(pt 448 416)
(pt 424 416)
(bus)
)
(connector
(pt 424 416)
(pt 424 616)
(bus)
)
(connector
(pt 424 616)
(pt 448 616)
(bus)
)
(connector
(pt 448 632)
(pt 416 632)
(bus)
)
(connector
(pt 416 632)
(pt 416 456)
(bus)
)
(connector
(pt 416 456)
(pt 448 456)
(bus)
)
(connector
(pt 304 680)
(pt 448 680)
)
(connector
(pt 304 696)
(pt 448 696)
)
(connector
(pt 304 712)
(pt 448 712)
)
(connector
(pt 304 664)
(pt 448 664)
)
(connector
(pt 368 248)
(pt 448 248)
)
(connector
(pt 368 728)
(pt 448 728)
)
(connector
(pt 368 248)
(pt 368 728)
)
(connector
(pt 304 648)
(pt 448 648)
)