OpenCores
URL https://opencores.org/ocsvn/a-z80/a-z80/trunk

Subversion Repositories a-z80

[/] [a-z80/] [trunk/] [cpu/] [registers/] [reg_file.bdf] - Blame information for rev 8

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 gdevic
/*
2
WARNING: Do NOT edit the input and output ports in this file in a text
3
editor if you plan to continue editing the block that represents it in
4
the Block Editor! File corruption is VERY likely to occur.
5
*/
6
/*
7
Copyright (C) 1991-2013 Altera Corporation
8
Your use of Altera Corporation's design tools, logic functions
9
and other software and tools, and its AMPP partner logic
10
functions, and any output files from any of the foregoing
11
(including device programming or simulation files), and any
12
associated documentation or information are expressly subject
13
to the terms and conditions of the Altera Program License
14
Subscription Agreement, Altera MegaCore Function License
15
Agreement, or other applicable license agreement, including,
16
without limitation, that your use is for the sole purpose of
17
programming logic devices manufactured by Altera and sold by
18
Altera or its authorized distributors.  Please refer to the
19
applicable agreement for further details.
20
*/
21
(header "graphic" (version "1.4"))
22
(pin
23
        (input)
24
        (rect 32 256 208 272)
25
        (text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
26
        (text "reg_sel_sys_lo" (rect 9 0 83 12)(font "Arial" ))
27
        (pt 176 8)
28
        (drawing
29
                (line (pt 92 12)(pt 117 12))
30
                (line (pt 92 4)(pt 117 4))
31
                (line (pt 121 8)(pt 176 8))
32
                (line (pt 92 12)(pt 92 4))
33
                (line (pt 117 4)(pt 121 8))
34
                (line (pt 117 12)(pt 121 8))
35
        )
36
        (text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
37
)
38
(pin
39
        (input)
40 8 gdevic
        (rect 2688 256 2864 272)
41 3 gdevic
        (text "INPUT" (rect 15 6 43 16)(font "Arial" (font_size 6)))
42
        (text "reg_sel_gp_lo" (rect 100 4 167 16)(font "Arial" ))
43
        (pt 0 8)
44
        (drawing
45
                (line (pt 84 4)(pt 59 4))
46
                (line (pt 84 12)(pt 59 12))
47
                (line (pt 55 8)(pt 0 8))
48
                (line (pt 84 4)(pt 84 12))
49
                (line (pt 59 12)(pt 55 8))
50
                (line (pt 59 4)(pt 55 8))
51
        )
52
        (rotate180)
53
        (text "VCC" (rect 20 -1 40 9)(font "Arial" (font_size 6)))
54
)
55
(pin
56
        (input)
57
        (rect 32 848 208 864)
58
        (text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
59
        (text "reg_sel_sys_hi" (rect 9 0 83 12)(font "Arial" ))
60
        (pt 176 8)
61
        (drawing
62
                (line (pt 92 12)(pt 117 12))
63
                (line (pt 92 4)(pt 117 4))
64
                (line (pt 121 8)(pt 176 8))
65
                (line (pt 92 12)(pt 92 4))
66
                (line (pt 117 4)(pt 121 8))
67
                (line (pt 117 12)(pt 121 8))
68
        )
69
        (text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
70
)
71
(pin
72
        (input)
73 8 gdevic
        (rect 2688 848 2864 864)
74 3 gdevic
        (text "INPUT" (rect 15 0 43 10)(font "Arial" (font_size 6)))
75
        (text "reg_sel_gp_hi" (rect 100 0 167 12)(font "Arial" ))
76
        (pt 0 8)
77
        (drawing
78
                (line (pt 84 12)(pt 59 12))
79
                (line (pt 84 4)(pt 59 4))
80
                (line (pt 55 8)(pt 0 8))
81
                (line (pt 84 12)(pt 84 4))
82
                (line (pt 59 4)(pt 55 8))
83
                (line (pt 59 12)(pt 55 8))
84
        )
85
        (flipy)
86
        (text "VCC" (rect 20 7 40 17)(font "Arial" (font_size 6)))
87
)
88
(pin
89
        (input)
90
        (rect 312 32 328 208)
91
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
92
        (text "reg_sel_ir" (rect 0 9 12 56)(font "Arial" )(vertical))
93
        (pt 8 176)
94
        (drawing
95
                (line (pt 12 92)(pt 12 117))
96
                (line (pt 4 92)(pt 4 117))
97
                (line (pt 8 121)(pt 8 176))
98
                (line (pt 12 92)(pt 4 92))
99
                (line (pt 4 117)(pt 8 121))
100
                (line (pt 12 117)(pt 8 121))
101
        )
102
        (flipy_rotate90)
103
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
104
)
105
(pin
106
        (input)
107
        (rect 456 32 472 208)
108
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
109
        (text "reg_sel_pc" (rect 0 9 12 62)(font "Arial" )(vertical))
110
        (pt 8 176)
111
        (drawing
112
                (line (pt 12 92)(pt 12 117))
113
                (line (pt 4 92)(pt 4 117))
114
                (line (pt 8 121)(pt 8 176))
115
                (line (pt 12 92)(pt 4 92))
116
                (line (pt 4 117)(pt 8 121))
117
                (line (pt 12 117)(pt 8 121))
118
        )
119
        (flipy_rotate90)
120
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
121
)
122
(pin
123
        (input)
124 8 gdevic
        (rect 664 32 680 208)
125 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
126
        (text "ctl_sw_4u" (rect 0 9 12 57)(font "Arial" )(vertical))
127
        (pt 8 176)
128
        (drawing
129
                (line (pt 12 92)(pt 12 117))
130
                (line (pt 4 92)(pt 4 117))
131
                (line (pt 8 121)(pt 8 176))
132
                (line (pt 12 92)(pt 4 92))
133
                (line (pt 4 117)(pt 8 121))
134
                (line (pt 12 117)(pt 8 121))
135
        )
136
        (flipy_rotate90)
137
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
138
)
139
(pin
140
        (input)
141 8 gdevic
        (rect 768 32 784 208)
142 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
143
        (text "reg_sel_wz" (rect 0 9 12 62)(font "Arial" )(vertical))
144
        (pt 8 176)
145
        (drawing
146
                (line (pt 12 92)(pt 12 117))
147
                (line (pt 4 92)(pt 4 117))
148
                (line (pt 8 121)(pt 8 176))
149
                (line (pt 12 92)(pt 4 92))
150
                (line (pt 4 117)(pt 8 121))
151
                (line (pt 12 117)(pt 8 121))
152
        )
153
        (flipy_rotate90)
154
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
155
)
156
(pin
157
        (input)
158 8 gdevic
        (rect 912 32 928 208)
159 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
160
        (text "reg_sel_sp" (rect 0 9 12 62)(font "Arial" )(vertical))
161
        (pt 8 176)
162
        (drawing
163
                (line (pt 12 92)(pt 12 117))
164
                (line (pt 4 92)(pt 4 117))
165
                (line (pt 8 121)(pt 8 176))
166
                (line (pt 12 92)(pt 4 92))
167
                (line (pt 4 117)(pt 8 121))
168
                (line (pt 12 117)(pt 8 121))
169
        )
170
        (flipy_rotate90)
171
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
172
)
173
(pin
174
        (input)
175 8 gdevic
        (rect 1072 32 1088 208)
176 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
177
        (text "reg_sel_iy" (rect 0 9 12 59)(font "Arial" )(vertical))
178
        (pt 8 176)
179
        (drawing
180
                (line (pt 12 92)(pt 12 117))
181
                (line (pt 4 92)(pt 4 117))
182
                (line (pt 8 121)(pt 8 176))
183
                (line (pt 12 92)(pt 4 92))
184
                (line (pt 4 117)(pt 8 121))
185
                (line (pt 12 117)(pt 8 121))
186
        )
187
        (flipy_rotate90)
188
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
189
)
190
(pin
191
        (input)
192 8 gdevic
        (rect 1216 32 1232 208)
193 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
194
        (text "reg_sel_ix" (rect 0 9 12 58)(font "Arial" )(vertical))
195
        (pt 8 176)
196
        (drawing
197
                (line (pt 12 92)(pt 12 117))
198
                (line (pt 4 92)(pt 4 117))
199
                (line (pt 8 121)(pt 8 176))
200
                (line (pt 12 92)(pt 4 92))
201
                (line (pt 4 117)(pt 8 121))
202
                (line (pt 12 117)(pt 8 121))
203
        )
204
        (flipy_rotate90)
205
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
206
)
207
(pin
208
        (input)
209 8 gdevic
        (rect 1360 32 1376 208)
210 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
211
        (text "reg_sel_hl2" (rect 0 9 12 64)(font "Arial" )(vertical))
212
        (pt 8 176)
213
        (drawing
214
                (line (pt 12 92)(pt 12 117))
215
                (line (pt 4 92)(pt 4 117))
216
                (line (pt 8 121)(pt 8 176))
217
                (line (pt 12 92)(pt 4 92))
218
                (line (pt 4 117)(pt 8 121))
219
                (line (pt 12 117)(pt 8 121))
220
        )
221
        (flipy_rotate90)
222
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
223
)
224
(pin
225
        (input)
226 8 gdevic
        (rect 1504 32 1520 208)
227 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
228
        (text "reg_sel_hl" (rect 0 9 12 58)(font "Arial" )(vertical))
229
        (pt 8 176)
230
        (drawing
231
                (line (pt 12 92)(pt 12 117))
232
                (line (pt 4 92)(pt 4 117))
233
                (line (pt 8 121)(pt 8 176))
234
                (line (pt 12 92)(pt 4 92))
235
                (line (pt 4 117)(pt 8 121))
236
                (line (pt 12 117)(pt 8 121))
237
        )
238
        (flipy_rotate90)
239
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
240
)
241
(pin
242
        (input)
243 8 gdevic
        (rect 1648 32 1664 208)
244 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
245
        (text "reg_sel_de2" (rect 0 9 12 68)(font "Arial" )(vertical))
246
        (pt 8 176)
247
        (drawing
248
                (line (pt 12 92)(pt 12 117))
249
                (line (pt 4 92)(pt 4 117))
250
                (line (pt 8 121)(pt 8 176))
251
                (line (pt 12 92)(pt 4 92))
252
                (line (pt 4 117)(pt 8 121))
253
                (line (pt 12 117)(pt 8 121))
254
        )
255
        (flipy_rotate90)
256
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
257
)
258
(pin
259
        (input)
260 8 gdevic
        (rect 1792 32 1808 208)
261 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
262
        (text "reg_sel_de" (rect 0 9 12 62)(font "Arial" )(vertical))
263
        (pt 8 176)
264
        (drawing
265
                (line (pt 12 92)(pt 12 117))
266
                (line (pt 4 92)(pt 4 117))
267
                (line (pt 8 121)(pt 8 176))
268
                (line (pt 12 92)(pt 4 92))
269
                (line (pt 4 117)(pt 8 121))
270
                (line (pt 12 117)(pt 8 121))
271
        )
272
        (flipy_rotate90)
273
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
274
)
275
(pin
276
        (input)
277 8 gdevic
        (rect 1936 32 1952 208)
278 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
279
        (text "reg_sel_bc2" (rect 0 9 12 68)(font "Arial" )(vertical))
280
        (pt 8 176)
281
        (drawing
282
                (line (pt 12 92)(pt 12 117))
283
                (line (pt 4 92)(pt 4 117))
284
                (line (pt 8 121)(pt 8 176))
285
                (line (pt 12 92)(pt 4 92))
286
                (line (pt 4 117)(pt 8 121))
287
                (line (pt 12 117)(pt 8 121))
288
        )
289
        (flipy_rotate90)
290
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
291
)
292
(pin
293
        (input)
294 8 gdevic
        (rect 2080 32 2096 208)
295 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
296
        (text "reg_sel_bc" (rect 0 9 12 62)(font "Arial" )(vertical))
297
        (pt 8 176)
298
        (drawing
299
                (line (pt 12 92)(pt 12 117))
300
                (line (pt 4 92)(pt 4 117))
301
                (line (pt 8 121)(pt 8 176))
302
                (line (pt 12 92)(pt 4 92))
303
                (line (pt 4 117)(pt 8 121))
304
                (line (pt 12 117)(pt 8 121))
305
        )
306
        (flipy_rotate90)
307
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
308
)
309
(pin
310
        (input)
311 8 gdevic
        (rect 2224 32 2240 208)
312 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
313
        (text "reg_sel_af2" (rect 0 9 12 66)(font "Arial" )(vertical))
314
        (pt 8 176)
315
        (drawing
316
                (line (pt 12 92)(pt 12 117))
317
                (line (pt 4 92)(pt 4 117))
318
                (line (pt 8 121)(pt 8 176))
319
                (line (pt 12 92)(pt 4 92))
320
                (line (pt 4 117)(pt 8 121))
321
                (line (pt 12 117)(pt 8 121))
322
        )
323
        (flipy_rotate90)
324
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
325
)
326
(pin
327
        (input)
328 8 gdevic
        (rect 2368 32 2384 208)
329 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
330
        (text "reg_sel_af" (rect 0 9 12 60)(font "Arial" )(vertical))
331
        (pt 8 176)
332
        (drawing
333
                (line (pt 12 92)(pt 12 117))
334
                (line (pt 4 92)(pt 4 117))
335
                (line (pt 8 121)(pt 8 176))
336
                (line (pt 12 92)(pt 4 92))
337
                (line (pt 4 117)(pt 8 121))
338
                (line (pt 12 117)(pt 8 121))
339
        )
340
        (flipy_rotate90)
341
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
342
)
343
(pin
344
        (input)
345 8 gdevic
        (rect 2688 224 2864 240)
346 3 gdevic
        (text "INPUT" (rect 15 6 43 16)(font "Arial" (font_size 6)))
347
        (text "reg_gp_we" (rect 116 4 167 16)(font "Arial" ))
348
        (pt 0 8)
349
        (drawing
350
                (line (pt 84 4)(pt 59 4))
351
                (line (pt 84 12)(pt 59 12))
352
                (line (pt 55 8)(pt 0 8))
353
                (line (pt 84 4)(pt 84 12))
354
                (line (pt 59 12)(pt 55 8))
355
                (line (pt 59 4)(pt 55 8))
356
        )
357
        (rotate180)
358
        (text "VCC" (rect 20 -1 40 9)(font "Arial" (font_size 6)))
359
)
360
(pin
361
        (input)
362
        (rect 32 224 208 240)
363
        (text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
364
        (text "reg_sys_we_lo" (rect 9 0 82 12)(font "Arial" ))
365
        (pt 176 8)
366
        (drawing
367
                (line (pt 92 12)(pt 117 12))
368
                (line (pt 92 4)(pt 117 4))
369
                (line (pt 121 8)(pt 176 8))
370
                (line (pt 92 12)(pt 92 4))
371
                (line (pt 117 4)(pt 121 8))
372
                (line (pt 117 12)(pt 121 8))
373
        )
374
        (text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
375
)
376
(pin
377
        (input)
378
        (rect 32 832 208 848)
379
        (text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
380
        (text "reg_sys_we_hi" (rect 9 0 82 12)(font "Arial" ))
381
        (pt 176 8)
382
        (drawing
383
                (line (pt 92 12)(pt 117 12))
384
                (line (pt 92 4)(pt 117 4))
385
                (line (pt 121 8)(pt 176 8))
386
                (line (pt 92 12)(pt 92 4))
387
                (line (pt 117 4)(pt 121 8))
388
                (line (pt 117 12)(pt 121 8))
389
        )
390
        (text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
391
)
392
(pin
393
        (input)
394 8 gdevic
        (rect 2536 32 2552 208)
395 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
396
        (text "ctl_reg_in_hi" (rect 0 9 12 70)(font "Arial" )(vertical))
397
        (pt 8 176)
398
        (drawing
399
                (line (pt 12 92)(pt 12 117))
400
                (line (pt 4 92)(pt 4 117))
401
                (line (pt 8 121)(pt 8 176))
402
                (line (pt 12 92)(pt 4 92))
403
                (line (pt 4 117)(pt 8 121))
404
                (line (pt 12 117)(pt 8 121))
405
        )
406
        (flipy_rotate90)
407
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
408
)
409
(pin
410
        (input)
411 8 gdevic
        (rect 2552 32 2568 208)
412 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
413
        (text "ctl_reg_in_lo" (rect 0 9 12 70)(font "Arial" )(vertical))
414
        (pt 8 176)
415
        (drawing
416
                (line (pt 12 92)(pt 12 117))
417
                (line (pt 4 92)(pt 4 117))
418
                (line (pt 8 121)(pt 8 176))
419
                (line (pt 12 92)(pt 4 92))
420
                (line (pt 4 117)(pt 8 121))
421
                (line (pt 12 117)(pt 8 121))
422
        )
423
        (flipy_rotate90)
424
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
425
)
426
(pin
427
        (input)
428 8 gdevic
        (rect 2576 32 2592 208)
429 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
430
        (text "ctl_reg_out_lo" (rect 0 9 12 77)(font "Arial" )(vertical))
431
        (pt 8 176)
432
        (drawing
433
                (line (pt 12 92)(pt 12 117))
434
                (line (pt 4 92)(pt 4 117))
435
                (line (pt 8 121)(pt 8 176))
436
                (line (pt 12 92)(pt 4 92))
437
                (line (pt 4 117)(pt 8 121))
438
                (line (pt 12 117)(pt 8 121))
439
        )
440
        (flipy_rotate90)
441
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
442
)
443
(pin
444
        (input)
445 8 gdevic
        (rect 2592 32 2608 208)
446 3 gdevic
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
447
        (text "ctl_reg_out_hi" (rect 0 9 12 77)(font "Arial" )(vertical))
448
        (pt 8 176)
449
        (drawing
450
                (line (pt 12 92)(pt 12 117))
451
                (line (pt 4 92)(pt 4 117))
452
                (line (pt 8 121)(pt 8 176))
453
                (line (pt 12 92)(pt 4 92))
454
                (line (pt 4 117)(pt 8 121))
455
                (line (pt 12 117)(pt 8 121))
456
        )
457
        (flipy_rotate90)
458
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
459
)
460
(pin
461
        (input)
462
        (rect 32 528 208 544)
463
        (text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
464
        (text "clk" (rect 9 0 23 12)(font "Arial" ))
465
        (pt 176 8)
466
        (drawing
467
                (line (pt 92 12)(pt 117 12))
468
                (line (pt 92 4)(pt 117 4))
469
                (line (pt 121 8)(pt 176 8))
470
                (line (pt 92 12)(pt 92 4))
471
                (line (pt 117 4)(pt 121 8))
472
                (line (pt 117 12)(pt 121 8))
473
        )
474
        (text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
475
)
476
(pin
477 8 gdevic
        (input)
478
        (rect 616 32 632 208)
479
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
480
        (text "reg_sw_4d_lo" (rect 0 9 12 75)(font "Arial" )(vertical))
481
        (pt 8 176)
482
        (drawing
483
                (line (pt 12 92)(pt 12 117))
484
                (line (pt 4 92)(pt 4 117))
485
                (line (pt 8 121)(pt 8 176))
486
                (line (pt 12 92)(pt 4 92))
487
                (line (pt 4 117)(pt 8 121))
488
                (line (pt 12 117)(pt 8 121))
489
        )
490
        (flipy_rotate90)
491
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
492
)
493
(pin
494
        (input)
495
        (rect 600 32 616 208)
496
        (text "INPUT" (rect 0 133 10 161)(font "Arial" (font_size 6))(vertical))
497
        (text "reg_sw_4d_hi" (rect 0 9 12 75)(font "Arial" )(vertical))
498
        (pt 8 176)
499
        (drawing
500
                (line (pt 12 92)(pt 12 117))
501
                (line (pt 4 92)(pt 4 117))
502
                (line (pt 8 121)(pt 8 176))
503
                (line (pt 12 92)(pt 4 92))
504
                (line (pt 4 117)(pt 8 121))
505
                (line (pt 12 117)(pt 8 121))
506
        )
507
        (flipy_rotate90)
508
        (text "VCC" (rect 7 136 17 156)(font "Arial" (font_size 6))(vertical))
509
)
510
(pin
511 3 gdevic
        (bidir)
512 8 gdevic
        (rect 2688 352 2864 368)
513 3 gdevic
        (text "BIDIR" (rect 1 0 25 10)(font "Arial" (font_size 6)))
514
        (text "db_lo_ds[7..0]" (rect 90 0 159 12)(font "Arial" ))
515
        (pt 0 8)
516
        (drawing
517
                (line (pt 56 4)(pt 78 4))
518
                (line (pt 0 8)(pt 52 8))
519
                (line (pt 56 12)(pt 78 12))
520
                (line (pt 78 4)(pt 82 8))
521
                (line (pt 78 12)(pt 82 8))
522
                (line (pt 56 4)(pt 52 8))
523
                (line (pt 52 8)(pt 56 12))
524
        )
525
        (text "VCC" (rect 4 7 24 17)(font "Arial" (font_size 6)))
526
)
527
(pin
528
        (bidir)
529 8 gdevic
        (rect 2688 704 2864 720)
530 3 gdevic
        (text "BIDIR" (rect 1 0 25 10)(font "Arial" (font_size 6)))
531
        (text "db_hi_ds[7..0]" (rect 90 0 159 12)(font "Arial" ))
532
        (pt 0 8)
533
        (drawing
534
                (line (pt 56 4)(pt 78 4))
535
                (line (pt 0 8)(pt 52 8))
536
                (line (pt 56 12)(pt 78 12))
537
                (line (pt 78 4)(pt 82 8))
538
                (line (pt 78 12)(pt 82 8))
539
                (line (pt 56 4)(pt 52 8))
540
                (line (pt 52 8)(pt 56 12))
541
        )
542
        (text "VCC" (rect 4 7 24 17)(font "Arial" (font_size 6)))
543
)
544
(pin
545
        (bidir)
546
        (rect 32 352 208 368)
547
        (text "BIDIR" (rect 151 0 175 10)(font "Arial" (font_size 6)))
548
        (text "db_lo_as[7..0]" (rect 17 0 86 12)(font "Arial" ))
549
        (pt 176 8)
550
        (drawing
551
                (line (pt 120 4)(pt 98 4))
552
                (line (pt 176 8)(pt 124 8))
553
                (line (pt 120 12)(pt 98 12))
554
                (line (pt 98 4)(pt 94 8))
555
                (line (pt 98 12)(pt 94 8))
556
                (line (pt 120 4)(pt 124 8))
557
                (line (pt 124 8)(pt 120 12))
558
        )
559
        (flipy)
560
        (text "VCC" (rect 152 7 172 17)(font "Arial" (font_size 6)))
561
)
562
(pin
563
        (bidir)
564
        (rect 32 704 208 720)
565
        (text "BIDIR" (rect 151 0 175 10)(font "Arial" (font_size 6)))
566
        (text "db_hi_as[7..0]" (rect 17 0 86 12)(font "Arial" ))
567
        (pt 176 8)
568
        (drawing
569
                (line (pt 120 4)(pt 98 4))
570
                (line (pt 176 8)(pt 124 8))
571
                (line (pt 120 12)(pt 98 12))
572
                (line (pt 98 4)(pt 94 8))
573
                (line (pt 98 12)(pt 94 8))
574
                (line (pt 120 4)(pt 124 8))
575
                (line (pt 124 8)(pt 120 12))
576
        )
577
        (flipy)
578
        (text "VCC" (rect 152 7 172 17)(font "Arial" (font_size 6)))
579
)
580
(symbol
581
        (rect 360 280 408 344)
582
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
583
        (text "inst7" (rect -1 3 11 26)(font "Arial" )(vertical))
584
        (port
585
                (pt 32 0)
586
                (input)
587
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
588
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
589
                (line (pt 32 0)(pt 32 16))
590
        )
591
        (port
592
                (pt 24 0)
593
                (input)
594
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
595
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
596
                (line (pt 24 0)(pt 24 16))
597
        )
598
        (port
599
                (pt 16 0)
600
                (input)
601
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
602
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
603
                (line (pt 16 0)(pt 16 16))
604
        )
605
        (port
606
                (pt 24 64)
607
                (output)
608
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
609 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
610 3 gdevic
                (line (pt 24 43)(pt 24 64))
611
        )
612
        (drawing
613
                (line (pt 36 16)(pt 36 31))
614
                (line (pt 11 16)(pt 11 31))
615
                (line (pt 36 16)(pt 11 16))
616
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
617
        )
618
        (rotate270)
619
)
620
(symbol
621
        (rect 360 728 408 792)
622
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
623
        (text "inst8" (rect 37 38 49 61)(font "Arial" )(vertical))
624
        (port
625
                (pt 16 64)
626
                (input)
627
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
628
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
629
                (line (pt 16 64)(pt 16 48))
630
        )
631
        (port
632
                (pt 24 64)
633
                (input)
634
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
635
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
636
                (line (pt 24 64)(pt 24 48))
637
        )
638
        (port
639
                (pt 32 64)
640
                (input)
641
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
642
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
643
                (line (pt 32 64)(pt 32 48))
644
        )
645
        (port
646
                (pt 24 0)
647
                (output)
648
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
649 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
650 3 gdevic
                (line (pt 24 21)(pt 24 0))
651
        )
652
        (drawing
653
                (line (pt 12 48)(pt 12 33))
654
                (line (pt 37 48)(pt 37 33))
655
                (line (pt 12 48)(pt 37 48))
656
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
657
        )
658
        (rotate90)
659
)
660
(symbol
661
        (rect 504 280 552 344)
662
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
663
        (text "inst12" (rect -1 3 11 32)(font "Arial" )(vertical))
664
        (port
665
                (pt 32 0)
666
                (input)
667
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
668
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
669
                (line (pt 32 0)(pt 32 16))
670
        )
671
        (port
672
                (pt 24 0)
673
                (input)
674
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
675
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
676
                (line (pt 24 0)(pt 24 16))
677
        )
678
        (port
679
                (pt 16 0)
680
                (input)
681
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
682
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
683
                (line (pt 16 0)(pt 16 16))
684
        )
685
        (port
686
                (pt 24 64)
687
                (output)
688
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
689 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
690 3 gdevic
                (line (pt 24 43)(pt 24 64))
691
        )
692
        (drawing
693
                (line (pt 36 16)(pt 36 31))
694
                (line (pt 11 16)(pt 11 31))
695
                (line (pt 36 16)(pt 11 16))
696
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
697
        )
698
        (rotate270)
699
)
700
(symbol
701
        (rect 504 728 552 792)
702
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
703
        (text "inst15" (rect 37 32 49 61)(font "Arial" )(vertical))
704
        (port
705
                (pt 16 64)
706
                (input)
707
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
708
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
709
                (line (pt 16 64)(pt 16 48))
710
        )
711
        (port
712
                (pt 24 64)
713
                (input)
714
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
715
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
716
                (line (pt 24 64)(pt 24 48))
717
        )
718
        (port
719
                (pt 32 64)
720
                (input)
721
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
722
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
723
                (line (pt 32 64)(pt 32 48))
724
        )
725
        (port
726
                (pt 24 0)
727
                (output)
728
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
729 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
730 3 gdevic
                (line (pt 24 21)(pt 24 0))
731
        )
732
        (drawing
733
                (line (pt 12 48)(pt 12 33))
734
                (line (pt 37 48)(pt 37 33))
735
                (line (pt 12 48)(pt 37 48))
736
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
737
        )
738
        (rotate90)
739
)
740
(symbol
741 8 gdevic
        (rect 1120 280 1168 344)
742 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
743
        (text "inst20" (rect -1 3 11 32)(font "Arial" )(vertical))
744
        (port
745
                (pt 32 0)
746
                (input)
747
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
748
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
749
                (line (pt 32 0)(pt 32 16))
750
        )
751
        (port
752
                (pt 24 0)
753
                (input)
754
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
755
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
756
                (line (pt 24 0)(pt 24 16))
757
        )
758
        (port
759
                (pt 16 0)
760
                (input)
761
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
762
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
763
                (line (pt 16 0)(pt 16 16))
764
        )
765
        (port
766
                (pt 24 64)
767
                (output)
768
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
769 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
770 3 gdevic
                (line (pt 24 43)(pt 24 64))
771
        )
772
        (drawing
773
                (line (pt 36 16)(pt 36 31))
774
                (line (pt 11 16)(pt 11 31))
775
                (line (pt 36 16)(pt 11 16))
776
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
777
        )
778
        (rotate270)
779
)
780
(symbol
781 8 gdevic
        (rect 1120 728 1168 792)
782 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
783
        (text "inst21" (rect 37 32 49 61)(font "Arial" )(vertical))
784
        (port
785
                (pt 16 64)
786
                (input)
787
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
788
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
789
                (line (pt 16 64)(pt 16 48))
790
        )
791
        (port
792
                (pt 24 64)
793
                (input)
794
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
795
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
796
                (line (pt 24 64)(pt 24 48))
797
        )
798
        (port
799
                (pt 32 64)
800
                (input)
801
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
802
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
803
                (line (pt 32 64)(pt 32 48))
804
        )
805
        (port
806
                (pt 24 0)
807
                (output)
808
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
809 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
810 3 gdevic
                (line (pt 24 21)(pt 24 0))
811
        )
812
        (drawing
813
                (line (pt 12 48)(pt 12 33))
814
                (line (pt 37 48)(pt 37 33))
815
                (line (pt 12 48)(pt 37 48))
816
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
817
        )
818
        (rotate90)
819
)
820
(symbol
821 8 gdevic
        (rect 1264 280 1312 344)
822 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
823
        (text "inst26" (rect -1 3 11 32)(font "Arial" )(vertical))
824
        (port
825
                (pt 32 0)
826
                (input)
827
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
828
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
829
                (line (pt 32 0)(pt 32 16))
830
        )
831
        (port
832
                (pt 24 0)
833
                (input)
834
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
835
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
836
                (line (pt 24 0)(pt 24 16))
837
        )
838
        (port
839
                (pt 16 0)
840
                (input)
841
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
842
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
843
                (line (pt 16 0)(pt 16 16))
844
        )
845
        (port
846
                (pt 24 64)
847
                (output)
848
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
849 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
850 3 gdevic
                (line (pt 24 43)(pt 24 64))
851
        )
852
        (drawing
853
                (line (pt 36 16)(pt 36 31))
854
                (line (pt 11 16)(pt 11 31))
855
                (line (pt 36 16)(pt 11 16))
856
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
857
        )
858
        (rotate270)
859
)
860
(symbol
861 8 gdevic
        (rect 1264 728 1312 792)
862 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
863
        (text "inst27" (rect 37 32 49 61)(font "Arial" )(vertical))
864
        (port
865
                (pt 16 64)
866
                (input)
867
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
868
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
869
                (line (pt 16 64)(pt 16 48))
870
        )
871
        (port
872
                (pt 24 64)
873
                (input)
874
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
875
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
876
                (line (pt 24 64)(pt 24 48))
877
        )
878
        (port
879
                (pt 32 64)
880
                (input)
881
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
882
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
883
                (line (pt 32 64)(pt 32 48))
884
        )
885
        (port
886
                (pt 24 0)
887
                (output)
888
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
889 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
890 3 gdevic
                (line (pt 24 21)(pt 24 0))
891
        )
892
        (drawing
893
                (line (pt 12 48)(pt 12 33))
894
                (line (pt 37 48)(pt 37 33))
895
                (line (pt 12 48)(pt 37 48))
896
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
897
        )
898
        (rotate90)
899
)
900
(symbol
901 8 gdevic
        (rect 1408 280 1456 344)
902 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
903
        (text "inst32" (rect -1 3 11 32)(font "Arial" )(vertical))
904
        (port
905
                (pt 32 0)
906
                (input)
907
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
908
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
909
                (line (pt 32 0)(pt 32 16))
910
        )
911
        (port
912
                (pt 24 0)
913
                (input)
914
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
915
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
916
                (line (pt 24 0)(pt 24 16))
917
        )
918
        (port
919
                (pt 16 0)
920
                (input)
921
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
922
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
923
                (line (pt 16 0)(pt 16 16))
924
        )
925
        (port
926
                (pt 24 64)
927
                (output)
928
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
929 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
930 3 gdevic
                (line (pt 24 43)(pt 24 64))
931
        )
932
        (drawing
933
                (line (pt 36 16)(pt 36 31))
934
                (line (pt 11 16)(pt 11 31))
935
                (line (pt 36 16)(pt 11 16))
936
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
937
        )
938
        (rotate270)
939
)
940
(symbol
941 8 gdevic
        (rect 1408 728 1456 792)
942 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
943
        (text "inst33" (rect 37 32 49 61)(font "Arial" )(vertical))
944
        (port
945
                (pt 16 64)
946
                (input)
947
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
948
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
949
                (line (pt 16 64)(pt 16 48))
950
        )
951
        (port
952
                (pt 24 64)
953
                (input)
954
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
955
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
956
                (line (pt 24 64)(pt 24 48))
957
        )
958
        (port
959
                (pt 32 64)
960
                (input)
961
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
962
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
963
                (line (pt 32 64)(pt 32 48))
964
        )
965
        (port
966
                (pt 24 0)
967
                (output)
968
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
969 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
970 3 gdevic
                (line (pt 24 21)(pt 24 0))
971
        )
972
        (drawing
973
                (line (pt 12 48)(pt 12 33))
974
                (line (pt 37 48)(pt 37 33))
975
                (line (pt 12 48)(pt 37 48))
976
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
977
        )
978
        (rotate90)
979
)
980
(symbol
981 8 gdevic
        (rect 1552 280 1600 344)
982 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
983
        (text "inst38" (rect -1 3 11 32)(font "Arial" )(vertical))
984
        (port
985
                (pt 32 0)
986
                (input)
987
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
988
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
989
                (line (pt 32 0)(pt 32 16))
990
        )
991
        (port
992
                (pt 24 0)
993
                (input)
994
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
995
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
996
                (line (pt 24 0)(pt 24 16))
997
        )
998
        (port
999
                (pt 16 0)
1000
                (input)
1001
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1002
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
1003
                (line (pt 16 0)(pt 16 16))
1004
        )
1005
        (port
1006
                (pt 24 64)
1007
                (output)
1008
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1009 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
1010 3 gdevic
                (line (pt 24 43)(pt 24 64))
1011
        )
1012
        (drawing
1013
                (line (pt 36 16)(pt 36 31))
1014
                (line (pt 11 16)(pt 11 31))
1015
                (line (pt 36 16)(pt 11 16))
1016
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
1017
        )
1018
        (rotate270)
1019
)
1020
(symbol
1021 8 gdevic
        (rect 1552 728 1600 792)
1022 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
1023
        (text "inst39" (rect 37 32 49 61)(font "Arial" )(vertical))
1024
        (port
1025
                (pt 16 64)
1026
                (input)
1027
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1028
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
1029
                (line (pt 16 64)(pt 16 48))
1030
        )
1031
        (port
1032
                (pt 24 64)
1033
                (input)
1034
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1035
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
1036
                (line (pt 24 64)(pt 24 48))
1037
        )
1038
        (port
1039
                (pt 32 64)
1040
                (input)
1041
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1042
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
1043
                (line (pt 32 64)(pt 32 48))
1044
        )
1045
        (port
1046
                (pt 24 0)
1047
                (output)
1048
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1049 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
1050 3 gdevic
                (line (pt 24 21)(pt 24 0))
1051
        )
1052
        (drawing
1053
                (line (pt 12 48)(pt 12 33))
1054
                (line (pt 37 48)(pt 37 33))
1055
                (line (pt 12 48)(pt 37 48))
1056
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
1057
        )
1058
        (rotate90)
1059
)
1060
(symbol
1061 8 gdevic
        (rect 1696 280 1744 344)
1062 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
1063
        (text "inst44" (rect -1 3 11 32)(font "Arial" )(vertical))
1064
        (port
1065
                (pt 32 0)
1066
                (input)
1067
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1068
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
1069
                (line (pt 32 0)(pt 32 16))
1070
        )
1071
        (port
1072
                (pt 24 0)
1073
                (input)
1074
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1075
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
1076
                (line (pt 24 0)(pt 24 16))
1077
        )
1078
        (port
1079
                (pt 16 0)
1080
                (input)
1081
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1082
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
1083
                (line (pt 16 0)(pt 16 16))
1084
        )
1085
        (port
1086
                (pt 24 64)
1087
                (output)
1088
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1089 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
1090 3 gdevic
                (line (pt 24 43)(pt 24 64))
1091
        )
1092
        (drawing
1093
                (line (pt 36 16)(pt 36 31))
1094
                (line (pt 11 16)(pt 11 31))
1095
                (line (pt 36 16)(pt 11 16))
1096
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
1097
        )
1098
        (rotate270)
1099
)
1100
(symbol
1101 8 gdevic
        (rect 1696 728 1744 792)
1102 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
1103
        (text "inst45" (rect 37 32 49 61)(font "Arial" )(vertical))
1104
        (port
1105
                (pt 16 64)
1106
                (input)
1107
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1108
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
1109
                (line (pt 16 64)(pt 16 48))
1110
        )
1111
        (port
1112
                (pt 24 64)
1113
                (input)
1114
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1115
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
1116
                (line (pt 24 64)(pt 24 48))
1117
        )
1118
        (port
1119
                (pt 32 64)
1120
                (input)
1121
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1122
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
1123
                (line (pt 32 64)(pt 32 48))
1124
        )
1125
        (port
1126
                (pt 24 0)
1127
                (output)
1128
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1129 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
1130 3 gdevic
                (line (pt 24 21)(pt 24 0))
1131
        )
1132
        (drawing
1133
                (line (pt 12 48)(pt 12 33))
1134
                (line (pt 37 48)(pt 37 33))
1135
                (line (pt 12 48)(pt 37 48))
1136
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
1137
        )
1138
        (rotate90)
1139
)
1140
(symbol
1141 8 gdevic
        (rect 1840 280 1888 344)
1142 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
1143
        (text "inst50" (rect -1 3 11 32)(font "Arial" )(vertical))
1144
        (port
1145
                (pt 32 0)
1146
                (input)
1147
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1148
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
1149
                (line (pt 32 0)(pt 32 16))
1150
        )
1151
        (port
1152
                (pt 24 0)
1153
                (input)
1154
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1155
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
1156
                (line (pt 24 0)(pt 24 16))
1157
        )
1158
        (port
1159
                (pt 16 0)
1160
                (input)
1161
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1162
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
1163
                (line (pt 16 0)(pt 16 16))
1164
        )
1165
        (port
1166
                (pt 24 64)
1167
                (output)
1168
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1169 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
1170 3 gdevic
                (line (pt 24 43)(pt 24 64))
1171
        )
1172
        (drawing
1173
                (line (pt 36 16)(pt 36 31))
1174
                (line (pt 11 16)(pt 11 31))
1175
                (line (pt 36 16)(pt 11 16))
1176
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
1177
        )
1178
        (rotate270)
1179
)
1180
(symbol
1181 8 gdevic
        (rect 1840 728 1888 792)
1182 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
1183
        (text "inst51" (rect 37 32 49 61)(font "Arial" )(vertical))
1184
        (port
1185
                (pt 16 64)
1186
                (input)
1187
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1188
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
1189
                (line (pt 16 64)(pt 16 48))
1190
        )
1191
        (port
1192
                (pt 24 64)
1193
                (input)
1194
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1195
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
1196
                (line (pt 24 64)(pt 24 48))
1197
        )
1198
        (port
1199
                (pt 32 64)
1200
                (input)
1201
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1202
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
1203
                (line (pt 32 64)(pt 32 48))
1204
        )
1205
        (port
1206
                (pt 24 0)
1207
                (output)
1208
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1209 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
1210 3 gdevic
                (line (pt 24 21)(pt 24 0))
1211
        )
1212
        (drawing
1213
                (line (pt 12 48)(pt 12 33))
1214
                (line (pt 37 48)(pt 37 33))
1215
                (line (pt 12 48)(pt 37 48))
1216
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
1217
        )
1218
        (rotate90)
1219
)
1220
(symbol
1221 8 gdevic
        (rect 1984 280 2032 344)
1222 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
1223
        (text "inst56" (rect -1 3 11 32)(font "Arial" )(vertical))
1224
        (port
1225
                (pt 32 0)
1226
                (input)
1227
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1228
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
1229
                (line (pt 32 0)(pt 32 16))
1230
        )
1231
        (port
1232
                (pt 24 0)
1233
                (input)
1234
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1235
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
1236
                (line (pt 24 0)(pt 24 16))
1237
        )
1238
        (port
1239
                (pt 16 0)
1240
                (input)
1241
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1242
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
1243
                (line (pt 16 0)(pt 16 16))
1244
        )
1245
        (port
1246
                (pt 24 64)
1247
                (output)
1248
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1249 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
1250 3 gdevic
                (line (pt 24 43)(pt 24 64))
1251
        )
1252
        (drawing
1253
                (line (pt 36 16)(pt 36 31))
1254
                (line (pt 11 16)(pt 11 31))
1255
                (line (pt 36 16)(pt 11 16))
1256
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
1257
        )
1258
        (rotate270)
1259
)
1260
(symbol
1261 8 gdevic
        (rect 1984 728 2032 792)
1262 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
1263
        (text "inst57" (rect 37 32 49 61)(font "Arial" )(vertical))
1264
        (port
1265
                (pt 16 64)
1266
                (input)
1267
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1268
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
1269
                (line (pt 16 64)(pt 16 48))
1270
        )
1271
        (port
1272
                (pt 24 64)
1273
                (input)
1274
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1275
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
1276
                (line (pt 24 64)(pt 24 48))
1277
        )
1278
        (port
1279
                (pt 32 64)
1280
                (input)
1281
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1282
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
1283
                (line (pt 32 64)(pt 32 48))
1284
        )
1285
        (port
1286
                (pt 24 0)
1287
                (output)
1288
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1289 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
1290 3 gdevic
                (line (pt 24 21)(pt 24 0))
1291
        )
1292
        (drawing
1293
                (line (pt 12 48)(pt 12 33))
1294
                (line (pt 37 48)(pt 37 33))
1295
                (line (pt 12 48)(pt 37 48))
1296
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
1297
        )
1298
        (rotate90)
1299
)
1300
(symbol
1301 8 gdevic
        (rect 2128 280 2176 344)
1302 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
1303
        (text "inst62" (rect -1 3 11 32)(font "Arial" )(vertical))
1304
        (port
1305
                (pt 32 0)
1306
                (input)
1307
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1308
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
1309
                (line (pt 32 0)(pt 32 16))
1310
        )
1311
        (port
1312
                (pt 24 0)
1313
                (input)
1314
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1315
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
1316
                (line (pt 24 0)(pt 24 16))
1317
        )
1318
        (port
1319
                (pt 16 0)
1320
                (input)
1321
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1322
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
1323
                (line (pt 16 0)(pt 16 16))
1324
        )
1325
        (port
1326
                (pt 24 64)
1327
                (output)
1328
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1329 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
1330 3 gdevic
                (line (pt 24 43)(pt 24 64))
1331
        )
1332
        (drawing
1333
                (line (pt 36 16)(pt 36 31))
1334
                (line (pt 11 16)(pt 11 31))
1335
                (line (pt 36 16)(pt 11 16))
1336
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
1337
        )
1338
        (rotate270)
1339
)
1340
(symbol
1341 8 gdevic
        (rect 2128 728 2176 792)
1342 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
1343
        (text "inst63" (rect 37 32 49 61)(font "Arial" )(vertical))
1344
        (port
1345
                (pt 16 64)
1346
                (input)
1347
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1348
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
1349
                (line (pt 16 64)(pt 16 48))
1350
        )
1351
        (port
1352
                (pt 24 64)
1353
                (input)
1354
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1355
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
1356
                (line (pt 24 64)(pt 24 48))
1357
        )
1358
        (port
1359
                (pt 32 64)
1360
                (input)
1361
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1362
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
1363
                (line (pt 32 64)(pt 32 48))
1364
        )
1365
        (port
1366
                (pt 24 0)
1367
                (output)
1368
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1369 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
1370 3 gdevic
                (line (pt 24 21)(pt 24 0))
1371
        )
1372
        (drawing
1373
                (line (pt 12 48)(pt 12 33))
1374
                (line (pt 37 48)(pt 37 33))
1375
                (line (pt 12 48)(pt 37 48))
1376
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
1377
        )
1378
        (rotate90)
1379
)
1380
(symbol
1381 8 gdevic
        (rect 2272 280 2320 344)
1382 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
1383
        (text "inst68" (rect -1 3 11 32)(font "Arial" )(vertical))
1384
        (port
1385
                (pt 32 0)
1386
                (input)
1387
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1388
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
1389
                (line (pt 32 0)(pt 32 16))
1390
        )
1391
        (port
1392
                (pt 24 0)
1393
                (input)
1394
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1395
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
1396
                (line (pt 24 0)(pt 24 16))
1397
        )
1398
        (port
1399
                (pt 16 0)
1400
                (input)
1401
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1402
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
1403
                (line (pt 16 0)(pt 16 16))
1404
        )
1405
        (port
1406
                (pt 24 64)
1407
                (output)
1408
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1409 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
1410 3 gdevic
                (line (pt 24 43)(pt 24 64))
1411
        )
1412
        (drawing
1413
                (line (pt 36 16)(pt 36 31))
1414
                (line (pt 11 16)(pt 11 31))
1415
                (line (pt 36 16)(pt 11 16))
1416
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
1417
        )
1418
        (rotate270)
1419
)
1420
(symbol
1421 8 gdevic
        (rect 2272 728 2320 792)
1422 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
1423
        (text "inst69" (rect 37 32 49 61)(font "Arial" )(vertical))
1424
        (port
1425
                (pt 16 64)
1426
                (input)
1427
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1428
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
1429
                (line (pt 16 64)(pt 16 48))
1430
        )
1431
        (port
1432
                (pt 24 64)
1433
                (input)
1434
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1435
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
1436
                (line (pt 24 64)(pt 24 48))
1437
        )
1438
        (port
1439
                (pt 32 64)
1440
                (input)
1441
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1442
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
1443
                (line (pt 32 64)(pt 32 48))
1444
        )
1445
        (port
1446
                (pt 24 0)
1447
                (output)
1448
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1449 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
1450 3 gdevic
                (line (pt 24 21)(pt 24 0))
1451
        )
1452
        (drawing
1453
                (line (pt 12 48)(pt 12 33))
1454
                (line (pt 37 48)(pt 37 33))
1455
                (line (pt 12 48)(pt 37 48))
1456
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
1457
        )
1458
        (rotate90)
1459
)
1460
(symbol
1461 8 gdevic
        (rect 2416 280 2464 344)
1462 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
1463
        (text "inst74" (rect -1 3 11 32)(font "Arial" )(vertical))
1464
        (port
1465
                (pt 32 0)
1466
                (input)
1467
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1468
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
1469
                (line (pt 32 0)(pt 32 16))
1470
        )
1471
        (port
1472
                (pt 24 0)
1473
                (input)
1474
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1475
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
1476
                (line (pt 24 0)(pt 24 16))
1477
        )
1478
        (port
1479
                (pt 16 0)
1480
                (input)
1481
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1482
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
1483
                (line (pt 16 0)(pt 16 16))
1484
        )
1485
        (port
1486
                (pt 24 64)
1487
                (output)
1488
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1489 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
1490 3 gdevic
                (line (pt 24 43)(pt 24 64))
1491
        )
1492
        (drawing
1493
                (line (pt 36 16)(pt 36 31))
1494
                (line (pt 11 16)(pt 11 31))
1495
                (line (pt 36 16)(pt 11 16))
1496
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
1497
        )
1498
        (rotate270)
1499
)
1500
(symbol
1501 8 gdevic
        (rect 2416 728 2464 792)
1502 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
1503
        (text "inst75" (rect 37 32 49 61)(font "Arial" )(vertical))
1504
        (port
1505
                (pt 16 64)
1506
                (input)
1507
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1508
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
1509
                (line (pt 16 64)(pt 16 48))
1510
        )
1511
        (port
1512
                (pt 24 64)
1513
                (input)
1514
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1515
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
1516
                (line (pt 24 64)(pt 24 48))
1517
        )
1518
        (port
1519
                (pt 32 64)
1520
                (input)
1521
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1522
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
1523
                (line (pt 32 64)(pt 32 48))
1524
        )
1525
        (port
1526
                (pt 24 0)
1527
                (output)
1528
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1529 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
1530 3 gdevic
                (line (pt 24 21)(pt 24 0))
1531
        )
1532
        (drawing
1533
                (line (pt 12 48)(pt 12 33))
1534
                (line (pt 37 48)(pt 37 33))
1535
                (line (pt 12 48)(pt 37 48))
1536
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
1537
        )
1538
        (rotate90)
1539
)
1540
(symbol
1541 8 gdevic
        (rect 816 280 864 344)
1542 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
1543
        (text "i2" (rect -1 3 11 11)(font "Arial" )(vertical))
1544
        (port
1545
                (pt 32 0)
1546
                (input)
1547
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1548
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
1549
                (line (pt 32 0)(pt 32 16))
1550
        )
1551
        (port
1552
                (pt 24 0)
1553
                (input)
1554
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1555
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
1556
                (line (pt 24 0)(pt 24 16))
1557
        )
1558
        (port
1559
                (pt 16 0)
1560
                (input)
1561
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1562
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
1563
                (line (pt 16 0)(pt 16 16))
1564
        )
1565
        (port
1566
                (pt 24 64)
1567
                (output)
1568
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1569 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
1570 3 gdevic
                (line (pt 24 43)(pt 24 64))
1571
        )
1572
        (drawing
1573
                (line (pt 36 16)(pt 36 31))
1574
                (line (pt 11 16)(pt 11 31))
1575
                (line (pt 36 16)(pt 11 16))
1576
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
1577
        )
1578
        (rotate270)
1579
)
1580
(symbol
1581 8 gdevic
        (rect 816 728 864 792)
1582 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
1583
        (text "i3" (rect 37 53 49 61)(font "Arial" )(vertical))
1584
        (port
1585
                (pt 16 64)
1586
                (input)
1587
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1588
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
1589
                (line (pt 16 64)(pt 16 48))
1590
        )
1591
        (port
1592
                (pt 24 64)
1593
                (input)
1594
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1595
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
1596
                (line (pt 24 64)(pt 24 48))
1597
        )
1598
        (port
1599
                (pt 32 64)
1600
                (input)
1601
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1602
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
1603
                (line (pt 32 64)(pt 32 48))
1604
        )
1605
        (port
1606
                (pt 24 0)
1607
                (output)
1608
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1609 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
1610 3 gdevic
                (line (pt 24 21)(pt 24 0))
1611
        )
1612
        (drawing
1613
                (line (pt 12 48)(pt 12 33))
1614
                (line (pt 37 48)(pt 37 33))
1615
                (line (pt 12 48)(pt 37 48))
1616
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
1617
        )
1618
        (rotate90)
1619
)
1620
(symbol
1621 8 gdevic
        (rect 960 280 1008 344)
1622 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
1623
        (text "i8" (rect -1 3 11 11)(font "Arial" )(vertical))
1624
        (port
1625
                (pt 32 0)
1626
                (input)
1627
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1628
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
1629
                (line (pt 32 0)(pt 32 16))
1630
        )
1631
        (port
1632
                (pt 24 0)
1633
                (input)
1634
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1635
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
1636
                (line (pt 24 0)(pt 24 16))
1637
        )
1638
        (port
1639
                (pt 16 0)
1640
                (input)
1641
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1642
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
1643
                (line (pt 16 0)(pt 16 16))
1644
        )
1645
        (port
1646
                (pt 24 64)
1647
                (output)
1648
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1649 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
1650 3 gdevic
                (line (pt 24 43)(pt 24 64))
1651
        )
1652
        (drawing
1653
                (line (pt 36 16)(pt 36 31))
1654
                (line (pt 11 16)(pt 11 31))
1655
                (line (pt 36 16)(pt 11 16))
1656
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
1657
        )
1658
        (rotate270)
1659
)
1660
(symbol
1661 8 gdevic
        (rect 960 728 1008 792)
1662 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
1663
        (text "i9" (rect 37 53 49 61)(font "Arial" )(vertical))
1664
        (port
1665
                (pt 16 64)
1666
                (input)
1667
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1668
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
1669
                (line (pt 16 64)(pt 16 48))
1670
        )
1671
        (port
1672
                (pt 24 64)
1673
                (input)
1674
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1675
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
1676
                (line (pt 24 64)(pt 24 48))
1677
        )
1678
        (port
1679
                (pt 32 64)
1680
                (input)
1681
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1682
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
1683
                (line (pt 32 64)(pt 32 48))
1684
        )
1685
        (port
1686
                (pt 24 0)
1687
                (output)
1688
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1689 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
1690 3 gdevic
                (line (pt 24 21)(pt 24 0))
1691
        )
1692
        (drawing
1693
                (line (pt 12 48)(pt 12 33))
1694
                (line (pt 37 48)(pt 37 33))
1695
                (line (pt 12 48)(pt 37 48))
1696
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
1697
        )
1698
        (rotate90)
1699
)
1700
(symbol
1701 8 gdevic
        (rect 1080 400 1176 520)
1702 3 gdevic
        (text "reg_latch" (rect 82 5 96 58)(font "Arial" (font_size 8))(vertical))
1703
        (text "latch_iy_lo" (rect 4 8 16 61)(font "Arial" )(vertical))
1704
        (port
1705
                (pt 64 0)
1706
                (input)
1707
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
1708
                (text "oe" (rect 55 21 69 35)(font "Arial" (font_size 8))(vertical))
1709
                (line (pt 64 0)(pt 64 16))
1710
        )
1711
        (port
1712
                (pt 48 0)
1713
                (input)
1714
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
1715
                (text "we" (rect 39 21 53 39)(font "Arial" (font_size 8))(vertical))
1716
                (line (pt 48 0)(pt 48 16))
1717
        )
1718
        (port
1719
                (pt 32 120)
1720
                (input)
1721
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
1722
                (text "clk" (rect 26 73 40 88)(font "Arial" (font_size 8))(vertical))
1723
                (line (pt 32 104)(pt 32 120))
1724
        )
1725
        (port
1726
                (pt 64 120)
1727
                (bidir)
1728
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
1729
                (text "db[7..0]" (rect 55 57 69 99)(font "Arial" (font_size 8))(vertical))
1730
                (line (pt 64 120)(pt 64 104)(line_width 3))
1731
        )
1732
        (drawing
1733
                (rectangle (rect 16 16 80 104))
1734
        )
1735
        (rotate270)
1736
        (fill (color 85 255 127))
1737
)
1738
(symbol
1739 8 gdevic
        (rect 1080 560 1176 680)
1740 3 gdevic
        (text "reg_latch" (rect 82 62 96 115)(font "Arial" (font_size 8))(vertical))
1741
        (text "latch_iy_hi" (rect 4 59 16 112)(font "Arial" )(vertical))
1742
        (port
1743
                (pt 64 120)
1744
                (input)
1745
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
1746
                (text "oe" (rect 55 85 69 99)(font "Arial" (font_size 8))(vertical))
1747
                (line (pt 64 120)(pt 64 104))
1748
        )
1749
        (port
1750
                (pt 48 120)
1751
                (input)
1752
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
1753
                (text "we" (rect 39 81 53 99)(font "Arial" (font_size 8))(vertical))
1754
                (line (pt 48 120)(pt 48 104))
1755
        )
1756
        (port
1757
                (pt 32 0)
1758
                (input)
1759
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
1760
                (text "clk" (rect 26 32 40 47)(font "Arial" (font_size 8))(vertical))
1761
                (line (pt 32 16)(pt 32 0))
1762
        )
1763
        (port
1764
                (pt 64 0)
1765
                (bidir)
1766
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
1767
                (text "db[7..0]" (rect 55 21 69 63)(font "Arial" (font_size 8))(vertical))
1768
                (line (pt 64 0)(pt 64 16)(line_width 3))
1769
        )
1770
        (drawing
1771
                (rectangle (rect 16 16 80 104))
1772
        )
1773
        (flipx_rotate90)
1774
        (fill (color 85 255 127))
1775
)
1776
(symbol
1777 8 gdevic
        (rect 1224 400 1320 520)
1778 3 gdevic
        (text "reg_latch" (rect 82 5 96 58)(font "Arial" (font_size 8))(vertical))
1779
        (text "latch_ix_lo" (rect 4 8 16 59)(font "Arial" )(vertical))
1780
        (port
1781
                (pt 64 0)
1782
                (input)
1783
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
1784
                (text "oe" (rect 55 21 69 35)(font "Arial" (font_size 8))(vertical))
1785
                (line (pt 64 0)(pt 64 16))
1786
        )
1787
        (port
1788
                (pt 48 0)
1789
                (input)
1790
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
1791
                (text "we" (rect 39 21 53 39)(font "Arial" (font_size 8))(vertical))
1792
                (line (pt 48 0)(pt 48 16))
1793
        )
1794
        (port
1795
                (pt 32 120)
1796
                (input)
1797
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
1798
                (text "clk" (rect 26 73 40 88)(font "Arial" (font_size 8))(vertical))
1799
                (line (pt 32 104)(pt 32 120))
1800
        )
1801
        (port
1802
                (pt 64 120)
1803
                (bidir)
1804
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
1805
                (text "db[7..0]" (rect 55 57 69 99)(font "Arial" (font_size 8))(vertical))
1806
                (line (pt 64 120)(pt 64 104)(line_width 3))
1807
        )
1808
        (drawing
1809
                (rectangle (rect 16 16 80 104))
1810
        )
1811
        (rotate270)
1812
        (fill (color 85 255 127))
1813
)
1814
(symbol
1815 8 gdevic
        (rect 1224 560 1320 680)
1816 3 gdevic
        (text "reg_latch" (rect 82 62 96 115)(font "Arial" (font_size 8))(vertical))
1817
        (text "latch_ix_hi" (rect 4 61 16 112)(font "Arial" )(vertical))
1818
        (port
1819
                (pt 64 120)
1820
                (input)
1821
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
1822
                (text "oe" (rect 55 85 69 99)(font "Arial" (font_size 8))(vertical))
1823
                (line (pt 64 120)(pt 64 104))
1824
        )
1825
        (port
1826
                (pt 48 120)
1827
                (input)
1828
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
1829
                (text "we" (rect 39 81 53 99)(font "Arial" (font_size 8))(vertical))
1830
                (line (pt 48 120)(pt 48 104))
1831
        )
1832
        (port
1833
                (pt 32 0)
1834
                (input)
1835
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
1836
                (text "clk" (rect 26 32 40 47)(font "Arial" (font_size 8))(vertical))
1837
                (line (pt 32 16)(pt 32 0))
1838
        )
1839
        (port
1840
                (pt 64 0)
1841
                (bidir)
1842
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
1843
                (text "db[7..0]" (rect 55 21 69 63)(font "Arial" (font_size 8))(vertical))
1844
                (line (pt 64 0)(pt 64 16)(line_width 3))
1845
        )
1846
        (drawing
1847
                (rectangle (rect 16 16 80 104))
1848
        )
1849
        (flipx_rotate90)
1850
        (fill (color 85 255 127))
1851
)
1852
(symbol
1853 8 gdevic
        (rect 1368 400 1464 520)
1854 3 gdevic
        (text "reg_latch" (rect 82 5 96 58)(font "Arial" (font_size 8))(vertical))
1855
        (text "latch_hl2_lo" (rect 4 8 16 65)(font "Arial" )(vertical))
1856
        (port
1857
                (pt 64 0)
1858
                (input)
1859
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
1860
                (text "oe" (rect 55 21 69 35)(font "Arial" (font_size 8))(vertical))
1861
                (line (pt 64 0)(pt 64 16))
1862
        )
1863
        (port
1864
                (pt 48 0)
1865
                (input)
1866
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
1867
                (text "we" (rect 39 21 53 39)(font "Arial" (font_size 8))(vertical))
1868
                (line (pt 48 0)(pt 48 16))
1869
        )
1870
        (port
1871
                (pt 32 120)
1872
                (input)
1873
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
1874
                (text "clk" (rect 26 73 40 88)(font "Arial" (font_size 8))(vertical))
1875
                (line (pt 32 104)(pt 32 120))
1876
        )
1877
        (port
1878
                (pt 64 120)
1879
                (bidir)
1880
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
1881
                (text "db[7..0]" (rect 55 57 69 99)(font "Arial" (font_size 8))(vertical))
1882
                (line (pt 64 120)(pt 64 104)(line_width 3))
1883
        )
1884
        (drawing
1885
                (rectangle (rect 16 16 80 104))
1886
        )
1887
        (rotate270)
1888
        (fill (color 85 255 127))
1889
)
1890
(symbol
1891 8 gdevic
        (rect 1512 400 1608 520)
1892 3 gdevic
        (text "reg_latch" (rect 82 5 96 58)(font "Arial" (font_size 8))(vertical))
1893
        (text "latch_hl_lo" (rect 4 8 16 59)(font "Arial" )(vertical))
1894
        (port
1895
                (pt 64 0)
1896
                (input)
1897
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
1898
                (text "oe" (rect 55 21 69 35)(font "Arial" (font_size 8))(vertical))
1899
                (line (pt 64 0)(pt 64 16))
1900
        )
1901
        (port
1902
                (pt 48 0)
1903
                (input)
1904
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
1905
                (text "we" (rect 39 21 53 39)(font "Arial" (font_size 8))(vertical))
1906
                (line (pt 48 0)(pt 48 16))
1907
        )
1908
        (port
1909
                (pt 32 120)
1910
                (input)
1911
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
1912
                (text "clk" (rect 26 73 40 88)(font "Arial" (font_size 8))(vertical))
1913
                (line (pt 32 104)(pt 32 120))
1914
        )
1915
        (port
1916
                (pt 64 120)
1917
                (bidir)
1918
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
1919
                (text "db[7..0]" (rect 55 57 69 99)(font "Arial" (font_size 8))(vertical))
1920
                (line (pt 64 120)(pt 64 104)(line_width 3))
1921
        )
1922
        (drawing
1923
                (rectangle (rect 16 16 80 104))
1924
        )
1925
        (rotate270)
1926
        (fill (color 85 255 127))
1927
)
1928
(symbol
1929 8 gdevic
        (rect 1512 560 1608 680)
1930 3 gdevic
        (text "reg_latch" (rect 82 62 96 115)(font "Arial" (font_size 8))(vertical))
1931
        (text "latch_hl_hi" (rect 4 61 16 112)(font "Arial" )(vertical))
1932
        (port
1933
                (pt 64 120)
1934
                (input)
1935
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
1936
                (text "oe" (rect 55 85 69 99)(font "Arial" (font_size 8))(vertical))
1937
                (line (pt 64 120)(pt 64 104))
1938
        )
1939
        (port
1940
                (pt 48 120)
1941
                (input)
1942
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
1943
                (text "we" (rect 39 81 53 99)(font "Arial" (font_size 8))(vertical))
1944
                (line (pt 48 120)(pt 48 104))
1945
        )
1946
        (port
1947
                (pt 32 0)
1948
                (input)
1949
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
1950
                (text "clk" (rect 26 32 40 47)(font "Arial" (font_size 8))(vertical))
1951
                (line (pt 32 16)(pt 32 0))
1952
        )
1953
        (port
1954
                (pt 64 0)
1955
                (bidir)
1956
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
1957
                (text "db[7..0]" (rect 55 21 69 63)(font "Arial" (font_size 8))(vertical))
1958
                (line (pt 64 0)(pt 64 16)(line_width 3))
1959
        )
1960
        (drawing
1961
                (rectangle (rect 16 16 80 104))
1962
        )
1963
        (flipx_rotate90)
1964
        (fill (color 85 255 127))
1965
)
1966
(symbol
1967 8 gdevic
        (rect 1656 400 1752 520)
1968 3 gdevic
        (text "reg_latch" (rect 82 5 96 58)(font "Arial" (font_size 8))(vertical))
1969
        (text "latch_de2_lo" (rect 4 8 16 69)(font "Arial" )(vertical))
1970
        (port
1971
                (pt 64 0)
1972
                (input)
1973
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
1974
                (text "oe" (rect 55 21 69 35)(font "Arial" (font_size 8))(vertical))
1975
                (line (pt 64 0)(pt 64 16))
1976
        )
1977
        (port
1978
                (pt 48 0)
1979
                (input)
1980
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
1981
                (text "we" (rect 39 21 53 39)(font "Arial" (font_size 8))(vertical))
1982
                (line (pt 48 0)(pt 48 16))
1983
        )
1984
        (port
1985
                (pt 32 120)
1986
                (input)
1987
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
1988
                (text "clk" (rect 26 73 40 88)(font "Arial" (font_size 8))(vertical))
1989
                (line (pt 32 104)(pt 32 120))
1990
        )
1991
        (port
1992
                (pt 64 120)
1993
                (bidir)
1994
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
1995
                (text "db[7..0]" (rect 55 57 69 99)(font "Arial" (font_size 8))(vertical))
1996
                (line (pt 64 120)(pt 64 104)(line_width 3))
1997
        )
1998
        (drawing
1999
                (rectangle (rect 16 16 80 104))
2000
        )
2001
        (rotate270)
2002
        (fill (color 85 255 127))
2003
)
2004
(symbol
2005 8 gdevic
        (rect 1656 560 1752 680)
2006 3 gdevic
        (text "reg_latch" (rect 82 62 96 115)(font "Arial" (font_size 8))(vertical))
2007
        (text "latch_de2_hi" (rect 4 51 16 112)(font "Arial" )(vertical))
2008
        (port
2009
                (pt 64 120)
2010
                (input)
2011
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
2012
                (text "oe" (rect 55 85 69 99)(font "Arial" (font_size 8))(vertical))
2013
                (line (pt 64 120)(pt 64 104))
2014
        )
2015
        (port
2016
                (pt 48 120)
2017
                (input)
2018
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
2019
                (text "we" (rect 39 81 53 99)(font "Arial" (font_size 8))(vertical))
2020
                (line (pt 48 120)(pt 48 104))
2021
        )
2022
        (port
2023
                (pt 32 0)
2024
                (input)
2025
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
2026
                (text "clk" (rect 26 32 40 47)(font "Arial" (font_size 8))(vertical))
2027
                (line (pt 32 16)(pt 32 0))
2028
        )
2029
        (port
2030
                (pt 64 0)
2031
                (bidir)
2032
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
2033
                (text "db[7..0]" (rect 55 21 69 63)(font "Arial" (font_size 8))(vertical))
2034
                (line (pt 64 0)(pt 64 16)(line_width 3))
2035
        )
2036
        (drawing
2037
                (rectangle (rect 16 16 80 104))
2038
        )
2039
        (flipx_rotate90)
2040
        (fill (color 85 255 127))
2041
)
2042
(symbol
2043 8 gdevic
        (rect 1800 400 1896 520)
2044 3 gdevic
        (text "reg_latch" (rect 82 5 96 58)(font "Arial" (font_size 8))(vertical))
2045
        (text "latch_de_lo" (rect 4 8 16 63)(font "Arial" )(vertical))
2046
        (port
2047
                (pt 64 0)
2048
                (input)
2049
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
2050
                (text "oe" (rect 55 21 69 35)(font "Arial" (font_size 8))(vertical))
2051
                (line (pt 64 0)(pt 64 16))
2052
        )
2053
        (port
2054
                (pt 48 0)
2055
                (input)
2056
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
2057
                (text "we" (rect 39 21 53 39)(font "Arial" (font_size 8))(vertical))
2058
                (line (pt 48 0)(pt 48 16))
2059
        )
2060
        (port
2061
                (pt 32 120)
2062
                (input)
2063
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
2064
                (text "clk" (rect 26 73 40 88)(font "Arial" (font_size 8))(vertical))
2065
                (line (pt 32 104)(pt 32 120))
2066
        )
2067
        (port
2068
                (pt 64 120)
2069
                (bidir)
2070
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
2071
                (text "db[7..0]" (rect 55 57 69 99)(font "Arial" (font_size 8))(vertical))
2072
                (line (pt 64 120)(pt 64 104)(line_width 3))
2073
        )
2074
        (drawing
2075
                (rectangle (rect 16 16 80 104))
2076
        )
2077
        (rotate270)
2078
        (fill (color 85 255 127))
2079
)
2080
(symbol
2081 8 gdevic
        (rect 1800 560 1896 680)
2082 3 gdevic
        (text "reg_latch" (rect 82 62 96 115)(font "Arial" (font_size 8))(vertical))
2083
        (text "latch_de_hi" (rect 4 57 16 112)(font "Arial" )(vertical))
2084
        (port
2085
                (pt 64 120)
2086
                (input)
2087
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
2088
                (text "oe" (rect 55 85 69 99)(font "Arial" (font_size 8))(vertical))
2089
                (line (pt 64 120)(pt 64 104))
2090
        )
2091
        (port
2092
                (pt 48 120)
2093
                (input)
2094
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
2095
                (text "we" (rect 39 81 53 99)(font "Arial" (font_size 8))(vertical))
2096
                (line (pt 48 120)(pt 48 104))
2097
        )
2098
        (port
2099
                (pt 32 0)
2100
                (input)
2101
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
2102
                (text "clk" (rect 26 32 40 47)(font "Arial" (font_size 8))(vertical))
2103
                (line (pt 32 16)(pt 32 0))
2104
        )
2105
        (port
2106
                (pt 64 0)
2107
                (bidir)
2108
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
2109
                (text "db[7..0]" (rect 55 21 69 63)(font "Arial" (font_size 8))(vertical))
2110
                (line (pt 64 0)(pt 64 16)(line_width 3))
2111
        )
2112
        (drawing
2113
                (rectangle (rect 16 16 80 104))
2114
        )
2115
        (flipx_rotate90)
2116
        (fill (color 85 255 127))
2117
)
2118
(symbol
2119 8 gdevic
        (rect 1944 400 2040 520)
2120 3 gdevic
        (text "reg_latch" (rect 82 5 96 58)(font "Arial" (font_size 8))(vertical))
2121
        (text "latch_bc2_lo" (rect 4 8 16 69)(font "Arial" )(vertical))
2122
        (port
2123
                (pt 64 0)
2124
                (input)
2125
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
2126
                (text "oe" (rect 55 21 69 35)(font "Arial" (font_size 8))(vertical))
2127
                (line (pt 64 0)(pt 64 16))
2128
        )
2129
        (port
2130
                (pt 48 0)
2131
                (input)
2132
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
2133
                (text "we" (rect 39 21 53 39)(font "Arial" (font_size 8))(vertical))
2134
                (line (pt 48 0)(pt 48 16))
2135
        )
2136
        (port
2137
                (pt 32 120)
2138
                (input)
2139
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
2140
                (text "clk" (rect 26 73 40 88)(font "Arial" (font_size 8))(vertical))
2141
                (line (pt 32 104)(pt 32 120))
2142
        )
2143
        (port
2144
                (pt 64 120)
2145
                (bidir)
2146
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
2147
                (text "db[7..0]" (rect 55 57 69 99)(font "Arial" (font_size 8))(vertical))
2148
                (line (pt 64 120)(pt 64 104)(line_width 3))
2149
        )
2150
        (drawing
2151
                (rectangle (rect 16 16 80 104))
2152
        )
2153
        (rotate270)
2154
        (fill (color 85 255 127))
2155
)
2156
(symbol
2157 8 gdevic
        (rect 1944 560 2040 680)
2158 3 gdevic
        (text "reg_latch" (rect 82 62 96 115)(font "Arial" (font_size 8))(vertical))
2159
        (text "latch_bc2_hi" (rect 4 51 16 112)(font "Arial" )(vertical))
2160
        (port
2161
                (pt 64 120)
2162
                (input)
2163
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
2164
                (text "oe" (rect 55 85 69 99)(font "Arial" (font_size 8))(vertical))
2165
                (line (pt 64 120)(pt 64 104))
2166
        )
2167
        (port
2168
                (pt 48 120)
2169
                (input)
2170
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
2171
                (text "we" (rect 39 81 53 99)(font "Arial" (font_size 8))(vertical))
2172
                (line (pt 48 120)(pt 48 104))
2173
        )
2174
        (port
2175
                (pt 32 0)
2176
                (input)
2177
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
2178
                (text "clk" (rect 26 32 40 47)(font "Arial" (font_size 8))(vertical))
2179
                (line (pt 32 16)(pt 32 0))
2180
        )
2181
        (port
2182
                (pt 64 0)
2183
                (bidir)
2184
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
2185
                (text "db[7..0]" (rect 55 21 69 63)(font "Arial" (font_size 8))(vertical))
2186
                (line (pt 64 0)(pt 64 16)(line_width 3))
2187
        )
2188
        (drawing
2189
                (rectangle (rect 16 16 80 104))
2190
        )
2191
        (flipx_rotate90)
2192
        (fill (color 85 255 127))
2193
)
2194
(symbol
2195 8 gdevic
        (rect 2088 400 2184 520)
2196 3 gdevic
        (text "reg_latch" (rect 82 5 96 58)(font "Arial" (font_size 8))(vertical))
2197
        (text "latch_bc_lo" (rect 4 8 16 63)(font "Arial" )(vertical))
2198
        (port
2199
                (pt 64 0)
2200
                (input)
2201
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
2202
                (text "oe" (rect 55 21 69 35)(font "Arial" (font_size 8))(vertical))
2203
                (line (pt 64 0)(pt 64 16))
2204
        )
2205
        (port
2206
                (pt 48 0)
2207
                (input)
2208
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
2209
                (text "we" (rect 39 21 53 39)(font "Arial" (font_size 8))(vertical))
2210
                (line (pt 48 0)(pt 48 16))
2211
        )
2212
        (port
2213
                (pt 32 120)
2214
                (input)
2215
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
2216
                (text "clk" (rect 26 73 40 88)(font "Arial" (font_size 8))(vertical))
2217
                (line (pt 32 104)(pt 32 120))
2218
        )
2219
        (port
2220
                (pt 64 120)
2221
                (bidir)
2222
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
2223
                (text "db[7..0]" (rect 55 57 69 99)(font "Arial" (font_size 8))(vertical))
2224
                (line (pt 64 120)(pt 64 104)(line_width 3))
2225
        )
2226
        (drawing
2227
                (rectangle (rect 16 16 80 104))
2228
        )
2229
        (rotate270)
2230
        (fill (color 85 255 127))
2231
)
2232
(symbol
2233 8 gdevic
        (rect 2088 560 2184 680)
2234 3 gdevic
        (text "reg_latch" (rect 82 62 96 115)(font "Arial" (font_size 8))(vertical))
2235
        (text "latch_bc_hi" (rect 4 57 16 112)(font "Arial" )(vertical))
2236
        (port
2237
                (pt 64 120)
2238
                (input)
2239
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
2240
                (text "oe" (rect 55 85 69 99)(font "Arial" (font_size 8))(vertical))
2241
                (line (pt 64 120)(pt 64 104))
2242
        )
2243
        (port
2244
                (pt 48 120)
2245
                (input)
2246
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
2247
                (text "we" (rect 39 81 53 99)(font "Arial" (font_size 8))(vertical))
2248
                (line (pt 48 120)(pt 48 104))
2249
        )
2250
        (port
2251
                (pt 32 0)
2252
                (input)
2253
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
2254
                (text "clk" (rect 26 32 40 47)(font "Arial" (font_size 8))(vertical))
2255
                (line (pt 32 16)(pt 32 0))
2256
        )
2257
        (port
2258
                (pt 64 0)
2259
                (bidir)
2260
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
2261
                (text "db[7..0]" (rect 55 21 69 63)(font "Arial" (font_size 8))(vertical))
2262
                (line (pt 64 0)(pt 64 16)(line_width 3))
2263
        )
2264
        (drawing
2265
                (rectangle (rect 16 16 80 104))
2266
        )
2267
        (flipx_rotate90)
2268
        (fill (color 85 255 127))
2269
)
2270
(symbol
2271 8 gdevic
        (rect 2232 400 2328 520)
2272 3 gdevic
        (text "reg_latch" (rect 82 5 96 58)(font "Arial" (font_size 8))(vertical))
2273
        (text "latch_af2_lo" (rect 4 8 16 68)(font "Arial" )(vertical))
2274
        (port
2275
                (pt 64 0)
2276
                (input)
2277
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
2278
                (text "oe" (rect 55 21 69 35)(font "Arial" (font_size 8))(vertical))
2279
                (line (pt 64 0)(pt 64 16))
2280
        )
2281
        (port
2282
                (pt 48 0)
2283
                (input)
2284
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
2285
                (text "we" (rect 39 21 53 39)(font "Arial" (font_size 8))(vertical))
2286
                (line (pt 48 0)(pt 48 16))
2287
        )
2288
        (port
2289
                (pt 32 120)
2290
                (input)
2291
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
2292
                (text "clk" (rect 26 73 40 88)(font "Arial" (font_size 8))(vertical))
2293
                (line (pt 32 104)(pt 32 120))
2294
        )
2295
        (port
2296
                (pt 64 120)
2297
                (bidir)
2298
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
2299
                (text "db[7..0]" (rect 55 57 69 99)(font "Arial" (font_size 8))(vertical))
2300
                (line (pt 64 120)(pt 64 104)(line_width 3))
2301
        )
2302
        (drawing
2303
                (rectangle (rect 16 16 80 104))
2304
        )
2305
        (rotate270)
2306
        (fill (color 85 255 127))
2307
)
2308
(symbol
2309 8 gdevic
        (rect 2232 560 2328 680)
2310 3 gdevic
        (text "reg_latch" (rect 82 62 96 115)(font "Arial" (font_size 8))(vertical))
2311
        (text "latch_af2_hi" (rect 4 52 16 112)(font "Arial" )(vertical))
2312
        (port
2313
                (pt 64 120)
2314
                (input)
2315
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
2316
                (text "oe" (rect 55 85 69 99)(font "Arial" (font_size 8))(vertical))
2317
                (line (pt 64 120)(pt 64 104))
2318
        )
2319
        (port
2320
                (pt 48 120)
2321
                (input)
2322
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
2323
                (text "we" (rect 39 81 53 99)(font "Arial" (font_size 8))(vertical))
2324
                (line (pt 48 120)(pt 48 104))
2325
        )
2326
        (port
2327
                (pt 32 0)
2328
                (input)
2329
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
2330
                (text "clk" (rect 26 32 40 47)(font "Arial" (font_size 8))(vertical))
2331
                (line (pt 32 16)(pt 32 0))
2332
        )
2333
        (port
2334
                (pt 64 0)
2335
                (bidir)
2336
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
2337
                (text "db[7..0]" (rect 55 21 69 63)(font "Arial" (font_size 8))(vertical))
2338
                (line (pt 64 0)(pt 64 16)(line_width 3))
2339
        )
2340
        (drawing
2341
                (rectangle (rect 16 16 80 104))
2342
        )
2343
        (flipx_rotate90)
2344
        (fill (color 85 255 127))
2345
)
2346
(symbol
2347 8 gdevic
        (rect 2376 400 2472 520)
2348 3 gdevic
        (text "reg_latch" (rect 82 5 96 58)(font "Arial" (font_size 8))(vertical))
2349
        (text "latch_af_lo" (rect 4 8 16 62)(font "Arial" )(vertical))
2350
        (port
2351
                (pt 64 0)
2352
                (input)
2353
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
2354
                (text "oe" (rect 55 21 69 35)(font "Arial" (font_size 8))(vertical))
2355
                (line (pt 64 0)(pt 64 16))
2356
        )
2357
        (port
2358
                (pt 48 0)
2359
                (input)
2360
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
2361
                (text "we" (rect 39 21 53 39)(font "Arial" (font_size 8))(vertical))
2362
                (line (pt 48 0)(pt 48 16))
2363
        )
2364
        (port
2365
                (pt 32 120)
2366
                (input)
2367
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
2368
                (text "clk" (rect 26 73 40 88)(font "Arial" (font_size 8))(vertical))
2369
                (line (pt 32 104)(pt 32 120))
2370
        )
2371
        (port
2372
                (pt 64 120)
2373
                (bidir)
2374
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
2375
                (text "db[7..0]" (rect 55 57 69 99)(font "Arial" (font_size 8))(vertical))
2376
                (line (pt 64 120)(pt 64 104)(line_width 3))
2377
        )
2378
        (drawing
2379
                (rectangle (rect 16 16 80 104))
2380
        )
2381
        (rotate270)
2382
        (fill (color 85 255 127))
2383
)
2384
(symbol
2385 8 gdevic
        (rect 2376 560 2472 680)
2386 3 gdevic
        (text "reg_latch" (rect 82 62 96 115)(font "Arial" (font_size 8))(vertical))
2387
        (text "latch_af_hi" (rect 4 58 16 112)(font "Arial" )(vertical))
2388
        (port
2389
                (pt 64 120)
2390
                (input)
2391
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
2392
                (text "oe" (rect 55 85 69 99)(font "Arial" (font_size 8))(vertical))
2393
                (line (pt 64 120)(pt 64 104))
2394
        )
2395
        (port
2396
                (pt 48 120)
2397
                (input)
2398
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
2399
                (text "we" (rect 39 81 53 99)(font "Arial" (font_size 8))(vertical))
2400
                (line (pt 48 120)(pt 48 104))
2401
        )
2402
        (port
2403
                (pt 32 0)
2404
                (input)
2405
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
2406
                (text "clk" (rect 26 32 40 47)(font "Arial" (font_size 8))(vertical))
2407
                (line (pt 32 16)(pt 32 0))
2408
        )
2409
        (port
2410
                (pt 64 0)
2411
                (bidir)
2412
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
2413
                (text "db[7..0]" (rect 55 21 69 63)(font "Arial" (font_size 8))(vertical))
2414
                (line (pt 64 0)(pt 64 16)(line_width 3))
2415
        )
2416
        (drawing
2417
                (rectangle (rect 16 16 80 104))
2418
        )
2419
        (flipx_rotate90)
2420
        (fill (color 85 255 127))
2421
)
2422
(symbol
2423
        (rect 320 560 416 680)
2424
        (text "reg_latch" (rect 82 62 96 115)(font "Arial" (font_size 8))(vertical))
2425
        (text "latch_ir_hi" (rect 4 63 16 112)(font "Arial" )(vertical))
2426
        (port
2427
                (pt 64 120)
2428
                (input)
2429
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
2430
                (text "oe" (rect 55 85 69 99)(font "Arial" (font_size 8))(vertical))
2431
                (line (pt 64 120)(pt 64 104))
2432
        )
2433
        (port
2434
                (pt 48 120)
2435
                (input)
2436
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
2437
                (text "we" (rect 39 81 53 99)(font "Arial" (font_size 8))(vertical))
2438
                (line (pt 48 120)(pt 48 104))
2439
        )
2440
        (port
2441
                (pt 32 0)
2442
                (input)
2443
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
2444
                (text "clk" (rect 26 32 40 47)(font "Arial" (font_size 8))(vertical))
2445
                (line (pt 32 16)(pt 32 0))
2446
        )
2447
        (port
2448
                (pt 64 0)
2449
                (bidir)
2450
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
2451
                (text "db[7..0]" (rect 55 21 69 63)(font "Arial" (font_size 8))(vertical))
2452
                (line (pt 64 0)(pt 64 16)(line_width 3))
2453
        )
2454
        (drawing
2455
                (rectangle (rect 16 16 80 104))
2456
        )
2457
        (flipx_rotate90)
2458
        (fill (color 85 255 127))
2459
)
2460
(symbol
2461
        (rect 464 560 560 680)
2462
        (text "reg_latch" (rect 82 62 96 115)(font "Arial" (font_size 8))(vertical))
2463
        (text "latch_pc_hi" (rect 4 57 16 112)(font "Arial" )(vertical))
2464
        (port
2465
                (pt 64 120)
2466
                (input)
2467
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
2468
                (text "oe" (rect 55 85 69 99)(font "Arial" (font_size 8))(vertical))
2469
                (line (pt 64 120)(pt 64 104))
2470
        )
2471
        (port
2472
                (pt 48 120)
2473
                (input)
2474
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
2475
                (text "we" (rect 39 81 53 99)(font "Arial" (font_size 8))(vertical))
2476
                (line (pt 48 120)(pt 48 104))
2477
        )
2478
        (port
2479
                (pt 32 0)
2480
                (input)
2481
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
2482
                (text "clk" (rect 26 32 40 47)(font "Arial" (font_size 8))(vertical))
2483
                (line (pt 32 16)(pt 32 0))
2484
        )
2485
        (port
2486
                (pt 64 0)
2487
                (bidir)
2488
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
2489
                (text "db[7..0]" (rect 55 21 69 63)(font "Arial" (font_size 8))(vertical))
2490
                (line (pt 64 0)(pt 64 16)(line_width 3))
2491
        )
2492
        (drawing
2493
                (rectangle (rect 16 16 80 104))
2494
        )
2495
        (flipx_rotate90)
2496
        (fill (color 85 255 127))
2497
)
2498
(symbol
2499
        (rect 232 232 280 264)
2500
        (text "NOT" (rect 1 0 21 10)(font "Arial" (font_size 6)))
2501
        (text "inst" (rect 3 21 20 33)(font "Arial" ))
2502
        (port
2503
                (pt 0 16)
2504
                (input)
2505
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
2506
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
2507
                (line (pt 0 16)(pt 13 16))
2508
        )
2509
        (port
2510
                (pt 48 16)
2511
                (output)
2512
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
2513 8 gdevic
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
2514 3 gdevic
                (line (pt 39 16)(pt 48 16))
2515
        )
2516
        (drawing
2517
                (line (pt 13 25)(pt 13 7))
2518
                (line (pt 13 7)(pt 31 16))
2519
                (line (pt 13 25)(pt 31 16))
2520
                (circle (rect 31 12 39 20))
2521
        )
2522
)
2523
(symbol
2524
        (rect 304 280 352 344)
2525
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
2526
        (text "inst3" (rect -1 3 11 26)(font "Arial" )(vertical))
2527
        (port
2528
                (pt 32 0)
2529
                (input)
2530
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
2531
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
2532
                (line (pt 32 0)(pt 32 16))
2533
        )
2534
        (port
2535
                (pt 24 0)
2536
                (input)
2537
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
2538
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
2539
                (line (pt 24 0)(pt 24 16))
2540
        )
2541
        (port
2542
                (pt 16 0)
2543
                (input)
2544
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
2545
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
2546
                (line (pt 16 0)(pt 16 16))
2547
        )
2548
        (port
2549
                (pt 24 64)
2550
                (output)
2551
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
2552 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
2553 3 gdevic
                (line (pt 24 43)(pt 24 64))
2554
        )
2555
        (drawing
2556
                (line (pt 36 16)(pt 36 31))
2557
                (line (pt 11 16)(pt 11 31))
2558
                (line (pt 36 16)(pt 11 16))
2559
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
2560
        )
2561
        (rotate270)
2562
)
2563
(symbol
2564
        (rect 448 280 496 344)
2565
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
2566
        (text "inst4" (rect -1 3 11 26)(font "Arial" )(vertical))
2567
        (port
2568
                (pt 32 0)
2569
                (input)
2570
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
2571
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
2572
                (line (pt 32 0)(pt 32 16))
2573
        )
2574
        (port
2575
                (pt 24 0)
2576
                (input)
2577
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
2578
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
2579
                (line (pt 24 0)(pt 24 16))
2580
        )
2581
        (port
2582
                (pt 16 0)
2583
                (input)
2584
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
2585
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
2586
                (line (pt 16 0)(pt 16 16))
2587
        )
2588
        (port
2589
                (pt 24 64)
2590
                (output)
2591
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
2592 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
2593 3 gdevic
                (line (pt 24 43)(pt 24 64))
2594
        )
2595
        (drawing
2596
                (line (pt 36 16)(pt 36 31))
2597
                (line (pt 11 16)(pt 11 31))
2598
                (line (pt 36 16)(pt 11 16))
2599
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
2600
        )
2601
        (rotate270)
2602
)
2603
(symbol
2604 8 gdevic
        (rect 760 280 808 344)
2605 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
2606
        (text "inst5" (rect -1 3 11 26)(font "Arial" )(vertical))
2607
        (port
2608
                (pt 32 0)
2609
                (input)
2610
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
2611
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
2612
                (line (pt 32 0)(pt 32 16))
2613
        )
2614
        (port
2615
                (pt 24 0)
2616
                (input)
2617
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
2618
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
2619
                (line (pt 24 0)(pt 24 16))
2620
        )
2621
        (port
2622
                (pt 16 0)
2623
                (input)
2624
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
2625
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
2626
                (line (pt 16 0)(pt 16 16))
2627
        )
2628
        (port
2629
                (pt 24 64)
2630
                (output)
2631
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
2632 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
2633 3 gdevic
                (line (pt 24 43)(pt 24 64))
2634
        )
2635
        (drawing
2636
                (line (pt 36 16)(pt 36 31))
2637
                (line (pt 11 16)(pt 11 31))
2638
                (line (pt 36 16)(pt 11 16))
2639
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
2640
        )
2641
        (rotate270)
2642
)
2643
(symbol
2644 8 gdevic
        (rect 904 280 952 344)
2645 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
2646
        (text "inst9" (rect -1 3 11 26)(font "Arial" )(vertical))
2647
        (port
2648
                (pt 32 0)
2649
                (input)
2650
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
2651
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
2652
                (line (pt 32 0)(pt 32 16))
2653
        )
2654
        (port
2655
                (pt 24 0)
2656
                (input)
2657
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
2658
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
2659
                (line (pt 24 0)(pt 24 16))
2660
        )
2661
        (port
2662
                (pt 16 0)
2663
                (input)
2664
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
2665
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
2666
                (line (pt 16 0)(pt 16 16))
2667
        )
2668
        (port
2669
                (pt 24 64)
2670
                (output)
2671
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
2672 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
2673 3 gdevic
                (line (pt 24 43)(pt 24 64))
2674
        )
2675
        (drawing
2676
                (line (pt 36 16)(pt 36 31))
2677
                (line (pt 11 16)(pt 11 31))
2678
                (line (pt 36 16)(pt 11 16))
2679
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
2680
        )
2681
        (rotate270)
2682
)
2683
(symbol
2684 8 gdevic
        (rect 1064 280 1112 344)
2685 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
2686
        (text "inst10" (rect -1 3 11 32)(font "Arial" )(vertical))
2687
        (port
2688
                (pt 32 0)
2689
                (input)
2690
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
2691
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
2692
                (line (pt 32 0)(pt 32 16))
2693
        )
2694
        (port
2695
                (pt 24 0)
2696
                (input)
2697
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
2698
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
2699
                (line (pt 24 0)(pt 24 16))
2700
        )
2701
        (port
2702
                (pt 16 0)
2703
                (input)
2704
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
2705
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
2706
                (line (pt 16 0)(pt 16 16))
2707
        )
2708
        (port
2709
                (pt 24 64)
2710
                (output)
2711
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
2712 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
2713 3 gdevic
                (line (pt 24 43)(pt 24 64))
2714
        )
2715
        (drawing
2716
                (line (pt 36 16)(pt 36 31))
2717
                (line (pt 11 16)(pt 11 31))
2718
                (line (pt 36 16)(pt 11 16))
2719
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
2720
        )
2721
        (rotate270)
2722
)
2723
(symbol
2724 8 gdevic
        (rect 1208 280 1256 344)
2725 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
2726
        (text "inst13" (rect -1 3 11 32)(font "Arial" )(vertical))
2727
        (port
2728
                (pt 32 0)
2729
                (input)
2730
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
2731
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
2732
                (line (pt 32 0)(pt 32 16))
2733
        )
2734
        (port
2735
                (pt 24 0)
2736
                (input)
2737
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
2738
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
2739
                (line (pt 24 0)(pt 24 16))
2740
        )
2741
        (port
2742
                (pt 16 0)
2743
                (input)
2744
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
2745
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
2746
                (line (pt 16 0)(pt 16 16))
2747
        )
2748
        (port
2749
                (pt 24 64)
2750
                (output)
2751
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
2752 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
2753 3 gdevic
                (line (pt 24 43)(pt 24 64))
2754
        )
2755
        (drawing
2756
                (line (pt 36 16)(pt 36 31))
2757
                (line (pt 11 16)(pt 11 31))
2758
                (line (pt 36 16)(pt 11 16))
2759
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
2760
        )
2761
        (rotate270)
2762
)
2763
(symbol
2764 8 gdevic
        (rect 1352 280 1400 344)
2765 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
2766
        (text "inst14" (rect -1 3 11 32)(font "Arial" )(vertical))
2767
        (port
2768
                (pt 32 0)
2769
                (input)
2770
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
2771
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
2772
                (line (pt 32 0)(pt 32 16))
2773
        )
2774
        (port
2775
                (pt 24 0)
2776
                (input)
2777
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
2778
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
2779
                (line (pt 24 0)(pt 24 16))
2780
        )
2781
        (port
2782
                (pt 16 0)
2783
                (input)
2784
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
2785
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
2786
                (line (pt 16 0)(pt 16 16))
2787
        )
2788
        (port
2789
                (pt 24 64)
2790
                (output)
2791
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
2792 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
2793 3 gdevic
                (line (pt 24 43)(pt 24 64))
2794
        )
2795
        (drawing
2796
                (line (pt 36 16)(pt 36 31))
2797
                (line (pt 11 16)(pt 11 31))
2798
                (line (pt 36 16)(pt 11 16))
2799
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
2800
        )
2801
        (rotate270)
2802
)
2803
(symbol
2804 8 gdevic
        (rect 1496 280 1544 344)
2805 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
2806
        (text "inst16" (rect -1 3 11 32)(font "Arial" )(vertical))
2807
        (port
2808
                (pt 32 0)
2809
                (input)
2810
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
2811
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
2812
                (line (pt 32 0)(pt 32 16))
2813
        )
2814
        (port
2815
                (pt 24 0)
2816
                (input)
2817
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
2818
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
2819
                (line (pt 24 0)(pt 24 16))
2820
        )
2821
        (port
2822
                (pt 16 0)
2823
                (input)
2824
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
2825
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
2826
                (line (pt 16 0)(pt 16 16))
2827
        )
2828
        (port
2829
                (pt 24 64)
2830
                (output)
2831
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
2832 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
2833 3 gdevic
                (line (pt 24 43)(pt 24 64))
2834
        )
2835
        (drawing
2836
                (line (pt 36 16)(pt 36 31))
2837
                (line (pt 11 16)(pt 11 31))
2838
                (line (pt 36 16)(pt 11 16))
2839
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
2840
        )
2841
        (rotate270)
2842
)
2843
(symbol
2844 8 gdevic
        (rect 1640 280 1688 344)
2845 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
2846
        (text "inst17" (rect -1 3 11 32)(font "Arial" )(vertical))
2847
        (port
2848
                (pt 32 0)
2849
                (input)
2850
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
2851
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
2852
                (line (pt 32 0)(pt 32 16))
2853
        )
2854
        (port
2855
                (pt 24 0)
2856
                (input)
2857
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
2858
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
2859
                (line (pt 24 0)(pt 24 16))
2860
        )
2861
        (port
2862
                (pt 16 0)
2863
                (input)
2864
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
2865
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
2866
                (line (pt 16 0)(pt 16 16))
2867
        )
2868
        (port
2869
                (pt 24 64)
2870
                (output)
2871
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
2872 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
2873 3 gdevic
                (line (pt 24 43)(pt 24 64))
2874
        )
2875
        (drawing
2876
                (line (pt 36 16)(pt 36 31))
2877
                (line (pt 11 16)(pt 11 31))
2878
                (line (pt 36 16)(pt 11 16))
2879
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
2880
        )
2881
        (rotate270)
2882
)
2883
(symbol
2884 8 gdevic
        (rect 1784 280 1832 344)
2885 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
2886
        (text "inst18" (rect -1 3 11 32)(font "Arial" )(vertical))
2887
        (port
2888
                (pt 32 0)
2889
                (input)
2890
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
2891
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
2892
                (line (pt 32 0)(pt 32 16))
2893
        )
2894
        (port
2895
                (pt 24 0)
2896
                (input)
2897
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
2898
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
2899
                (line (pt 24 0)(pt 24 16))
2900
        )
2901
        (port
2902
                (pt 16 0)
2903
                (input)
2904
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
2905
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
2906
                (line (pt 16 0)(pt 16 16))
2907
        )
2908
        (port
2909
                (pt 24 64)
2910
                (output)
2911
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
2912 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
2913 3 gdevic
                (line (pt 24 43)(pt 24 64))
2914
        )
2915
        (drawing
2916
                (line (pt 36 16)(pt 36 31))
2917
                (line (pt 11 16)(pt 11 31))
2918
                (line (pt 36 16)(pt 11 16))
2919
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
2920
        )
2921
        (rotate270)
2922
)
2923
(symbol
2924 8 gdevic
        (rect 1928 280 1976 344)
2925 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
2926
        (text "inst22" (rect -1 3 11 32)(font "Arial" )(vertical))
2927
        (port
2928
                (pt 32 0)
2929
                (input)
2930
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
2931
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
2932
                (line (pt 32 0)(pt 32 16))
2933
        )
2934
        (port
2935
                (pt 24 0)
2936
                (input)
2937
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
2938
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
2939
                (line (pt 24 0)(pt 24 16))
2940
        )
2941
        (port
2942
                (pt 16 0)
2943
                (input)
2944
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
2945
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
2946
                (line (pt 16 0)(pt 16 16))
2947
        )
2948
        (port
2949
                (pt 24 64)
2950
                (output)
2951
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
2952 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
2953 3 gdevic
                (line (pt 24 43)(pt 24 64))
2954
        )
2955
        (drawing
2956
                (line (pt 36 16)(pt 36 31))
2957
                (line (pt 11 16)(pt 11 31))
2958
                (line (pt 36 16)(pt 11 16))
2959
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
2960
        )
2961
        (rotate270)
2962
)
2963
(symbol
2964 8 gdevic
        (rect 2072 280 2120 344)
2965 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
2966
        (text "inst23" (rect -1 3 11 32)(font "Arial" )(vertical))
2967
        (port
2968
                (pt 32 0)
2969
                (input)
2970
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
2971
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
2972
                (line (pt 32 0)(pt 32 16))
2973
        )
2974
        (port
2975
                (pt 24 0)
2976
                (input)
2977
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
2978
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
2979
                (line (pt 24 0)(pt 24 16))
2980
        )
2981
        (port
2982
                (pt 16 0)
2983
                (input)
2984
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
2985
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
2986
                (line (pt 16 0)(pt 16 16))
2987
        )
2988
        (port
2989
                (pt 24 64)
2990
                (output)
2991
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
2992 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
2993 3 gdevic
                (line (pt 24 43)(pt 24 64))
2994
        )
2995
        (drawing
2996
                (line (pt 36 16)(pt 36 31))
2997
                (line (pt 11 16)(pt 11 31))
2998
                (line (pt 36 16)(pt 11 16))
2999
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
3000
        )
3001
        (rotate270)
3002
)
3003
(symbol
3004 8 gdevic
        (rect 2216 280 2264 344)
3005 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
3006
        (text "inst24" (rect -1 3 11 32)(font "Arial" )(vertical))
3007
        (port
3008
                (pt 32 0)
3009
                (input)
3010
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3011
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
3012
                (line (pt 32 0)(pt 32 16))
3013
        )
3014
        (port
3015
                (pt 24 0)
3016
                (input)
3017
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3018
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
3019
                (line (pt 24 0)(pt 24 16))
3020
        )
3021
        (port
3022
                (pt 16 0)
3023
                (input)
3024
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3025
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
3026
                (line (pt 16 0)(pt 16 16))
3027
        )
3028
        (port
3029
                (pt 24 64)
3030
                (output)
3031
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3032 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
3033 3 gdevic
                (line (pt 24 43)(pt 24 64))
3034
        )
3035
        (drawing
3036
                (line (pt 36 16)(pt 36 31))
3037
                (line (pt 11 16)(pt 11 31))
3038
                (line (pt 36 16)(pt 11 16))
3039
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
3040
        )
3041
        (rotate270)
3042
)
3043
(symbol
3044 8 gdevic
        (rect 2360 280 2408 344)
3045 3 gdevic
        (text "AND3" (rect 38 1 48 25)(font "Arial" (font_size 6))(vertical))
3046
        (text "inst28" (rect -1 3 11 32)(font "Arial" )(vertical))
3047
        (port
3048
                (pt 32 0)
3049
                (input)
3050
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3051
                (text "IN1" (rect 29 2 41 19)(font "Courier New" (bold))(vertical)(invisible))
3052
                (line (pt 32 0)(pt 32 16))
3053
        )
3054
        (port
3055
                (pt 24 0)
3056
                (input)
3057
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3058
                (text "IN2" (rect 21 2 33 19)(font "Courier New" (bold))(vertical)(invisible))
3059
                (line (pt 24 0)(pt 24 16))
3060
        )
3061
        (port
3062
                (pt 16 0)
3063
                (input)
3064
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3065
                (text "IN3" (rect 13 2 25 19)(font "Courier New" (bold))(vertical)(invisible))
3066
                (line (pt 16 0)(pt 16 16))
3067
        )
3068
        (port
3069
                (pt 24 64)
3070
                (output)
3071
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3072 8 gdevic
                (text "OUT" (rect 21 48 33 65)(font "Courier New" (bold))(vertical)(invisible))
3073 3 gdevic
                (line (pt 24 43)(pt 24 64))
3074
        )
3075
        (drawing
3076
                (line (pt 36 16)(pt 36 31))
3077
                (line (pt 11 16)(pt 11 31))
3078
                (line (pt 36 16)(pt 11 16))
3079
                (arc (pt 12 31)(pt 36 31)(rect 11 19 36 44))
3080
        )
3081
        (rotate270)
3082
)
3083
(symbol
3084 8 gdevic
        (rect 760 728 808 792)
3085 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
3086
        (text "inst19" (rect 37 32 49 61)(font "Arial" )(vertical))
3087
        (port
3088
                (pt 16 64)
3089
                (input)
3090
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3091
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
3092
                (line (pt 16 64)(pt 16 48))
3093
        )
3094
        (port
3095
                (pt 24 64)
3096
                (input)
3097
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3098
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
3099
                (line (pt 24 64)(pt 24 48))
3100
        )
3101
        (port
3102
                (pt 32 64)
3103
                (input)
3104
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3105
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
3106
                (line (pt 32 64)(pt 32 48))
3107
        )
3108
        (port
3109
                (pt 24 0)
3110
                (output)
3111
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3112 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
3113 3 gdevic
                (line (pt 24 21)(pt 24 0))
3114
        )
3115
        (drawing
3116
                (line (pt 12 48)(pt 12 33))
3117
                (line (pt 37 48)(pt 37 33))
3118
                (line (pt 12 48)(pt 37 48))
3119
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
3120
        )
3121
        (rotate90)
3122
)
3123
(symbol
3124 8 gdevic
        (rect 904 728 952 792)
3125 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
3126
        (text "inst25" (rect 37 32 49 61)(font "Arial" )(vertical))
3127
        (port
3128
                (pt 16 64)
3129
                (input)
3130
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3131
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
3132
                (line (pt 16 64)(pt 16 48))
3133
        )
3134
        (port
3135
                (pt 24 64)
3136
                (input)
3137
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3138
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
3139
                (line (pt 24 64)(pt 24 48))
3140
        )
3141
        (port
3142
                (pt 32 64)
3143
                (input)
3144
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3145
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
3146
                (line (pt 32 64)(pt 32 48))
3147
        )
3148
        (port
3149
                (pt 24 0)
3150
                (output)
3151
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3152 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
3153 3 gdevic
                (line (pt 24 21)(pt 24 0))
3154
        )
3155
        (drawing
3156
                (line (pt 12 48)(pt 12 33))
3157
                (line (pt 37 48)(pt 37 33))
3158
                (line (pt 12 48)(pt 37 48))
3159
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
3160
        )
3161
        (rotate90)
3162
)
3163
(symbol
3164 8 gdevic
        (rect 1064 728 1112 792)
3165 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
3166
        (text "inst29" (rect 37 32 49 61)(font "Arial" )(vertical))
3167
        (port
3168
                (pt 16 64)
3169
                (input)
3170
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3171
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
3172
                (line (pt 16 64)(pt 16 48))
3173
        )
3174
        (port
3175
                (pt 24 64)
3176
                (input)
3177
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3178
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
3179
                (line (pt 24 64)(pt 24 48))
3180
        )
3181
        (port
3182
                (pt 32 64)
3183
                (input)
3184
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3185
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
3186
                (line (pt 32 64)(pt 32 48))
3187
        )
3188
        (port
3189
                (pt 24 0)
3190
                (output)
3191
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3192 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
3193 3 gdevic
                (line (pt 24 21)(pt 24 0))
3194
        )
3195
        (drawing
3196
                (line (pt 12 48)(pt 12 33))
3197
                (line (pt 37 48)(pt 37 33))
3198
                (line (pt 12 48)(pt 37 48))
3199
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
3200
        )
3201
        (rotate90)
3202
)
3203
(symbol
3204 8 gdevic
        (rect 1208 728 1256 792)
3205 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
3206
        (text "inst30" (rect 37 32 49 61)(font "Arial" )(vertical))
3207
        (port
3208
                (pt 16 64)
3209
                (input)
3210
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3211
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
3212
                (line (pt 16 64)(pt 16 48))
3213
        )
3214
        (port
3215
                (pt 24 64)
3216
                (input)
3217
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3218
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
3219
                (line (pt 24 64)(pt 24 48))
3220
        )
3221
        (port
3222
                (pt 32 64)
3223
                (input)
3224
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3225
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
3226
                (line (pt 32 64)(pt 32 48))
3227
        )
3228
        (port
3229
                (pt 24 0)
3230
                (output)
3231
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3232 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
3233 3 gdevic
                (line (pt 24 21)(pt 24 0))
3234
        )
3235
        (drawing
3236
                (line (pt 12 48)(pt 12 33))
3237
                (line (pt 37 48)(pt 37 33))
3238
                (line (pt 12 48)(pt 37 48))
3239
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
3240
        )
3241
        (rotate90)
3242
)
3243
(symbol
3244 8 gdevic
        (rect 1352 728 1400 792)
3245 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
3246
        (text "inst31" (rect 37 32 49 61)(font "Arial" )(vertical))
3247
        (port
3248
                (pt 16 64)
3249
                (input)
3250
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3251
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
3252
                (line (pt 16 64)(pt 16 48))
3253
        )
3254
        (port
3255
                (pt 24 64)
3256
                (input)
3257
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3258
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
3259
                (line (pt 24 64)(pt 24 48))
3260
        )
3261
        (port
3262
                (pt 32 64)
3263
                (input)
3264
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3265
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
3266
                (line (pt 32 64)(pt 32 48))
3267
        )
3268
        (port
3269
                (pt 24 0)
3270
                (output)
3271
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3272 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
3273 3 gdevic
                (line (pt 24 21)(pt 24 0))
3274
        )
3275
        (drawing
3276
                (line (pt 12 48)(pt 12 33))
3277
                (line (pt 37 48)(pt 37 33))
3278
                (line (pt 12 48)(pt 37 48))
3279
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
3280
        )
3281
        (rotate90)
3282
)
3283
(symbol
3284 8 gdevic
        (rect 1496 728 1544 792)
3285 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
3286
        (text "inst34" (rect 37 32 49 61)(font "Arial" )(vertical))
3287
        (port
3288
                (pt 16 64)
3289
                (input)
3290
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3291
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
3292
                (line (pt 16 64)(pt 16 48))
3293
        )
3294
        (port
3295
                (pt 24 64)
3296
                (input)
3297
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3298
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
3299
                (line (pt 24 64)(pt 24 48))
3300
        )
3301
        (port
3302
                (pt 32 64)
3303
                (input)
3304
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3305
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
3306
                (line (pt 32 64)(pt 32 48))
3307
        )
3308
        (port
3309
                (pt 24 0)
3310
                (output)
3311
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3312 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
3313 3 gdevic
                (line (pt 24 21)(pt 24 0))
3314
        )
3315
        (drawing
3316
                (line (pt 12 48)(pt 12 33))
3317
                (line (pt 37 48)(pt 37 33))
3318
                (line (pt 12 48)(pt 37 48))
3319
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
3320
        )
3321
        (rotate90)
3322
)
3323
(symbol
3324 8 gdevic
        (rect 1640 728 1688 792)
3325 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
3326
        (text "inst35" (rect 37 32 49 61)(font "Arial" )(vertical))
3327
        (port
3328
                (pt 16 64)
3329
                (input)
3330
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3331
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
3332
                (line (pt 16 64)(pt 16 48))
3333
        )
3334
        (port
3335
                (pt 24 64)
3336
                (input)
3337
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3338
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
3339
                (line (pt 24 64)(pt 24 48))
3340
        )
3341
        (port
3342
                (pt 32 64)
3343
                (input)
3344
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3345
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
3346
                (line (pt 32 64)(pt 32 48))
3347
        )
3348
        (port
3349
                (pt 24 0)
3350
                (output)
3351
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3352 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
3353 3 gdevic
                (line (pt 24 21)(pt 24 0))
3354
        )
3355
        (drawing
3356
                (line (pt 12 48)(pt 12 33))
3357
                (line (pt 37 48)(pt 37 33))
3358
                (line (pt 12 48)(pt 37 48))
3359
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
3360
        )
3361
        (rotate90)
3362
)
3363
(symbol
3364 8 gdevic
        (rect 1784 728 1832 792)
3365 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
3366
        (text "inst36" (rect 37 32 49 61)(font "Arial" )(vertical))
3367
        (port
3368
                (pt 16 64)
3369
                (input)
3370
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3371
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
3372
                (line (pt 16 64)(pt 16 48))
3373
        )
3374
        (port
3375
                (pt 24 64)
3376
                (input)
3377
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3378
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
3379
                (line (pt 24 64)(pt 24 48))
3380
        )
3381
        (port
3382
                (pt 32 64)
3383
                (input)
3384
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3385
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
3386
                (line (pt 32 64)(pt 32 48))
3387
        )
3388
        (port
3389
                (pt 24 0)
3390
                (output)
3391
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3392 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
3393 3 gdevic
                (line (pt 24 21)(pt 24 0))
3394
        )
3395
        (drawing
3396
                (line (pt 12 48)(pt 12 33))
3397
                (line (pt 37 48)(pt 37 33))
3398
                (line (pt 12 48)(pt 37 48))
3399
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
3400
        )
3401
        (rotate90)
3402
)
3403
(symbol
3404 8 gdevic
        (rect 1928 728 1976 792)
3405 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
3406
        (text "inst37" (rect 37 32 49 61)(font "Arial" )(vertical))
3407
        (port
3408
                (pt 16 64)
3409
                (input)
3410
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3411
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
3412
                (line (pt 16 64)(pt 16 48))
3413
        )
3414
        (port
3415
                (pt 24 64)
3416
                (input)
3417
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3418
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
3419
                (line (pt 24 64)(pt 24 48))
3420
        )
3421
        (port
3422
                (pt 32 64)
3423
                (input)
3424
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3425
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
3426
                (line (pt 32 64)(pt 32 48))
3427
        )
3428
        (port
3429
                (pt 24 0)
3430
                (output)
3431
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3432 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
3433 3 gdevic
                (line (pt 24 21)(pt 24 0))
3434
        )
3435
        (drawing
3436
                (line (pt 12 48)(pt 12 33))
3437
                (line (pt 37 48)(pt 37 33))
3438
                (line (pt 12 48)(pt 37 48))
3439
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
3440
        )
3441
        (rotate90)
3442
)
3443
(symbol
3444 8 gdevic
        (rect 2072 728 2120 792)
3445 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
3446
        (text "inst40" (rect 37 32 49 61)(font "Arial" )(vertical))
3447
        (port
3448
                (pt 16 64)
3449
                (input)
3450
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3451
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
3452
                (line (pt 16 64)(pt 16 48))
3453
        )
3454
        (port
3455
                (pt 24 64)
3456
                (input)
3457
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3458
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
3459
                (line (pt 24 64)(pt 24 48))
3460
        )
3461
        (port
3462
                (pt 32 64)
3463
                (input)
3464
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3465
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
3466
                (line (pt 32 64)(pt 32 48))
3467
        )
3468
        (port
3469
                (pt 24 0)
3470
                (output)
3471
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3472 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
3473 3 gdevic
                (line (pt 24 21)(pt 24 0))
3474
        )
3475
        (drawing
3476
                (line (pt 12 48)(pt 12 33))
3477
                (line (pt 37 48)(pt 37 33))
3478
                (line (pt 12 48)(pt 37 48))
3479
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
3480
        )
3481
        (rotate90)
3482
)
3483
(symbol
3484 8 gdevic
        (rect 2216 728 2264 792)
3485 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
3486
        (text "inst41" (rect 37 32 49 61)(font "Arial" )(vertical))
3487
        (port
3488
                (pt 16 64)
3489
                (input)
3490
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3491
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
3492
                (line (pt 16 64)(pt 16 48))
3493
        )
3494
        (port
3495
                (pt 24 64)
3496
                (input)
3497
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3498
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
3499
                (line (pt 24 64)(pt 24 48))
3500
        )
3501
        (port
3502
                (pt 32 64)
3503
                (input)
3504
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3505
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
3506
                (line (pt 32 64)(pt 32 48))
3507
        )
3508
        (port
3509
                (pt 24 0)
3510
                (output)
3511
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3512 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
3513 3 gdevic
                (line (pt 24 21)(pt 24 0))
3514
        )
3515
        (drawing
3516
                (line (pt 12 48)(pt 12 33))
3517
                (line (pt 37 48)(pt 37 33))
3518
                (line (pt 12 48)(pt 37 48))
3519
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
3520
        )
3521
        (rotate90)
3522
)
3523
(symbol
3524 8 gdevic
        (rect 2360 728 2408 792)
3525 3 gdevic
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
3526
        (text "inst42" (rect 37 32 49 61)(font "Arial" )(vertical))
3527
        (port
3528
                (pt 16 64)
3529
                (input)
3530
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3531
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
3532
                (line (pt 16 64)(pt 16 48))
3533
        )
3534
        (port
3535
                (pt 24 64)
3536
                (input)
3537
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3538
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
3539
                (line (pt 24 64)(pt 24 48))
3540
        )
3541
        (port
3542
                (pt 32 64)
3543
                (input)
3544
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3545
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
3546
                (line (pt 32 64)(pt 32 48))
3547
        )
3548
        (port
3549
                (pt 24 0)
3550
                (output)
3551
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3552 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
3553 3 gdevic
                (line (pt 24 21)(pt 24 0))
3554
        )
3555
        (drawing
3556
                (line (pt 12 48)(pt 12 33))
3557
                (line (pt 37 48)(pt 37 33))
3558
                (line (pt 12 48)(pt 37 48))
3559
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
3560
        )
3561
        (rotate90)
3562
)
3563
(symbol
3564
        (rect 304 728 352 792)
3565
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
3566
        (text "inst43" (rect 37 32 49 61)(font "Arial" )(vertical))
3567
        (port
3568
                (pt 16 64)
3569
                (input)
3570
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3571
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
3572
                (line (pt 16 64)(pt 16 48))
3573
        )
3574
        (port
3575
                (pt 24 64)
3576
                (input)
3577
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3578
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
3579
                (line (pt 24 64)(pt 24 48))
3580
        )
3581
        (port
3582
                (pt 32 64)
3583
                (input)
3584
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3585
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
3586
                (line (pt 32 64)(pt 32 48))
3587
        )
3588
        (port
3589
                (pt 24 0)
3590
                (output)
3591
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3592 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
3593 3 gdevic
                (line (pt 24 21)(pt 24 0))
3594
        )
3595
        (drawing
3596
                (line (pt 12 48)(pt 12 33))
3597
                (line (pt 37 48)(pt 37 33))
3598
                (line (pt 12 48)(pt 37 48))
3599
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
3600
        )
3601
        (rotate90)
3602
)
3603
(symbol
3604
        (rect 448 728 496 792)
3605
        (text "AND3" (rect 0 39 10 63)(font "Arial" (font_size 6))(vertical))
3606
        (text "inst46" (rect 37 32 49 61)(font "Arial" )(vertical))
3607
        (port
3608
                (pt 16 64)
3609
                (input)
3610
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3611
                (text "IN1" (rect 7 45 19 62)(font "Courier New" (bold))(vertical)(invisible))
3612
                (line (pt 16 64)(pt 16 48))
3613
        )
3614
        (port
3615
                (pt 24 64)
3616
                (input)
3617
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
3618
                (text "IN2" (rect 15 45 27 62)(font "Courier New" (bold))(vertical)(invisible))
3619
                (line (pt 24 64)(pt 24 48))
3620
        )
3621
        (port
3622
                (pt 32 64)
3623
                (input)
3624
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
3625
                (text "IN3" (rect 23 45 35 62)(font "Courier New" (bold))(vertical)(invisible))
3626
                (line (pt 32 64)(pt 32 48))
3627
        )
3628
        (port
3629
                (pt 24 0)
3630
                (output)
3631
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
3632 8 gdevic
                (text "OUT" (rect 15 2 27 19)(font "Courier New" (bold))(vertical)(invisible))
3633 3 gdevic
                (line (pt 24 21)(pt 24 0))
3634
        )
3635
        (drawing
3636
                (line (pt 12 48)(pt 12 33))
3637
                (line (pt 37 48)(pt 37 33))
3638
                (line (pt 12 48)(pt 37 48))
3639
                (arc (pt 36 33)(pt 12 33)(rect 12 20 37 45))
3640
        )
3641
        (rotate90)
3642
)
3643
(symbol
3644 8 gdevic
        (rect 648 328 696 360)
3645 3 gdevic
        (text "TRI" (rect 1 0 16 10)(font "Arial" (font_size 6)))
3646
        (text "tri1" (rect 3 21 18 33)(font "Arial" ))
3647
        (port
3648
                (pt 0 16)
3649
                (input)
3650
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
3651
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
3652
                (line (pt 0 16)(pt 14 16))
3653
        )
3654
        (port
3655
                (pt 24 0)
3656
                (input)
3657
                (text "OE" (rect 26 0 37 12)(font "Courier New" (bold))(invisible))
3658
                (text "OE" (rect 26 0 37 12)(font "Courier New" (bold))(invisible))
3659
                (line (pt 24 12)(pt 24 0))
3660
        )
3661
        (port
3662
                (pt 48 16)
3663
                (output)
3664
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
3665 8 gdevic
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
3666 3 gdevic
                (line (pt 32 16)(pt 48 16))
3667
        )
3668
        (drawing
3669
                (line (pt 14 25)(pt 14 7))
3670
                (line (pt 14 25)(pt 32 16))
3671
                (line (pt 14 7)(pt 32 16))
3672
        )
3673
)
3674
(symbol
3675 8 gdevic
        (rect 648 360 696 392)
3676 3 gdevic
        (text "TRI" (rect 32 22 47 32)(font "Arial" (font_size 6)))
3677
        (text "tri2" (rect 30 -1 45 11)(font "Arial" ))
3678
        (port
3679
                (pt 48 16)
3680
                (input)
3681
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
3682
                (text "IN" (rect 35 13 46 25)(font "Courier New" (bold))(invisible))
3683
                (line (pt 48 16)(pt 34 16))
3684
        )
3685
        (port
3686
                (pt 24 32)
3687
                (input)
3688
                (text "OE" (rect 26 0 37 12)(font "Courier New" (bold))(invisible))
3689
                (text "OE" (rect 11 20 22 32)(font "Courier New" (bold))(invisible))
3690
                (line (pt 24 20)(pt 24 32))
3691
        )
3692
        (port
3693
                (pt 0 16)
3694
                (output)
3695
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
3696 8 gdevic
                (text "OUT" (rect 2 13 19 25)(font "Courier New" (bold))(invisible))
3697 3 gdevic
                (line (pt 16 16)(pt 0 16))
3698
        )
3699
        (drawing
3700
                (line (pt 34 7)(pt 34 25))
3701
                (line (pt 34 7)(pt 16 16))
3702
                (line (pt 34 25)(pt 16 16))
3703
        )
3704
        (rotate180)
3705
)
3706
(symbol
3707 8 gdevic
        (rect 648 680 696 712)
3708 3 gdevic
        (text "TRI" (rect 1 0 16 10)(font "Arial" (font_size 6)))
3709
        (text "tri3" (rect 3 21 18 33)(font "Arial" ))
3710
        (port
3711
                (pt 0 16)
3712
                (input)
3713
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
3714
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
3715
                (line (pt 0 16)(pt 14 16))
3716
        )
3717
        (port
3718
                (pt 24 0)
3719
                (input)
3720
                (text "OE" (rect 26 0 37 12)(font "Courier New" (bold))(invisible))
3721
                (text "OE" (rect 26 0 37 12)(font "Courier New" (bold))(invisible))
3722
                (line (pt 24 12)(pt 24 0))
3723
        )
3724
        (port
3725
                (pt 48 16)
3726
                (output)
3727
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
3728 8 gdevic
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
3729 3 gdevic
                (line (pt 32 16)(pt 48 16))
3730
        )
3731
        (drawing
3732
                (line (pt 14 25)(pt 14 7))
3733
                (line (pt 14 25)(pt 32 16))
3734
                (line (pt 14 7)(pt 32 16))
3735
        )
3736
)
3737
(symbol
3738 8 gdevic
        (rect 648 712 696 744)
3739 3 gdevic
        (text "TRI" (rect 32 22 47 32)(font "Arial" (font_size 6)))
3740
        (text "tri4" (rect 30 -1 45 11)(font "Arial" ))
3741
        (port
3742
                (pt 48 16)
3743
                (input)
3744
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
3745
                (text "IN" (rect 35 13 46 25)(font "Courier New" (bold))(invisible))
3746
                (line (pt 48 16)(pt 34 16))
3747
        )
3748
        (port
3749
                (pt 24 32)
3750
                (input)
3751
                (text "OE" (rect 26 0 37 12)(font "Courier New" (bold))(invisible))
3752
                (text "OE" (rect 11 20 22 32)(font "Courier New" (bold))(invisible))
3753
                (line (pt 24 20)(pt 24 32))
3754
        )
3755
        (port
3756
                (pt 0 16)
3757
                (output)
3758
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
3759 8 gdevic
                (text "OUT" (rect 2 13 19 25)(font "Courier New" (bold))(invisible))
3760 3 gdevic
                (line (pt 16 16)(pt 0 16))
3761
        )
3762
        (drawing
3763
                (line (pt 34 7)(pt 34 25))
3764
                (line (pt 34 7)(pt 16 16))
3765
                (line (pt 34 25)(pt 16 16))
3766
        )
3767
        (rotate180)
3768
)
3769
(symbol
3770 8 gdevic
        (rect 2616 232 2664 264)
3771 3 gdevic
        (text "NOT" (rect 27 0 47 10)(font "Arial" (font_size 6)))
3772
        (text "inst2" (rect 22 21 45 33)(font "Arial" ))
3773
        (port
3774
                (pt 48 16)
3775
                (input)
3776
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
3777
                (text "IN" (rect 35 7 46 19)(font "Courier New" (bold))(invisible))
3778
                (line (pt 48 16)(pt 35 16))
3779
        )
3780
        (port
3781
                (pt 0 16)
3782
                (output)
3783
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
3784 8 gdevic
                (text "OUT" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
3785 3 gdevic
                (line (pt 9 16)(pt 0 16))
3786
        )
3787
        (drawing
3788
                (line (pt 35 25)(pt 35 7))
3789
                (line (pt 35 7)(pt 17 16))
3790
                (line (pt 35 25)(pt 17 16))
3791
                (circle (rect 9 12 17 20))
3792
        )
3793
        (flipy)
3794
)
3795
(symbol
3796 8 gdevic
        (rect 1368 560 1464 680)
3797 3 gdevic
        (text "reg_latch" (rect 82 62 96 115)(font "Arial" (font_size 8))(vertical))
3798
        (text "latch_hl2_hi" (rect 4 55 16 112)(font "Arial" )(vertical))
3799
        (port
3800
                (pt 64 120)
3801
                (input)
3802
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
3803
                (text "oe" (rect 55 85 69 99)(font "Arial" (font_size 8))(vertical))
3804
                (line (pt 64 120)(pt 64 104))
3805
        )
3806
        (port
3807
                (pt 48 120)
3808
                (input)
3809
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
3810
                (text "we" (rect 39 81 53 99)(font "Arial" (font_size 8))(vertical))
3811
                (line (pt 48 120)(pt 48 104))
3812
        )
3813
        (port
3814
                (pt 32 0)
3815
                (input)
3816
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
3817
                (text "clk" (rect 26 32 40 47)(font "Arial" (font_size 8))(vertical))
3818
                (line (pt 32 16)(pt 32 0))
3819
        )
3820
        (port
3821
                (pt 64 0)
3822
                (bidir)
3823
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
3824
                (text "db[7..0]" (rect 55 21 69 63)(font "Arial" (font_size 8))(vertical))
3825
                (line (pt 64 0)(pt 64 16)(line_width 3))
3826
        )
3827
        (drawing
3828
                (rectangle (rect 16 16 80 104))
3829
        )
3830
        (flipx_rotate90)
3831
        (fill (color 85 255 127))
3832
)
3833
(symbol
3834 8 gdevic
        (rect 920 400 1016 520)
3835 3 gdevic
        (text "reg_latch" (rect 82 5 96 58)(font "Arial" (font_size 8))(vertical))
3836
        (text "latch_sp_lo" (rect 4 8 16 63)(font "Arial" )(vertical))
3837
        (port
3838
                (pt 64 0)
3839
                (input)
3840
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
3841
                (text "oe" (rect 55 21 69 35)(font "Arial" (font_size 8))(vertical))
3842
                (line (pt 64 0)(pt 64 16))
3843
        )
3844
        (port
3845
                (pt 48 0)
3846
                (input)
3847
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
3848
                (text "we" (rect 39 21 53 39)(font "Arial" (font_size 8))(vertical))
3849
                (line (pt 48 0)(pt 48 16))
3850
        )
3851
        (port
3852
                (pt 32 120)
3853
                (input)
3854
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
3855
                (text "clk" (rect 26 73 40 88)(font "Arial" (font_size 8))(vertical))
3856
                (line (pt 32 104)(pt 32 120))
3857
        )
3858
        (port
3859
                (pt 64 120)
3860
                (bidir)
3861
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
3862
                (text "db[7..0]" (rect 55 57 69 99)(font "Arial" (font_size 8))(vertical))
3863
                (line (pt 64 120)(pt 64 104)(line_width 3))
3864
        )
3865
        (drawing
3866
                (rectangle (rect 16 16 80 104))
3867
        )
3868
        (rotate270)
3869
        (fill (color 85 255 127))
3870
)
3871
(symbol
3872 8 gdevic
        (rect 920 560 1016 680)
3873 3 gdevic
        (text "reg_latch" (rect 82 62 96 115)(font "Arial" (font_size 8))(vertical))
3874
        (text "latch_sp_hi" (rect 4 57 16 112)(font "Arial" )(vertical))
3875
        (port
3876
                (pt 64 120)
3877
                (input)
3878
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
3879
                (text "oe" (rect 55 85 69 99)(font "Arial" (font_size 8))(vertical))
3880
                (line (pt 64 120)(pt 64 104))
3881
        )
3882
        (port
3883
                (pt 48 120)
3884
                (input)
3885
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
3886
                (text "we" (rect 39 81 53 99)(font "Arial" (font_size 8))(vertical))
3887
                (line (pt 48 120)(pt 48 104))
3888
        )
3889
        (port
3890
                (pt 32 0)
3891
                (input)
3892
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
3893
                (text "clk" (rect 26 32 40 47)(font "Arial" (font_size 8))(vertical))
3894
                (line (pt 32 16)(pt 32 0))
3895
        )
3896
        (port
3897
                (pt 64 0)
3898
                (bidir)
3899
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
3900
                (text "db[7..0]" (rect 55 21 69 63)(font "Arial" (font_size 8))(vertical))
3901
                (line (pt 64 0)(pt 64 16)(line_width 3))
3902
        )
3903
        (drawing
3904
                (rectangle (rect 16 16 80 104))
3905
        )
3906
        (flipx_rotate90)
3907
        (fill (color 85 255 127))
3908
)
3909
(symbol
3910 8 gdevic
        (rect 776 400 872 520)
3911 3 gdevic
        (text "reg_latch" (rect 82 5 96 58)(font "Arial" (font_size 8))(vertical))
3912
        (text "latch_wz_lo" (rect 4 8 16 63)(font "Arial" )(vertical))
3913
        (port
3914
                (pt 64 0)
3915
                (input)
3916
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
3917
                (text "oe" (rect 55 21 69 35)(font "Arial" (font_size 8))(vertical))
3918
                (line (pt 64 0)(pt 64 16))
3919
        )
3920
        (port
3921
                (pt 48 0)
3922
                (input)
3923
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
3924
                (text "we" (rect 39 21 53 39)(font "Arial" (font_size 8))(vertical))
3925
                (line (pt 48 0)(pt 48 16))
3926
        )
3927
        (port
3928
                (pt 32 120)
3929
                (input)
3930
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
3931
                (text "clk" (rect 26 73 40 88)(font "Arial" (font_size 8))(vertical))
3932
                (line (pt 32 104)(pt 32 120))
3933
        )
3934
        (port
3935
                (pt 64 120)
3936
                (bidir)
3937
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
3938
                (text "db[7..0]" (rect 55 57 69 99)(font "Arial" (font_size 8))(vertical))
3939
                (line (pt 64 120)(pt 64 104)(line_width 3))
3940
        )
3941
        (drawing
3942
                (rectangle (rect 16 16 80 104))
3943
        )
3944
        (rotate270)
3945
        (fill (color 85 255 127))
3946
)
3947
(symbol
3948 8 gdevic
        (rect 776 560 872 680)
3949 3 gdevic
        (text "reg_latch" (rect 82 62 96 115)(font "Arial" (font_size 8))(vertical))
3950
        (text "latch_wz_hi" (rect 4 57 16 112)(font "Arial" )(vertical))
3951
        (port
3952
                (pt 64 120)
3953
                (input)
3954
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
3955
                (text "oe" (rect 55 85 69 99)(font "Arial" (font_size 8))(vertical))
3956
                (line (pt 64 120)(pt 64 104))
3957
        )
3958
        (port
3959
                (pt 48 120)
3960
                (input)
3961
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
3962
                (text "we" (rect 39 81 53 99)(font "Arial" (font_size 8))(vertical))
3963
                (line (pt 48 120)(pt 48 104))
3964
        )
3965
        (port
3966
                (pt 32 0)
3967
                (input)
3968
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
3969
                (text "clk" (rect 26 32 40 47)(font "Arial" (font_size 8))(vertical))
3970
                (line (pt 32 16)(pt 32 0))
3971
        )
3972
        (port
3973
                (pt 64 0)
3974
                (bidir)
3975
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
3976
                (text "db[7..0]" (rect 55 21 69 63)(font "Arial" (font_size 8))(vertical))
3977
                (line (pt 64 0)(pt 64 16)(line_width 3))
3978
        )
3979
        (drawing
3980
                (rectangle (rect 16 16 80 104))
3981
        )
3982
        (flipx_rotate90)
3983
        (fill (color 85 255 127))
3984
)
3985
(symbol
3986
        (rect 232 808 280 840)
3987
        (text "NOT" (rect 1 0 21 10)(font "Arial" (font_size 6)))
3988
        (text "inst11" (rect 3 21 32 33)(font "Arial" ))
3989
        (port
3990
                (pt 0 16)
3991
                (input)
3992
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
3993
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
3994
                (line (pt 0 16)(pt 13 16))
3995
        )
3996
        (port
3997
                (pt 48 16)
3998
                (output)
3999
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
4000 8 gdevic
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
4001 3 gdevic
                (line (pt 39 16)(pt 48 16))
4002
        )
4003
        (drawing
4004
                (line (pt 13 25)(pt 13 7))
4005
                (line (pt 13 7)(pt 31 16))
4006
                (line (pt 13 25)(pt 31 16))
4007
                (circle (rect 31 12 39 20))
4008
        )
4009
)
4010
(symbol
4011 8 gdevic
        (rect 2584 328 2632 360)
4012 3 gdevic
        (text "TRI" (rect 1 0 16 10)(font "Arial" (font_size 6)))
4013
        (text "tri5" (rect 3 21 18 33)(font "Arial" ))
4014
        (port
4015
                (pt 0 16)
4016
                (input)
4017
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
4018
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
4019
                (line (pt 0 16)(pt 14 16))
4020
        )
4021
        (port
4022
                (pt 24 0)
4023
                (input)
4024
                (text "OE" (rect 26 0 37 12)(font "Courier New" (bold))(invisible))
4025
                (text "OE" (rect 26 0 37 12)(font "Courier New" (bold))(invisible))
4026
                (line (pt 24 12)(pt 24 0))
4027
        )
4028
        (port
4029
                (pt 48 16)
4030
                (output)
4031
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
4032 8 gdevic
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
4033 3 gdevic
                (line (pt 32 16)(pt 48 16))
4034
        )
4035
        (drawing
4036
                (line (pt 14 25)(pt 14 7))
4037
                (line (pt 14 25)(pt 32 16))
4038
                (line (pt 14 7)(pt 32 16))
4039
        )
4040
)
4041
(symbol
4042 8 gdevic
        (rect 2584 360 2632 392)
4043 3 gdevic
        (text "TRI" (rect 32 22 47 32)(font "Arial" (font_size 6)))
4044
        (text "tri6" (rect 30 -1 45 11)(font "Arial" ))
4045
        (port
4046
                (pt 48 16)
4047
                (input)
4048
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
4049
                (text "IN" (rect 35 13 46 25)(font "Courier New" (bold))(invisible))
4050
                (line (pt 48 16)(pt 34 16))
4051
        )
4052
        (port
4053
                (pt 24 32)
4054
                (input)
4055
                (text "OE" (rect 26 0 37 12)(font "Courier New" (bold))(invisible))
4056
                (text "OE" (rect 11 20 22 32)(font "Courier New" (bold))(invisible))
4057
                (line (pt 24 20)(pt 24 32))
4058
        )
4059
        (port
4060
                (pt 0 16)
4061
                (output)
4062
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
4063 8 gdevic
                (text "OUT" (rect 2 13 19 25)(font "Courier New" (bold))(invisible))
4064 3 gdevic
                (line (pt 16 16)(pt 0 16))
4065
        )
4066
        (drawing
4067
                (line (pt 34 7)(pt 34 25))
4068
                (line (pt 34 7)(pt 16 16))
4069
                (line (pt 34 25)(pt 16 16))
4070
        )
4071
        (rotate180)
4072
)
4073
(symbol
4074 8 gdevic
        (rect 2584 680 2632 712)
4075 3 gdevic
        (text "TRI" (rect 1 0 16 10)(font "Arial" (font_size 6)))
4076
        (text "tri7" (rect 3 21 18 33)(font "Arial" ))
4077
        (port
4078
                (pt 0 16)
4079
                (input)
4080
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
4081
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
4082
                (line (pt 0 16)(pt 14 16))
4083
        )
4084
        (port
4085
                (pt 24 0)
4086
                (input)
4087
                (text "OE" (rect 26 0 37 12)(font "Courier New" (bold))(invisible))
4088
                (text "OE" (rect 26 0 37 12)(font "Courier New" (bold))(invisible))
4089
                (line (pt 24 12)(pt 24 0))
4090
        )
4091
        (port
4092
                (pt 48 16)
4093
                (output)
4094
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
4095 8 gdevic
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
4096 3 gdevic
                (line (pt 32 16)(pt 48 16))
4097
        )
4098
        (drawing
4099
                (line (pt 14 25)(pt 14 7))
4100
                (line (pt 14 25)(pt 32 16))
4101
                (line (pt 14 7)(pt 32 16))
4102
        )
4103
)
4104
(symbol
4105 8 gdevic
        (rect 2584 712 2632 744)
4106 3 gdevic
        (text "TRI" (rect 32 22 47 32)(font "Arial" (font_size 6)))
4107
        (text "tri8" (rect 30 -1 45 11)(font "Arial" ))
4108
        (port
4109
                (pt 48 16)
4110
                (input)
4111
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
4112
                (text "IN" (rect 35 13 46 25)(font "Courier New" (bold))(invisible))
4113
                (line (pt 48 16)(pt 34 16))
4114
        )
4115
        (port
4116
                (pt 24 32)
4117
                (input)
4118
                (text "OE" (rect 26 0 37 12)(font "Courier New" (bold))(invisible))
4119
                (text "OE" (rect 11 20 22 32)(font "Courier New" (bold))(invisible))
4120
                (line (pt 24 20)(pt 24 32))
4121
        )
4122
        (port
4123
                (pt 0 16)
4124
                (output)
4125
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
4126 8 gdevic
                (text "OUT" (rect 2 13 19 25)(font "Courier New" (bold))(invisible))
4127 3 gdevic
                (line (pt 16 16)(pt 0 16))
4128
        )
4129
        (drawing
4130
                (line (pt 34 7)(pt 34 25))
4131
                (line (pt 34 7)(pt 16 16))
4132
                (line (pt 34 25)(pt 16 16))
4133
        )
4134
        (rotate180)
4135
)
4136
(symbol
4137
        (rect 464 400 560 520)
4138
        (text "reg_latch" (rect 82 5 96 58)(font "Arial" (font_size 8))(vertical))
4139
        (text "latch_pc_lo" (rect 4 8 16 63)(font "Arial" )(vertical))
4140
        (port
4141
                (pt 64 0)
4142
                (input)
4143
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
4144
                (text "oe" (rect 55 21 69 35)(font "Arial" (font_size 8))(vertical))
4145
                (line (pt 64 0)(pt 64 16))
4146
        )
4147
        (port
4148
                (pt 48 0)
4149
                (input)
4150
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
4151
                (text "we" (rect 39 21 53 39)(font "Arial" (font_size 8))(vertical))
4152
                (line (pt 48 0)(pt 48 16))
4153
        )
4154
        (port
4155
                (pt 32 120)
4156
                (input)
4157
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
4158
                (text "clk" (rect 26 73 40 88)(font "Arial" (font_size 8))(vertical))
4159
                (line (pt 32 104)(pt 32 120))
4160
        )
4161
        (port
4162
                (pt 64 120)
4163
                (bidir)
4164
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
4165
                (text "db[7..0]" (rect 55 57 69 99)(font "Arial" (font_size 8))(vertical))
4166
                (line (pt 64 120)(pt 64 104)(line_width 3))
4167
        )
4168
        (drawing
4169
                (rectangle (rect 16 16 80 104))
4170
        )
4171
        (rotate270)
4172
        (fill (color 85 255 127))
4173
)
4174
(symbol
4175
        (rect 320 400 416 520)
4176
        (text "reg_latch" (rect 82 5 96 58)(font "Arial" (font_size 8))(vertical))
4177
        (text "latch_ir_lo" (rect 4 8 16 57)(font "Arial" )(vertical))
4178
        (port
4179
                (pt 64 0)
4180
                (input)
4181
                (text "oe" (rect 0 0 14 14)(font "Arial" (font_size 8)))
4182
                (text "oe" (rect 55 21 69 35)(font "Arial" (font_size 8))(vertical))
4183
                (line (pt 64 0)(pt 64 16))
4184
        )
4185
        (port
4186
                (pt 48 0)
4187
                (input)
4188
                (text "we" (rect 0 0 18 14)(font "Arial" (font_size 8)))
4189
                (text "we" (rect 39 21 53 39)(font "Arial" (font_size 8))(vertical))
4190
                (line (pt 48 0)(pt 48 16))
4191
        )
4192
        (port
4193
                (pt 32 120)
4194
                (input)
4195
                (text "clk" (rect 0 0 15 14)(font "Arial" (font_size 8)))
4196
                (text "clk" (rect 26 73 40 88)(font "Arial" (font_size 8))(vertical))
4197
                (line (pt 32 104)(pt 32 120))
4198
        )
4199
        (port
4200
                (pt 64 120)
4201
                (bidir)
4202
                (text "db[7..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
4203
                (text "db[7..0]" (rect 55 57 69 99)(font "Arial" (font_size 8))(vertical))
4204
                (line (pt 64 120)(pt 64 104)(line_width 3))
4205
        )
4206
        (drawing
4207
                (rectangle (rect 16 16 80 104))
4208
        )
4209
        (rotate270)
4210
        (fill (color 85 255 127))
4211
)
4212
(connector
4213
        (pt 216 248)
4214
        (pt 216 232)
4215
)
4216
(connector
4217
        (pt 232 248)
4218
        (pt 216 248)
4219
)
4220
(connector
4221
        (pt 216 824)
4222
        (pt 232 824)
4223
)
4224
(connector
4225
        (pt 216 840)
4226
        (pt 216 824)
4227
)
4228
(connector
4229 8 gdevic
        (pt 328 696)
4230
        (pt 328 728)
4231
)
4232
(connector
4233
        (pt 472 696)
4234
        (pt 472 728)
4235
)
4236
(connector
4237
        (pt 424 360)
4238
        (pt 424 528)
4239 3 gdevic
        (bus)
4240
)
4241
(connector
4242 8 gdevic
        (pt 568 360)
4243
        (pt 568 528)
4244 3 gdevic
        (bus)
4245
)
4246
(connector
4247 8 gdevic
        (pt 568 528)
4248
        (pt 528 528)
4249 3 gdevic
        (bus)
4250
)
4251
(connector
4252 8 gdevic
        (pt 424 712)
4253
        (pt 424 544)
4254 3 gdevic
        (bus)
4255
)
4256
(connector
4257 8 gdevic
        (pt 568 712)
4258
        (pt 568 544)
4259
        (bus)
4260 3 gdevic
)
4261
(connector
4262 8 gdevic
        (pt 336 280)
4263
        (pt 336 264)
4264 3 gdevic
)
4265
(connector
4266 8 gdevic
        (pt 384 280)
4267
        (pt 384 264)
4268 3 gdevic
)
4269
(connector
4270 8 gdevic
        (pt 480 280)
4271
        (pt 480 264)
4272 3 gdevic
)
4273
(connector
4274 8 gdevic
        (pt 528 280)
4275
        (pt 528 264)
4276 3 gdevic
)
4277
(connector
4278 8 gdevic
        (pt 392 280)
4279
        (pt 392 248)
4280 3 gdevic
)
4281
(connector
4282 8 gdevic
        (pt 536 280)
4283
        (pt 536 248)
4284 3 gdevic
)
4285
(connector
4286 8 gdevic
        (pt 328 280)
4287
        (pt 328 232)
4288 3 gdevic
)
4289
(connector
4290 8 gdevic
        (pt 472 280)
4291
        (pt 472 232)
4292 3 gdevic
)
4293
(connector
4294 8 gdevic
        (pt 376 280)
4295
        (pt 376 216)
4296 3 gdevic
)
4297
(connector
4298 8 gdevic
        (pt 520 280)
4299
        (pt 520 216)
4300 3 gdevic
)
4301
(connector
4302 8 gdevic
        (pt 296 808)
4303
        (pt 296 216)
4304 3 gdevic
)
4305
(connector
4306 8 gdevic
        (pt 440 808)
4307
        (pt 440 216)
4308 3 gdevic
)
4309
(connector
4310 8 gdevic
        (pt 376 792)
4311
        (pt 376 808)
4312 3 gdevic
)
4313
(connector
4314 8 gdevic
        (pt 384 792)
4315
        (pt 384 856)
4316 3 gdevic
)
4317
(connector
4318 8 gdevic
        (pt 392 792)
4319
        (pt 392 824)
4320 3 gdevic
)
4321
(connector
4322 8 gdevic
        (pt 520 792)
4323
        (pt 520 808)
4324 3 gdevic
)
4325
(connector
4326 8 gdevic
        (pt 528 792)
4327
        (pt 528 856)
4328 3 gdevic
)
4329
(connector
4330 8 gdevic
        (pt 536 792)
4331
        (pt 536 824)
4332 3 gdevic
)
4333
(connector
4334 8 gdevic
        (pt 328 344)
4335
        (pt 328 376)
4336 3 gdevic
)
4337
(connector
4338 8 gdevic
        (pt 472 344)
4339
        (pt 472 376)
4340 3 gdevic
)
4341
(connector
4342 8 gdevic
        (pt 320 792)
4343
        (pt 320 808)
4344 3 gdevic
)
4345
(connector
4346 8 gdevic
        (pt 328 792)
4347
        (pt 328 840)
4348 3 gdevic
)
4349
(connector
4350 8 gdevic
        (pt 336 792)
4351
        (pt 336 856)
4352 3 gdevic
)
4353
(connector
4354 8 gdevic
        (pt 464 792)
4355
        (pt 464 808)
4356 3 gdevic
)
4357
(connector
4358 8 gdevic
        (pt 472 792)
4359
        (pt 472 840)
4360 3 gdevic
)
4361
(connector
4362 8 gdevic
        (pt 480 792)
4363
        (pt 480 856)
4364 3 gdevic
)
4365
(connector
4366 8 gdevic
        (pt 328 696)
4367
        (pt 368 696)
4368 3 gdevic
)
4369
(connector
4370 8 gdevic
        (pt 424 544)
4371
        (pt 384 544)
4372 3 gdevic
        (bus)
4373
)
4374
(connector
4375 8 gdevic
        (pt 384 544)
4376
        (pt 384 560)
4377 3 gdevic
        (bus)
4378
)
4379
(connector
4380 8 gdevic
        (pt 424 528)
4381
        (pt 384 528)
4382 3 gdevic
        (bus)
4383
)
4384
(connector
4385 8 gdevic
        (pt 328 376)
4386
        (pt 368 376)
4387 3 gdevic
)
4388
(connector
4389 8 gdevic
        (pt 384 344)
4390
        (pt 384 400)
4391 3 gdevic
)
4392
(connector
4393 8 gdevic
        (pt 368 376)
4394
        (pt 368 400)
4395 3 gdevic
)
4396
(connector
4397 8 gdevic
        (pt 472 376)
4398
        (pt 512 376)
4399 3 gdevic
)
4400
(connector
4401 8 gdevic
        (pt 528 344)
4402
        (pt 528 400)
4403 3 gdevic
)
4404
(connector
4405 8 gdevic
        (pt 512 376)
4406
        (pt 512 400)
4407 3 gdevic
)
4408
(connector
4409 8 gdevic
        (pt 472 696)
4410
        (pt 512 696)
4411 3 gdevic
)
4412
(connector
4413 8 gdevic
        (pt 568 544)
4414
        (pt 528 544)
4415 3 gdevic
        (bus)
4416
)
4417
(connector
4418 8 gdevic
        (pt 528 544)
4419
        (pt 528 560)
4420 3 gdevic
        (bus)
4421
)
4422
(connector
4423 8 gdevic
        (pt 320 208)
4424
        (pt 320 216)
4425 3 gdevic
)
4426
(connector
4427 8 gdevic
        (pt 320 216)
4428
        (pt 320 280)
4429 3 gdevic
)
4430
(connector
4431 8 gdevic
        (pt 296 216)
4432
        (pt 320 216)
4433 3 gdevic
)
4434
(connector
4435 8 gdevic
        (pt 320 216)
4436
        (pt 376 216)
4437 3 gdevic
)
4438
(connector
4439 8 gdevic
        (pt 464 208)
4440
        (pt 464 216)
4441 3 gdevic
)
4442
(connector
4443 8 gdevic
        (pt 464 216)
4444
        (pt 464 280)
4445 3 gdevic
)
4446
(connector
4447 8 gdevic
        (pt 440 216)
4448
        (pt 464 216)
4449 3 gdevic
)
4450
(connector
4451 8 gdevic
        (pt 464 216)
4452
        (pt 520 216)
4453 3 gdevic
)
4454
(connector
4455 8 gdevic
        (pt 208 264)
4456
        (pt 336 264)
4457 3 gdevic
)
4458
(connector
4459 8 gdevic
        (pt 336 264)
4460
        (pt 384 264)
4461 3 gdevic
)
4462
(connector
4463 8 gdevic
        (pt 296 808)
4464
        (pt 320 808)
4465 3 gdevic
)
4466
(connector
4467 8 gdevic
        (pt 320 808)
4468
        (pt 376 808)
4469 3 gdevic
)
4470
(connector
4471 8 gdevic
        (pt 440 808)
4472
        (pt 464 808)
4473 3 gdevic
)
4474
(connector
4475 8 gdevic
        (pt 464 808)
4476
        (pt 520 808)
4477 3 gdevic
)
4478
(connector
4479 8 gdevic
        (pt 208 856)
4480
        (pt 336 856)
4481 3 gdevic
)
4482
(connector
4483 8 gdevic
        (pt 336 856)
4484
        (pt 384 856)
4485 3 gdevic
)
4486
(connector
4487 8 gdevic
        (pt 208 232)
4488
        (pt 216 232)
4489 3 gdevic
)
4490
(connector
4491 8 gdevic
        (pt 208 840)
4492
        (pt 216 840)
4493 3 gdevic
)
4494
(connector
4495 8 gdevic
        (pt 384 680)
4496
        (pt 384 728)
4497 3 gdevic
)
4498
(connector
4499 8 gdevic
        (pt 368 680)
4500
        (pt 368 696)
4501 3 gdevic
)
4502
(connector
4503 8 gdevic
        (pt 528 680)
4504
        (pt 528 728)
4505 3 gdevic
)
4506
(connector
4507 8 gdevic
        (pt 512 680)
4508
        (pt 512 696)
4509 3 gdevic
)
4510
(connector
4511 8 gdevic
        (pt 528 520)
4512
        (pt 528 528)
4513
        (bus)
4514 3 gdevic
)
4515
(connector
4516 8 gdevic
        (pt 384 520)
4517
        (pt 384 528)
4518
        (bus)
4519 3 gdevic
)
4520
(connector
4521 8 gdevic
        (pt 352 520)
4522
        (pt 352 536)
4523 3 gdevic
)
4524
(connector
4525 8 gdevic
        (pt 352 536)
4526
        (pt 352 560)
4527 3 gdevic
)
4528
(connector
4529 8 gdevic
        (pt 672 392)
4530
        (pt 672 400)
4531 3 gdevic
)
4532
(connector
4533 8 gdevic
        (pt 784 696)
4534
        (pt 784 728)
4535 3 gdevic
)
4536
(connector
4537 8 gdevic
        (pt 928 696)
4538
        (pt 928 728)
4539 3 gdevic
)
4540
(connector
4541 8 gdevic
        (pt 1088 696)
4542
        (pt 1088 728)
4543 3 gdevic
)
4544
(connector
4545 8 gdevic
        (pt 1232 696)
4546
        (pt 1232 728)
4547 3 gdevic
)
4548
(connector
4549 8 gdevic
        (pt 1376 696)
4550
        (pt 1376 728)
4551 3 gdevic
)
4552
(connector
4553 8 gdevic
        (pt 1520 696)
4554
        (pt 1520 728)
4555 3 gdevic
)
4556
(connector
4557 8 gdevic
        (pt 1664 696)
4558
        (pt 1664 728)
4559 3 gdevic
)
4560
(connector
4561 8 gdevic
        (pt 1808 696)
4562
        (pt 1808 728)
4563 3 gdevic
)
4564
(connector
4565 8 gdevic
        (pt 1952 696)
4566
        (pt 1952 728)
4567 3 gdevic
)
4568
(connector
4569 8 gdevic
        (pt 2096 696)
4570
        (pt 2096 728)
4571 3 gdevic
)
4572
(connector
4573 8 gdevic
        (pt 2240 696)
4574
        (pt 2240 728)
4575 3 gdevic
)
4576
(connector
4577 8 gdevic
        (pt 2384 696)
4578
        (pt 2384 728)
4579 3 gdevic
)
4580
(connector
4581 8 gdevic
        (pt 880 360)
4582
        (pt 880 528)
4583
        (bus)
4584 3 gdevic
)
4585
(connector
4586 8 gdevic
        (pt 880 712)
4587
        (pt 880 544)
4588
        (bus)
4589 3 gdevic
)
4590
(connector
4591 8 gdevic
        (pt 984 528)
4592
        (pt 1024 528)
4593
        (bus)
4594 3 gdevic
)
4595
(connector
4596 8 gdevic
        (pt 1024 360)
4597
        (pt 1024 528)
4598
        (bus)
4599 3 gdevic
)
4600
(connector
4601 8 gdevic
        (pt 1024 712)
4602
        (pt 1024 544)
4603
        (bus)
4604 3 gdevic
)
4605
(connector
4606 8 gdevic
        (pt 1144 528)
4607
        (pt 1184 528)
4608
        (bus)
4609 3 gdevic
)
4610
(connector
4611 8 gdevic
        (pt 1184 360)
4612
        (pt 1184 528)
4613
        (bus)
4614 3 gdevic
)
4615
(connector
4616 8 gdevic
        (pt 1184 712)
4617
        (pt 1184 544)
4618
        (bus)
4619 3 gdevic
)
4620
(connector
4621 8 gdevic
        (pt 1288 528)
4622
        (pt 1328 528)
4623
        (bus)
4624 3 gdevic
)
4625
(connector
4626 8 gdevic
        (pt 1328 360)
4627
        (pt 1328 528)
4628
        (bus)
4629 3 gdevic
)
4630
(connector
4631 8 gdevic
        (pt 1328 712)
4632
        (pt 1328 544)
4633
        (bus)
4634 3 gdevic
)
4635
(connector
4636 8 gdevic
        (pt 1432 528)
4637
        (pt 1472 528)
4638
        (bus)
4639 3 gdevic
)
4640
(connector
4641 8 gdevic
        (pt 1472 360)
4642
        (pt 1472 528)
4643
        (bus)
4644 3 gdevic
)
4645
(connector
4646 8 gdevic
        (pt 1472 712)
4647
        (pt 1472 544)
4648
        (bus)
4649 3 gdevic
)
4650
(connector
4651 8 gdevic
        (pt 1576 528)
4652
        (pt 1616 528)
4653
        (bus)
4654 3 gdevic
)
4655
(connector
4656 8 gdevic
        (pt 1616 360)
4657
        (pt 1616 528)
4658
        (bus)
4659 3 gdevic
)
4660
(connector
4661 8 gdevic
        (pt 1616 712)
4662
        (pt 1616 544)
4663
        (bus)
4664 3 gdevic
)
4665
(connector
4666 8 gdevic
        (pt 1720 528)
4667
        (pt 1760 528)
4668
        (bus)
4669 3 gdevic
)
4670
(connector
4671 8 gdevic
        (pt 1760 360)
4672
        (pt 1760 528)
4673
        (bus)
4674 3 gdevic
)
4675
(connector
4676 8 gdevic
        (pt 1760 712)
4677
        (pt 1760 544)
4678
        (bus)
4679 3 gdevic
)
4680
(connector
4681 8 gdevic
        (pt 1864 528)
4682
        (pt 1904 528)
4683
        (bus)
4684 3 gdevic
)
4685
(connector
4686 8 gdevic
        (pt 1904 360)
4687
        (pt 1904 528)
4688
        (bus)
4689 3 gdevic
)
4690
(connector
4691 8 gdevic
        (pt 1904 712)
4692
        (pt 1904 544)
4693
        (bus)
4694 3 gdevic
)
4695
(connector
4696 8 gdevic
        (pt 2008 528)
4697
        (pt 2048 528)
4698
        (bus)
4699 3 gdevic
)
4700
(connector
4701 8 gdevic
        (pt 2048 360)
4702
        (pt 2048 528)
4703
        (bus)
4704 3 gdevic
)
4705
(connector
4706 8 gdevic
        (pt 2048 712)
4707
        (pt 2048 544)
4708
        (bus)
4709 3 gdevic
)
4710
(connector
4711 8 gdevic
        (pt 2152 528)
4712
        (pt 2192 528)
4713
        (bus)
4714 3 gdevic
)
4715
(connector
4716 8 gdevic
        (pt 2192 360)
4717
        (pt 2192 528)
4718
        (bus)
4719 3 gdevic
)
4720
(connector
4721 8 gdevic
        (pt 2192 712)
4722
        (pt 2192 544)
4723
        (bus)
4724 3 gdevic
)
4725
(connector
4726 8 gdevic
        (pt 2296 528)
4727
        (pt 2336 528)
4728
        (bus)
4729 3 gdevic
)
4730
(connector
4731 8 gdevic
        (pt 2336 360)
4732
        (pt 2336 528)
4733
        (bus)
4734 3 gdevic
)
4735
(connector
4736 8 gdevic
        (pt 2336 712)
4737
        (pt 2336 544)
4738
        (bus)
4739 3 gdevic
)
4740
(connector
4741 8 gdevic
        (pt 2440 528)
4742
        (pt 2480 528)
4743
        (bus)
4744 3 gdevic
)
4745
(connector
4746 8 gdevic
        (pt 2480 360)
4747
        (pt 2480 528)
4748
        (bus)
4749 3 gdevic
)
4750
(connector
4751 8 gdevic
        (pt 2480 712)
4752
        (pt 2480 544)
4753
        (bus)
4754 3 gdevic
)
4755
(connector
4756 8 gdevic
        (pt 672 416)
4757
        (pt 672 680)
4758 3 gdevic
)
4759
(connector
4760 8 gdevic
        (pt 672 416)
4761
        (pt 720 416)
4762 3 gdevic
)
4763
(connector
4764 8 gdevic
        (pt 720 416)
4765
        (pt 720 312)
4766 3 gdevic
)
4767
(connector
4768 8 gdevic
        (pt 672 312)
4769
        (pt 720 312)
4770 3 gdevic
)
4771
(connector
4772 8 gdevic
        (pt 792 280)
4773
        (pt 792 264)
4774 3 gdevic
)
4775
(connector
4776 8 gdevic
        (pt 840 280)
4777
        (pt 840 264)
4778 3 gdevic
)
4779
(connector
4780 8 gdevic
        (pt 936 280)
4781
        (pt 936 264)
4782 3 gdevic
)
4783
(connector
4784 8 gdevic
        (pt 984 280)
4785
        (pt 984 264)
4786 3 gdevic
)
4787
(connector
4788 8 gdevic
        (pt 1096 280)
4789
        (pt 1096 264)
4790 3 gdevic
)
4791
(connector
4792 8 gdevic
        (pt 1144 280)
4793
        (pt 1144 264)
4794 3 gdevic
)
4795
(connector
4796 8 gdevic
        (pt 1240 280)
4797
        (pt 1240 264)
4798 3 gdevic
)
4799
(connector
4800 8 gdevic
        (pt 1288 280)
4801
        (pt 1288 264)
4802 3 gdevic
)
4803
(connector
4804 8 gdevic
        (pt 1384 280)
4805
        (pt 1384 264)
4806 3 gdevic
)
4807
(connector
4808 8 gdevic
        (pt 1432 280)
4809
        (pt 1432 264)
4810 3 gdevic
)
4811
(connector
4812 8 gdevic
        (pt 1528 280)
4813
        (pt 1528 264)
4814 3 gdevic
)
4815
(connector
4816 8 gdevic
        (pt 1576 280)
4817
        (pt 1576 264)
4818 3 gdevic
)
4819
(connector
4820 8 gdevic
        (pt 1672 280)
4821
        (pt 1672 264)
4822 3 gdevic
)
4823
(connector
4824 8 gdevic
        (pt 1720 280)
4825
        (pt 1720 264)
4826 3 gdevic
)
4827
(connector
4828 8 gdevic
        (pt 1816 280)
4829
        (pt 1816 264)
4830 3 gdevic
)
4831
(connector
4832 8 gdevic
        (pt 1864 280)
4833
        (pt 1864 264)
4834 3 gdevic
)
4835
(connector
4836 8 gdevic
        (pt 1960 280)
4837
        (pt 1960 264)
4838 3 gdevic
)
4839
(connector
4840 8 gdevic
        (pt 2008 280)
4841
        (pt 2008 264)
4842 3 gdevic
)
4843
(connector
4844 8 gdevic
        (pt 2104 280)
4845
        (pt 2104 264)
4846 3 gdevic
)
4847
(connector
4848 8 gdevic
        (pt 2152 280)
4849
        (pt 2152 264)
4850 3 gdevic
)
4851
(connector
4852 8 gdevic
        (pt 2248 280)
4853
        (pt 2248 264)
4854 3 gdevic
)
4855
(connector
4856 8 gdevic
        (pt 2296 280)
4857
        (pt 2296 264)
4858 3 gdevic
)
4859
(connector
4860 8 gdevic
        (pt 2392 280)
4861
        (pt 2392 264)
4862 3 gdevic
)
4863
(connector
4864 8 gdevic
        (pt 2440 280)
4865
        (pt 2440 264)
4866 3 gdevic
)
4867
(connector
4868 8 gdevic
        (pt 848 280)
4869
        (pt 848 248)
4870 3 gdevic
)
4871
(connector
4872 8 gdevic
        (pt 992 280)
4873
        (pt 992 248)
4874 3 gdevic
)
4875
(connector
4876 8 gdevic
        (pt 1152 280)
4877
        (pt 1152 248)
4878 3 gdevic
)
4879
(connector
4880 8 gdevic
        (pt 1296 280)
4881
        (pt 1296 248)
4882 3 gdevic
)
4883
(connector
4884 8 gdevic
        (pt 1440 280)
4885
        (pt 1440 248)
4886 3 gdevic
)
4887
(connector
4888 8 gdevic
        (pt 1584 280)
4889
        (pt 1584 248)
4890 3 gdevic
)
4891
(connector
4892 8 gdevic
        (pt 1728 280)
4893
        (pt 1728 248)
4894 3 gdevic
)
4895
(connector
4896 8 gdevic
        (pt 1872 280)
4897
        (pt 1872 248)
4898 3 gdevic
)
4899
(connector
4900 8 gdevic
        (pt 2016 280)
4901
        (pt 2016 248)
4902 3 gdevic
)
4903
(connector
4904 8 gdevic
        (pt 2160 280)
4905
        (pt 2160 248)
4906 3 gdevic
)
4907
(connector
4908 8 gdevic
        (pt 2304 280)
4909
        (pt 2304 248)
4910 3 gdevic
)
4911
(connector
4912 8 gdevic
        (pt 2448 280)
4913
        (pt 2448 248)
4914 3 gdevic
)
4915
(connector
4916 8 gdevic
        (pt 2496 824)
4917
        (pt 2496 248)
4918 3 gdevic
)
4919
(connector
4920 8 gdevic
        (pt 784 280)
4921
        (pt 784 232)
4922 3 gdevic
)
4923
(connector
4924 8 gdevic
        (pt 928 280)
4925
        (pt 928 232)
4926 3 gdevic
)
4927
(connector
4928 8 gdevic
        (pt 1088 280)
4929
        (pt 1088 232)
4930 3 gdevic
)
4931
(connector
4932 8 gdevic
        (pt 1136 280)
4933
        (pt 1136 216)
4934 3 gdevic
)
4935
(connector
4936 8 gdevic
        (pt 1232 280)
4937
        (pt 1232 232)
4938 3 gdevic
)
4939
(connector
4940 8 gdevic
        (pt 1376 280)
4941
        (pt 1376 232)
4942 3 gdevic
)
4943
(connector
4944 8 gdevic
        (pt 1520 280)
4945
        (pt 1520 232)
4946 3 gdevic
)
4947
(connector
4948 8 gdevic
        (pt 1664 280)
4949
        (pt 1664 232)
4950 3 gdevic
)
4951
(connector
4952 8 gdevic
        (pt 1808 280)
4953
        (pt 1808 232)
4954 3 gdevic
)
4955
(connector
4956 8 gdevic
        (pt 1952 280)
4957
        (pt 1952 232)
4958 3 gdevic
)
4959
(connector
4960 8 gdevic
        (pt 2096 280)
4961
        (pt 2096 232)
4962 3 gdevic
)
4963
(connector
4964 8 gdevic
        (pt 2240 280)
4965
        (pt 2240 232)
4966 3 gdevic
)
4967
(connector
4968 8 gdevic
        (pt 2384 280)
4969
        (pt 2384 232)
4970 3 gdevic
)
4971
(connector
4972 8 gdevic
        (pt 832 280)
4973
        (pt 832 216)
4974 3 gdevic
)
4975
(connector
4976 8 gdevic
        (pt 976 280)
4977
        (pt 976 216)
4978 3 gdevic
)
4979
(connector
4980 8 gdevic
        (pt 1280 280)
4981
        (pt 1280 216)
4982 3 gdevic
)
4983
(connector
4984 8 gdevic
        (pt 1424 280)
4985
        (pt 1424 216)
4986 3 gdevic
)
4987
(connector
4988 8 gdevic
        (pt 1568 280)
4989
        (pt 1568 216)
4990 3 gdevic
)
4991
(connector
4992 8 gdevic
        (pt 1712 280)
4993
        (pt 1712 216)
4994 3 gdevic
)
4995
(connector
4996 8 gdevic
        (pt 1856 280)
4997
        (pt 1856 216)
4998 3 gdevic
)
4999
(connector
5000 8 gdevic
        (pt 2000 280)
5001
        (pt 2000 216)
5002 3 gdevic
)
5003
(connector
5004 8 gdevic
        (pt 2144 280)
5005
        (pt 2144 216)
5006 3 gdevic
)
5007
(connector
5008 8 gdevic
        (pt 2288 280)
5009
        (pt 2288 216)
5010 3 gdevic
)
5011
(connector
5012 8 gdevic
        (pt 2432 280)
5013
        (pt 2432 216)
5014 3 gdevic
)
5015
(connector
5016 8 gdevic
        (pt 2512 840)
5017
        (pt 2512 232)
5018 3 gdevic
)
5019
(connector
5020 8 gdevic
        (pt 752 808)
5021
        (pt 752 216)
5022 3 gdevic
)
5023
(connector
5024 8 gdevic
        (pt 896 808)
5025
        (pt 896 216)
5026 3 gdevic
)
5027
(connector
5028 8 gdevic
        (pt 1056 808)
5029
        (pt 1056 216)
5030 3 gdevic
)
5031
(connector
5032 8 gdevic
        (pt 1200 808)
5033
        (pt 1200 216)
5034 3 gdevic
)
5035
(connector
5036 8 gdevic
        (pt 1344 808)
5037
        (pt 1344 216)
5038 3 gdevic
)
5039
(connector
5040 8 gdevic
        (pt 1488 808)
5041
        (pt 1488 216)
5042 3 gdevic
)
5043
(connector
5044 8 gdevic
        (pt 1632 808)
5045
        (pt 1632 216)
5046 3 gdevic
)
5047
(connector
5048 8 gdevic
        (pt 1776 808)
5049
        (pt 1776 216)
5050 3 gdevic
)
5051
(connector
5052 8 gdevic
        (pt 1920 808)
5053
        (pt 1920 216)
5054 3 gdevic
)
5055
(connector
5056 8 gdevic
        (pt 2064 808)
5057
        (pt 2064 216)
5058 3 gdevic
)
5059
(connector
5060 8 gdevic
        (pt 2208 808)
5061
        (pt 2208 216)
5062 3 gdevic
)
5063
(connector
5064 8 gdevic
        (pt 2352 808)
5065
        (pt 2352 216)
5066 3 gdevic
)
5067
(connector
5068 8 gdevic
        (pt 1136 792)
5069
        (pt 1136 808)
5070 3 gdevic
)
5071
(connector
5072 8 gdevic
        (pt 1144 792)
5073
        (pt 1144 856)
5074 3 gdevic
)
5075
(connector
5076 8 gdevic
        (pt 1152 792)
5077
        (pt 1152 824)
5078 3 gdevic
)
5079
(connector
5080 8 gdevic
        (pt 1280 792)
5081
        (pt 1280 808)
5082 3 gdevic
)
5083
(connector
5084 8 gdevic
        (pt 1288 792)
5085
        (pt 1288 856)
5086 3 gdevic
)
5087
(connector
5088 8 gdevic
        (pt 1296 792)
5089
        (pt 1296 824)
5090 3 gdevic
)
5091
(connector
5092 8 gdevic
        (pt 1424 792)
5093
        (pt 1424 808)
5094 3 gdevic
)
5095
(connector
5096 8 gdevic
        (pt 1432 792)
5097
        (pt 1432 856)
5098 3 gdevic
)
5099
(connector
5100 8 gdevic
        (pt 1440 792)
5101
        (pt 1440 824)
5102 3 gdevic
)
5103
(connector
5104 8 gdevic
        (pt 1568 792)
5105
        (pt 1568 808)
5106 3 gdevic
)
5107
(connector
5108 8 gdevic
        (pt 1576 792)
5109
        (pt 1576 856)
5110 3 gdevic
)
5111
(connector
5112 8 gdevic
        (pt 1584 792)
5113
        (pt 1584 824)
5114 3 gdevic
)
5115
(connector
5116 8 gdevic
        (pt 1712 792)
5117
        (pt 1712 808)
5118 3 gdevic
)
5119
(connector
5120 8 gdevic
        (pt 1720 792)
5121
        (pt 1720 856)
5122 3 gdevic
)
5123
(connector
5124 8 gdevic
        (pt 1728 792)
5125
        (pt 1728 824)
5126 3 gdevic
)
5127
(connector
5128 8 gdevic
        (pt 1856 792)
5129
        (pt 1856 808)
5130 3 gdevic
)
5131
(connector
5132 8 gdevic
        (pt 1864 792)
5133
        (pt 1864 856)
5134 3 gdevic
)
5135
(connector
5136 8 gdevic
        (pt 1872 792)
5137
        (pt 1872 824)
5138 3 gdevic
)
5139
(connector
5140 8 gdevic
        (pt 2000 792)
5141
        (pt 2000 808)
5142 3 gdevic
)
5143
(connector
5144 8 gdevic
        (pt 2008 792)
5145
        (pt 2008 856)
5146 3 gdevic
)
5147
(connector
5148 8 gdevic
        (pt 2016 792)
5149
        (pt 2016 824)
5150 3 gdevic
)
5151
(connector
5152 8 gdevic
        (pt 2144 792)
5153
        (pt 2144 808)
5154 3 gdevic
)
5155
(connector
5156 8 gdevic
        (pt 2152 792)
5157
        (pt 2152 856)
5158 3 gdevic
)
5159
(connector
5160 8 gdevic
        (pt 2160 792)
5161
        (pt 2160 824)
5162 3 gdevic
)
5163
(connector
5164 8 gdevic
        (pt 2288 792)
5165
        (pt 2288 808)
5166 3 gdevic
)
5167
(connector
5168 8 gdevic
        (pt 2296 792)
5169
        (pt 2296 856)
5170 3 gdevic
)
5171
(connector
5172 8 gdevic
        (pt 2304 792)
5173
        (pt 2304 824)
5174 3 gdevic
)
5175
(connector
5176 8 gdevic
        (pt 2432 792)
5177
        (pt 2432 808)
5178 3 gdevic
)
5179
(connector
5180 8 gdevic
        (pt 2440 792)
5181
        (pt 2440 856)
5182 3 gdevic
)
5183
(connector
5184 8 gdevic
        (pt 2448 792)
5185
        (pt 2448 824)
5186 3 gdevic
)
5187
(connector
5188 8 gdevic
        (pt 832 792)
5189
        (pt 832 808)
5190 3 gdevic
)
5191
(connector
5192 8 gdevic
        (pt 840 792)
5193
        (pt 840 856)
5194 3 gdevic
)
5195
(connector
5196 8 gdevic
        (pt 848 792)
5197
        (pt 848 824)
5198 3 gdevic
)
5199
(connector
5200 8 gdevic
        (pt 976 792)
5201
        (pt 976 808)
5202 3 gdevic
)
5203
(connector
5204 8 gdevic
        (pt 984 792)
5205
        (pt 984 856)
5206 3 gdevic
)
5207
(connector
5208 8 gdevic
        (pt 992 792)
5209
        (pt 992 824)
5210 3 gdevic
)
5211
(connector
5212 8 gdevic
        (pt 784 344)
5213
        (pt 784 376)
5214 3 gdevic
)
5215
(connector
5216 8 gdevic
        (pt 928 344)
5217
        (pt 928 376)
5218 3 gdevic
)
5219
(connector
5220 8 gdevic
        (pt 1088 344)
5221
        (pt 1088 376)
5222 3 gdevic
)
5223
(connector
5224 8 gdevic
        (pt 1232 344)
5225
        (pt 1232 376)
5226 3 gdevic
)
5227
(connector
5228 8 gdevic
        (pt 1376 344)
5229
        (pt 1376 376)
5230 3 gdevic
)
5231
(connector
5232 8 gdevic
        (pt 1520 344)
5233
        (pt 1520 376)
5234 3 gdevic
)
5235
(connector
5236 8 gdevic
        (pt 1664 344)
5237
        (pt 1664 376)
5238 3 gdevic
)
5239
(connector
5240 8 gdevic
        (pt 1808 344)
5241
        (pt 1808 376)
5242 3 gdevic
)
5243
(connector
5244 8 gdevic
        (pt 1952 344)
5245
        (pt 1952 376)
5246 3 gdevic
)
5247
(connector
5248 8 gdevic
        (pt 2096 344)
5249
        (pt 2096 376)
5250 3 gdevic
)
5251
(connector
5252 8 gdevic
        (pt 2240 344)
5253
        (pt 2240 376)
5254 3 gdevic
)
5255
(connector
5256 8 gdevic
        (pt 2384 344)
5257
        (pt 2384 376)
5258 3 gdevic
)
5259
(connector
5260 8 gdevic
        (pt 776 792)
5261
        (pt 776 808)
5262 3 gdevic
)
5263
(connector
5264 8 gdevic
        (pt 784 792)
5265
        (pt 784 840)
5266 3 gdevic
)
5267
(connector
5268 8 gdevic
        (pt 792 792)
5269
        (pt 792 856)
5270 3 gdevic
)
5271
(connector
5272 8 gdevic
        (pt 920 792)
5273
        (pt 920 808)
5274 3 gdevic
)
5275
(connector
5276 8 gdevic
        (pt 928 792)
5277
        (pt 928 840)
5278 3 gdevic
)
5279
(connector
5280 8 gdevic
        (pt 936 792)
5281
        (pt 936 856)
5282 3 gdevic
)
5283
(connector
5284 8 gdevic
        (pt 1080 792)
5285
        (pt 1080 808)
5286 3 gdevic
)
5287
(connector
5288 8 gdevic
        (pt 1088 792)
5289
        (pt 1088 840)
5290 3 gdevic
)
5291
(connector
5292 8 gdevic
        (pt 1096 792)
5293
        (pt 1096 856)
5294 3 gdevic
)
5295
(connector
5296 8 gdevic
        (pt 1224 792)
5297
        (pt 1224 808)
5298 3 gdevic
)
5299
(connector
5300 8 gdevic
        (pt 1232 792)
5301
        (pt 1232 840)
5302 3 gdevic
)
5303
(connector
5304 8 gdevic
        (pt 1240 792)
5305
        (pt 1240 856)
5306 3 gdevic
)
5307
(connector
5308 8 gdevic
        (pt 1368 792)
5309
        (pt 1368 808)
5310 3 gdevic
)
5311
(connector
5312 8 gdevic
        (pt 1376 792)
5313
        (pt 1376 840)
5314 3 gdevic
)
5315
(connector
5316 8 gdevic
        (pt 1384 792)
5317
        (pt 1384 856)
5318 3 gdevic
)
5319
(connector
5320 8 gdevic
        (pt 1512 792)
5321
        (pt 1512 808)
5322 3 gdevic
)
5323
(connector
5324 8 gdevic
        (pt 1520 792)
5325
        (pt 1520 840)
5326 3 gdevic
)
5327
(connector
5328 8 gdevic
        (pt 1528 792)
5329
        (pt 1528 856)
5330 3 gdevic
)
5331
(connector
5332 8 gdevic
        (pt 1656 792)
5333
        (pt 1656 808)
5334 3 gdevic
)
5335
(connector
5336 8 gdevic
        (pt 1664 792)
5337
        (pt 1664 840)
5338 3 gdevic
)
5339
(connector
5340 8 gdevic
        (pt 1672 792)
5341
        (pt 1672 856)
5342 3 gdevic
)
5343
(connector
5344 8 gdevic
        (pt 1800 792)
5345
        (pt 1800 808)
5346 3 gdevic
)
5347
(connector
5348 8 gdevic
        (pt 1808 792)
5349
        (pt 1808 840)
5350 3 gdevic
)
5351
(connector
5352 8 gdevic
        (pt 1816 792)
5353
        (pt 1816 856)
5354 3 gdevic
)
5355
(connector
5356 8 gdevic
        (pt 1944 792)
5357
        (pt 1944 808)
5358 3 gdevic
)
5359
(connector
5360 8 gdevic
        (pt 1952 792)
5361
        (pt 1952 840)
5362 3 gdevic
)
5363
(connector
5364 8 gdevic
        (pt 1960 792)
5365
        (pt 1960 856)
5366 3 gdevic
)
5367
(connector
5368 8 gdevic
        (pt 2088 792)
5369
        (pt 2088 808)
5370 3 gdevic
)
5371
(connector
5372 8 gdevic
        (pt 2096 792)
5373
        (pt 2096 840)
5374 3 gdevic
)
5375
(connector
5376 8 gdevic
        (pt 2104 792)
5377
        (pt 2104 856)
5378 3 gdevic
)
5379
(connector
5380 8 gdevic
        (pt 2232 792)
5381
        (pt 2232 808)
5382 3 gdevic
)
5383
(connector
5384 8 gdevic
        (pt 2240 792)
5385
        (pt 2240 840)
5386 3 gdevic
)
5387
(connector
5388 8 gdevic
        (pt 2248 792)
5389
        (pt 2248 856)
5390 3 gdevic
)
5391
(connector
5392 8 gdevic
        (pt 2376 792)
5393
        (pt 2376 808)
5394 3 gdevic
)
5395
(connector
5396 8 gdevic
        (pt 2384 792)
5397
        (pt 2384 840)
5398 3 gdevic
)
5399
(connector
5400 8 gdevic
        (pt 2392 792)
5401
        (pt 2392 856)
5402 3 gdevic
)
5403
(connector
5404 8 gdevic
        (pt 672 744)
5405
        (pt 672 760)
5406 3 gdevic
)
5407
(connector
5408 8 gdevic
        (pt 880 528)
5409
        (pt 840 528)
5410
        (bus)
5411 3 gdevic
)
5412
(connector
5413 8 gdevic
        (pt 784 376)
5414
        (pt 824 376)
5415 3 gdevic
)
5416
(connector
5417 8 gdevic
        (pt 840 344)
5418
        (pt 840 400)
5419 3 gdevic
)
5420
(connector
5421 8 gdevic
        (pt 824 376)
5422
        (pt 824 400)
5423 3 gdevic
)
5424
(connector
5425 8 gdevic
        (pt 928 376)
5426
        (pt 968 376)
5427 3 gdevic
)
5428
(connector
5429 8 gdevic
        (pt 984 344)
5430
        (pt 984 400)
5431 3 gdevic
)
5432
(connector
5433 8 gdevic
        (pt 968 376)
5434
        (pt 968 400)
5435 3 gdevic
)
5436
(connector
5437 8 gdevic
        (pt 1088 376)
5438
        (pt 1128 376)
5439 3 gdevic
)
5440
(connector
5441 8 gdevic
        (pt 1144 344)
5442
        (pt 1144 400)
5443 3 gdevic
)
5444
(connector
5445 8 gdevic
        (pt 1128 376)
5446
        (pt 1128 400)
5447 3 gdevic
)
5448
(connector
5449 8 gdevic
        (pt 1232 376)
5450
        (pt 1272 376)
5451 3 gdevic
)
5452
(connector
5453 8 gdevic
        (pt 1288 344)
5454
        (pt 1288 400)
5455 3 gdevic
)
5456
(connector
5457 8 gdevic
        (pt 1272 376)
5458
        (pt 1272 400)
5459 3 gdevic
)
5460
(connector
5461 8 gdevic
        (pt 1376 376)
5462
        (pt 1416 376)
5463 3 gdevic
)
5464
(connector
5465 8 gdevic
        (pt 1432 344)
5466
        (pt 1432 400)
5467 3 gdevic
)
5468
(connector
5469 8 gdevic
        (pt 1416 376)
5470
        (pt 1416 400)
5471 3 gdevic
)
5472
(connector
5473 8 gdevic
        (pt 1520 376)
5474
        (pt 1560 376)
5475 3 gdevic
)
5476
(connector
5477 8 gdevic
        (pt 1576 344)
5478
        (pt 1576 400)
5479 3 gdevic
)
5480
(connector
5481 8 gdevic
        (pt 1560 376)
5482
        (pt 1560 400)
5483 3 gdevic
)
5484
(connector
5485 8 gdevic
        (pt 1664 376)
5486
        (pt 1704 376)
5487 3 gdevic
)
5488
(connector
5489 8 gdevic
        (pt 1720 344)
5490
        (pt 1720 400)
5491 3 gdevic
)
5492
(connector
5493 8 gdevic
        (pt 1704 376)
5494
        (pt 1704 400)
5495 3 gdevic
)
5496
(connector
5497 8 gdevic
        (pt 1808 376)
5498
        (pt 1848 376)
5499 3 gdevic
)
5500
(connector
5501 8 gdevic
        (pt 1864 344)
5502
        (pt 1864 400)
5503 3 gdevic
)
5504
(connector
5505 8 gdevic
        (pt 1848 376)
5506
        (pt 1848 400)
5507 3 gdevic
)
5508
(connector
5509 8 gdevic
        (pt 1952 376)
5510
        (pt 1992 376)
5511 3 gdevic
)
5512
(connector
5513 8 gdevic
        (pt 2008 344)
5514
        (pt 2008 400)
5515 3 gdevic
)
5516
(connector
5517 8 gdevic
        (pt 1992 376)
5518
        (pt 1992 400)
5519 3 gdevic
)
5520
(connector
5521 8 gdevic
        (pt 2096 376)
5522
        (pt 2136 376)
5523 3 gdevic
)
5524
(connector
5525 8 gdevic
        (pt 2152 344)
5526
        (pt 2152 400)
5527 3 gdevic
)
5528
(connector
5529 8 gdevic
        (pt 2136 376)
5530
        (pt 2136 400)
5531 3 gdevic
)
5532
(connector
5533 8 gdevic
        (pt 2240 376)
5534
        (pt 2280 376)
5535 3 gdevic
)
5536
(connector
5537 8 gdevic
        (pt 2296 344)
5538
        (pt 2296 400)
5539 3 gdevic
)
5540
(connector
5541 8 gdevic
        (pt 2280 376)
5542
        (pt 2280 400)
5543 3 gdevic
)
5544
(connector
5545 8 gdevic
        (pt 2384 376)
5546
        (pt 2424 376)
5547 3 gdevic
)
5548
(connector
5549 8 gdevic
        (pt 2440 344)
5550
        (pt 2440 400)
5551 3 gdevic
)
5552
(connector
5553 8 gdevic
        (pt 2424 376)
5554
        (pt 2424 400)
5555 3 gdevic
)
5556
(connector
5557 8 gdevic
        (pt 2384 696)
5558
        (pt 2424 696)
5559 3 gdevic
)
5560
(connector
5561 8 gdevic
        (pt 2480 544)
5562
        (pt 2440 544)
5563 3 gdevic
        (bus)
5564
)
5565
(connector
5566 8 gdevic
        (pt 2440 544)
5567
        (pt 2440 560)
5568 3 gdevic
        (bus)
5569
)
5570
(connector
5571 8 gdevic
        (pt 2240 696)
5572
        (pt 2280 696)
5573 3 gdevic
)
5574
(connector
5575 8 gdevic
        (pt 2336 544)
5576
        (pt 2296 544)
5577 3 gdevic
        (bus)
5578
)
5579
(connector
5580 8 gdevic
        (pt 2296 544)
5581
        (pt 2296 560)
5582 3 gdevic
        (bus)
5583
)
5584
(connector
5585 8 gdevic
        (pt 2096 696)
5586
        (pt 2136 696)
5587 3 gdevic
)
5588
(connector
5589 8 gdevic
        (pt 2192 544)
5590
        (pt 2152 544)
5591 3 gdevic
        (bus)
5592
)
5593
(connector
5594 8 gdevic
        (pt 2152 544)
5595
        (pt 2152 560)
5596 3 gdevic
        (bus)
5597
)
5598
(connector
5599 8 gdevic
        (pt 1952 696)
5600
        (pt 1992 696)
5601 3 gdevic
)
5602
(connector
5603 8 gdevic
        (pt 2048 544)
5604
        (pt 2008 544)
5605 3 gdevic
        (bus)
5606
)
5607
(connector
5608 8 gdevic
        (pt 2008 544)
5609
        (pt 2008 560)
5610 3 gdevic
        (bus)
5611
)
5612
(connector
5613 8 gdevic
        (pt 1808 696)
5614
        (pt 1848 696)
5615 3 gdevic
)
5616
(connector
5617 8 gdevic
        (pt 1904 544)
5618
        (pt 1864 544)
5619 3 gdevic
        (bus)
5620
)
5621
(connector
5622 8 gdevic
        (pt 1864 544)
5623
        (pt 1864 560)
5624 3 gdevic
        (bus)
5625
)
5626
(connector
5627 8 gdevic
        (pt 1664 696)
5628
        (pt 1704 696)
5629 3 gdevic
)
5630
(connector
5631 8 gdevic
        (pt 1760 544)
5632
        (pt 1720 544)
5633 3 gdevic
        (bus)
5634
)
5635
(connector
5636 8 gdevic
        (pt 1720 544)
5637
        (pt 1720 560)
5638 3 gdevic
        (bus)
5639
)
5640
(connector
5641 8 gdevic
        (pt 1520 696)
5642
        (pt 1560 696)
5643 3 gdevic
)
5644
(connector
5645 8 gdevic
        (pt 1616 544)
5646
        (pt 1576 544)
5647
        (bus)
5648 3 gdevic
)
5649
(connector
5650 8 gdevic
        (pt 1576 544)
5651
        (pt 1576 560)
5652
        (bus)
5653 3 gdevic
)
5654
(connector
5655 8 gdevic
        (pt 1376 696)
5656
        (pt 1416 696)
5657 3 gdevic
)
5658
(connector
5659 8 gdevic
        (pt 1472 544)
5660
        (pt 1432 544)
5661
        (bus)
5662 3 gdevic
)
5663
(connector
5664 8 gdevic
        (pt 1432 544)
5665
        (pt 1432 560)
5666
        (bus)
5667 3 gdevic
)
5668
(connector
5669 8 gdevic
        (pt 1232 696)
5670
        (pt 1272 696)
5671 3 gdevic
)
5672
(connector
5673 8 gdevic
        (pt 1328 544)
5674
        (pt 1288 544)
5675
        (bus)
5676 3 gdevic
)
5677
(connector
5678 8 gdevic
        (pt 1288 544)
5679
        (pt 1288 560)
5680
        (bus)
5681 3 gdevic
)
5682
(connector
5683 8 gdevic
        (pt 1088 696)
5684
        (pt 1128 696)
5685 3 gdevic
)
5686
(connector
5687 8 gdevic
        (pt 1184 544)
5688
        (pt 1144 544)
5689
        (bus)
5690 3 gdevic
)
5691
(connector
5692 8 gdevic
        (pt 1144 544)
5693
        (pt 1144 560)
5694
        (bus)
5695 3 gdevic
)
5696
(connector
5697 8 gdevic
        (pt 928 696)
5698
        (pt 968 696)
5699 3 gdevic
)
5700
(connector
5701 8 gdevic
        (pt 1024 544)
5702
        (pt 984 544)
5703
        (bus)
5704 3 gdevic
)
5705
(connector
5706 8 gdevic
        (pt 984 544)
5707
        (pt 984 560)
5708
        (bus)
5709 3 gdevic
)
5710
(connector
5711 8 gdevic
        (pt 784 696)
5712
        (pt 824 696)
5713 3 gdevic
)
5714
(connector
5715 8 gdevic
        (pt 880 544)
5716
        (pt 840 544)
5717
        (bus)
5718 3 gdevic
)
5719
(connector
5720 8 gdevic
        (pt 840 544)
5721
        (pt 840 560)
5722
        (bus)
5723 3 gdevic
)
5724
(connector
5725 8 gdevic
        (pt 696 344)
5726
        (pt 712 344)
5727
        (bus)
5728 3 gdevic
)
5729
(connector
5730 8 gdevic
        (pt 696 376)
5731
        (pt 712 376)
5732
        (bus)
5733 3 gdevic
)
5734
(connector
5735 8 gdevic
        (pt 696 696)
5736
        (pt 712 696)
5737
        (bus)
5738 3 gdevic
)
5739
(connector
5740 8 gdevic
        (pt 696 728)
5741
        (pt 712 728)
5742
        (bus)
5743 3 gdevic
)
5744
(connector
5745 8 gdevic
        (pt 2664 248)
5746
        (pt 2672 248)
5747 3 gdevic
)
5748
(connector
5749 8 gdevic
        (pt 2672 248)
5750
        (pt 2672 232)
5751 3 gdevic
)
5752
(connector
5753 8 gdevic
        (pt 2608 392)
5754
        (pt 2608 400)
5755 3 gdevic
)
5756
(connector
5757 8 gdevic
        (pt 2608 416)
5758
        (pt 2608 680)
5759 3 gdevic
)
5760
(connector
5761 8 gdevic
        (pt 2608 744)
5762
        (pt 2608 760)
5763 3 gdevic
)
5764
(connector
5765 8 gdevic
        (pt 2632 344)
5766
        (pt 2648 344)
5767
        (bus)
5768 3 gdevic
)
5769
(connector
5770 8 gdevic
        (pt 2632 376)
5771
        (pt 2648 376)
5772
        (bus)
5773 3 gdevic
)
5774
(connector
5775 8 gdevic
        (pt 2632 696)
5776
        (pt 2648 696)
5777
        (bus)
5778 3 gdevic
)
5779
(connector
5780 8 gdevic
        (pt 2632 728)
5781
        (pt 2648 728)
5782
        (bus)
5783 3 gdevic
)
5784
(connector
5785 8 gdevic
        (pt 2608 416)
5786
        (pt 2656 416)
5787 3 gdevic
)
5788
(connector
5789 8 gdevic
        (pt 2608 760)
5790
        (pt 2544 760)
5791 3 gdevic
)
5792
(connector
5793 8 gdevic
        (pt 2560 400)
5794
        (pt 2608 400)
5795 3 gdevic
)
5796
(connector
5797 8 gdevic
        (pt 2608 328)
5798
        (pt 2608 320)
5799 3 gdevic
)
5800
(connector
5801 8 gdevic
        (pt 2608 320)
5802
        (pt 2584 320)
5803 3 gdevic
)
5804
(connector
5805 8 gdevic
        (pt 2656 304)
5806
        (pt 2656 416)
5807 3 gdevic
)
5808
(connector
5809 8 gdevic
        (pt 2600 304)
5810
        (pt 2656 304)
5811 3 gdevic
)
5812
(connector
5813 8 gdevic
        (pt 984 520)
5814
        (pt 984 528)
5815
        (bus)
5816 3 gdevic
)
5817
(connector
5818 8 gdevic
        (pt 1144 520)
5819
        (pt 1144 528)
5820
        (bus)
5821 3 gdevic
)
5822
(connector
5823 8 gdevic
        (pt 1288 520)
5824
        (pt 1288 528)
5825
        (bus)
5826 3 gdevic
)
5827
(connector
5828 8 gdevic
        (pt 1432 520)
5829
        (pt 1432 528)
5830
        (bus)
5831 3 gdevic
)
5832
(connector
5833 8 gdevic
        (pt 1576 520)
5834
        (pt 1576 528)
5835
        (bus)
5836 3 gdevic
)
5837
(connector
5838 8 gdevic
        (pt 1720 520)
5839
        (pt 1720 528)
5840
        (bus)
5841 3 gdevic
)
5842
(connector
5843 8 gdevic
        (pt 1864 520)
5844
        (pt 1864 528)
5845
        (bus)
5846 3 gdevic
)
5847
(connector
5848 8 gdevic
        (pt 2008 520)
5849
        (pt 2008 528)
5850
        (bus)
5851 3 gdevic
)
5852
(connector
5853 8 gdevic
        (pt 2152 520)
5854
        (pt 2152 528)
5855
        (bus)
5856 3 gdevic
)
5857
(connector
5858 8 gdevic
        (pt 2296 520)
5859
        (pt 2296 528)
5860
        (bus)
5861 3 gdevic
)
5862
(connector
5863 8 gdevic
        (pt 2440 520)
5864
        (pt 2440 528)
5865
        (bus)
5866 3 gdevic
)
5867
(connector
5868 8 gdevic
        (pt 840 528)
5869
        (pt 840 520)
5870
        (bus)
5871 3 gdevic
)
5872
(connector
5873 8 gdevic
        (pt 2440 680)
5874
        (pt 2440 728)
5875 3 gdevic
)
5876
(connector
5877 8 gdevic
        (pt 2424 680)
5878
        (pt 2424 696)
5879 3 gdevic
)
5880
(connector
5881 8 gdevic
        (pt 2296 680)
5882
        (pt 2296 728)
5883 3 gdevic
)
5884
(connector
5885 8 gdevic
        (pt 2280 680)
5886
        (pt 2280 696)
5887 3 gdevic
)
5888
(connector
5889 8 gdevic
        (pt 2152 680)
5890
        (pt 2152 728)
5891 3 gdevic
)
5892
(connector
5893 8 gdevic
        (pt 2136 680)
5894
        (pt 2136 696)
5895 3 gdevic
)
5896
(connector
5897 8 gdevic
        (pt 2008 680)
5898
        (pt 2008 728)
5899 3 gdevic
)
5900
(connector
5901 8 gdevic
        (pt 1992 680)
5902
        (pt 1992 696)
5903 3 gdevic
)
5904
(connector
5905 8 gdevic
        (pt 1864 680)
5906
        (pt 1864 728)
5907 3 gdevic
)
5908
(connector
5909 8 gdevic
        (pt 1848 680)
5910
        (pt 1848 696)
5911 3 gdevic
)
5912
(connector
5913 8 gdevic
        (pt 1720 680)
5914
        (pt 1720 728)
5915 3 gdevic
)
5916
(connector
5917 8 gdevic
        (pt 1704 680)
5918
        (pt 1704 696)
5919 3 gdevic
)
5920
(connector
5921 8 gdevic
        (pt 1576 680)
5922
        (pt 1576 728)
5923 3 gdevic
)
5924
(connector
5925 8 gdevic
        (pt 1560 680)
5926
        (pt 1560 696)
5927 3 gdevic
)
5928
(connector
5929 8 gdevic
        (pt 1432 680)
5930
        (pt 1432 728)
5931 3 gdevic
)
5932
(connector
5933 8 gdevic
        (pt 1416 680)
5934
        (pt 1416 696)
5935 3 gdevic
)
5936
(connector
5937 8 gdevic
        (pt 1288 680)
5938
        (pt 1288 728)
5939 3 gdevic
)
5940
(connector
5941 8 gdevic
        (pt 1272 680)
5942
        (pt 1272 696)
5943 3 gdevic
)
5944
(connector
5945 8 gdevic
        (pt 1144 680)
5946
        (pt 1144 728)
5947 3 gdevic
)
5948
(connector
5949 8 gdevic
        (pt 1128 680)
5950
        (pt 1128 696)
5951 3 gdevic
)
5952
(connector
5953 8 gdevic
        (pt 984 680)
5954
        (pt 984 728)
5955 3 gdevic
)
5956
(connector
5957 8 gdevic
        (pt 968 680)
5958
        (pt 968 696)
5959 3 gdevic
)
5960
(connector
5961 8 gdevic
        (pt 840 680)
5962
        (pt 840 728)
5963 3 gdevic
)
5964
(connector
5965 8 gdevic
        (pt 824 680)
5966
        (pt 824 696)
5967 3 gdevic
)
5968
(connector
5969 8 gdevic
        (pt 2584 208)
5970
        (pt 2584 320)
5971 3 gdevic
)
5972
(connector
5973 8 gdevic
        (pt 2600 208)
5974
        (pt 2600 304)
5975 3 gdevic
)
5976
(connector
5977 8 gdevic
        (pt 2544 208)
5978
        (pt 2544 760)
5979 3 gdevic
)
5980
(connector
5981 8 gdevic
        (pt 2560 208)
5982
        (pt 2560 400)
5983 3 gdevic
)
5984
(connector
5985 8 gdevic
        (pt 936 264)
5986
        (pt 984 264)
5987 3 gdevic
)
5988
(connector
5989 8 gdevic
        (pt 984 264)
5990
        (pt 1096 264)
5991 3 gdevic
)
5992
(connector
5993 8 gdevic
        (pt 1096 264)
5994
        (pt 1144 264)
5995 3 gdevic
)
5996
(connector
5997 8 gdevic
        (pt 1144 264)
5998
        (pt 1240 264)
5999 3 gdevic
)
6000
(connector
6001 8 gdevic
        (pt 1240 264)
6002
        (pt 1288 264)
6003 3 gdevic
)
6004
(connector
6005 8 gdevic
        (pt 1288 264)
6006
        (pt 1384 264)
6007 3 gdevic
)
6008
(connector
6009 8 gdevic
        (pt 1384 264)
6010
        (pt 1432 264)
6011 3 gdevic
)
6012
(connector
6013 8 gdevic
        (pt 1432 264)
6014
        (pt 1528 264)
6015 3 gdevic
)
6016
(connector
6017 8 gdevic
        (pt 992 248)
6018
        (pt 1152 248)
6019 3 gdevic
)
6020
(connector
6021 8 gdevic
        (pt 1152 248)
6022
        (pt 1296 248)
6023 3 gdevic
)
6024
(connector
6025 8 gdevic
        (pt 1296 248)
6026
        (pt 1440 248)
6027 3 gdevic
)
6028
(connector
6029 8 gdevic
        (pt 1440 248)
6030
        (pt 1584 248)
6031 3 gdevic
)
6032
(connector
6033 8 gdevic
        (pt 1584 248)
6034
        (pt 1728 248)
6035 3 gdevic
)
6036
(connector
6037 8 gdevic
        (pt 1728 248)
6038
        (pt 1872 248)
6039 3 gdevic
)
6040
(connector
6041 8 gdevic
        (pt 1872 248)
6042
        (pt 2016 248)
6043 3 gdevic
)
6044
(connector
6045 8 gdevic
        (pt 2016 248)
6046
        (pt 2160 248)
6047 3 gdevic
)
6048
(connector
6049 8 gdevic
        (pt 776 208)
6050
        (pt 776 216)
6051 3 gdevic
)
6052
(connector
6053 8 gdevic
        (pt 776 216)
6054
        (pt 776 280)
6055 3 gdevic
)
6056
(connector
6057 8 gdevic
        (pt 752 216)
6058
        (pt 776 216)
6059 3 gdevic
)
6060
(connector
6061 8 gdevic
        (pt 776 216)
6062
        (pt 832 216)
6063 3 gdevic
)
6064
(connector
6065 8 gdevic
        (pt 920 208)
6066
        (pt 920 216)
6067 3 gdevic
)
6068
(connector
6069 8 gdevic
        (pt 920 216)
6070
        (pt 920 280)
6071 3 gdevic
)
6072
(connector
6073 8 gdevic
        (pt 896 216)
6074
        (pt 920 216)
6075 3 gdevic
)
6076
(connector
6077 8 gdevic
        (pt 920 216)
6078
        (pt 976 216)
6079 3 gdevic
)
6080
(connector
6081 8 gdevic
        (pt 1080 208)
6082
        (pt 1080 216)
6083 3 gdevic
)
6084
(connector
6085 8 gdevic
        (pt 1080 216)
6086
        (pt 1080 280)
6087 3 gdevic
)
6088
(connector
6089 8 gdevic
        (pt 1056 216)
6090
        (pt 1080 216)
6091 3 gdevic
)
6092
(connector
6093 8 gdevic
        (pt 1080 216)
6094
        (pt 1136 216)
6095 3 gdevic
)
6096
(connector
6097 8 gdevic
        (pt 1224 208)
6098
        (pt 1224 216)
6099 3 gdevic
)
6100
(connector
6101 8 gdevic
        (pt 1224 216)
6102
        (pt 1224 280)
6103 3 gdevic
)
6104
(connector
6105 8 gdevic
        (pt 1200 216)
6106
        (pt 1224 216)
6107 3 gdevic
)
6108
(connector
6109 8 gdevic
        (pt 1224 216)
6110
        (pt 1280 216)
6111 3 gdevic
)
6112
(connector
6113 8 gdevic
        (pt 1368 208)
6114
        (pt 1368 216)
6115 3 gdevic
)
6116
(connector
6117 8 gdevic
        (pt 1368 216)
6118
        (pt 1368 280)
6119 3 gdevic
)
6120
(connector
6121 8 gdevic
        (pt 1344 216)
6122
        (pt 1368 216)
6123 3 gdevic
)
6124
(connector
6125 8 gdevic
        (pt 1368 216)
6126
        (pt 1424 216)
6127 3 gdevic
)
6128
(connector
6129 8 gdevic
        (pt 1512 208)
6130
        (pt 1512 216)
6131 3 gdevic
)
6132
(connector
6133 8 gdevic
        (pt 1512 216)
6134
        (pt 1512 280)
6135 3 gdevic
)
6136
(connector
6137 8 gdevic
        (pt 1488 216)
6138
        (pt 1512 216)
6139 3 gdevic
)
6140
(connector
6141 8 gdevic
        (pt 1512 216)
6142
        (pt 1568 216)
6143 3 gdevic
)
6144
(connector
6145 8 gdevic
        (pt 1656 208)
6146
        (pt 1656 216)
6147 3 gdevic
)
6148
(connector
6149 8 gdevic
        (pt 1656 216)
6150
        (pt 1656 280)
6151 3 gdevic
)
6152
(connector
6153 8 gdevic
        (pt 1632 216)
6154
        (pt 1656 216)
6155 3 gdevic
)
6156
(connector
6157 8 gdevic
        (pt 1656 216)
6158
        (pt 1712 216)
6159 3 gdevic
)
6160
(connector
6161 8 gdevic
        (pt 1800 208)
6162
        (pt 1800 216)
6163 3 gdevic
)
6164
(connector
6165 8 gdevic
        (pt 1800 216)
6166
        (pt 1800 280)
6167 3 gdevic
)
6168
(connector
6169 8 gdevic
        (pt 1776 216)
6170
        (pt 1800 216)
6171 3 gdevic
)
6172
(connector
6173 8 gdevic
        (pt 1800 216)
6174
        (pt 1856 216)
6175 3 gdevic
)
6176
(connector
6177 8 gdevic
        (pt 1944 208)
6178
        (pt 1944 216)
6179 3 gdevic
)
6180
(connector
6181 8 gdevic
        (pt 1944 216)
6182
        (pt 1944 280)
6183 3 gdevic
)
6184
(connector
6185 8 gdevic
        (pt 1920 216)
6186
        (pt 1944 216)
6187 3 gdevic
)
6188
(connector
6189 8 gdevic
        (pt 1944 216)
6190
        (pt 2000 216)
6191 3 gdevic
)
6192
(connector
6193 8 gdevic
        (pt 2088 208)
6194
        (pt 2088 216)
6195 3 gdevic
)
6196
(connector
6197 8 gdevic
        (pt 2088 216)
6198
        (pt 2088 280)
6199 3 gdevic
)
6200
(connector
6201 8 gdevic
        (pt 2064 216)
6202
        (pt 2088 216)
6203 3 gdevic
)
6204
(connector
6205 8 gdevic
        (pt 2088 216)
6206
        (pt 2144 216)
6207 3 gdevic
)
6208
(connector
6209 8 gdevic
        (pt 2232 208)
6210
        (pt 2232 216)
6211 3 gdevic
)
6212
(connector
6213 8 gdevic
        (pt 2232 216)
6214
        (pt 2232 280)
6215 3 gdevic
)
6216
(connector
6217 8 gdevic
        (pt 2208 216)
6218
        (pt 2232 216)
6219 3 gdevic
)
6220
(connector
6221 8 gdevic
        (pt 2232 216)
6222
        (pt 2288 216)
6223 3 gdevic
)
6224
(connector
6225 8 gdevic
        (pt 2376 208)
6226
        (pt 2376 216)
6227 3 gdevic
)
6228
(connector
6229 8 gdevic
        (pt 2376 216)
6230
        (pt 2376 280)
6231 3 gdevic
)
6232
(connector
6233 8 gdevic
        (pt 2352 216)
6234
        (pt 2376 216)
6235 3 gdevic
)
6236
(connector
6237 8 gdevic
        (pt 2376 216)
6238
        (pt 2432 216)
6239 3 gdevic
)
6240
(connector
6241 8 gdevic
        (pt 384 264)
6242
        (pt 480 264)
6243 3 gdevic
)
6244
(connector
6245 8 gdevic
        (pt 480 264)
6246
        (pt 528 264)
6247 3 gdevic
)
6248
(connector
6249 8 gdevic
        (pt 528 264)
6250
        (pt 792 264)
6251 3 gdevic
)
6252
(connector
6253 8 gdevic
        (pt 792 264)
6254
        (pt 840 264)
6255 3 gdevic
)
6256
(connector
6257 8 gdevic
        (pt 208 360)
6258
        (pt 424 360)
6259
        (bus)
6260 3 gdevic
)
6261
(connector
6262 8 gdevic
        (pt 632 344)
6263
        (pt 632 360)
6264
        (bus)
6265 3 gdevic
)
6266
(connector
6267 8 gdevic
        (pt 632 360)
6268
        (pt 632 376)
6269
        (bus)
6270 3 gdevic
)
6271
(connector
6272 8 gdevic
        (pt 424 360)
6273
        (pt 568 360)
6274
        (bus)
6275 3 gdevic
)
6276
(connector
6277 8 gdevic
        (pt 568 360)
6278
        (pt 632 360)
6279
        (bus)
6280 3 gdevic
)
6281
(connector
6282 8 gdevic
        (pt 208 712)
6283
        (pt 424 712)
6284
        (bus)
6285 3 gdevic
)
6286
(connector
6287 8 gdevic
        (pt 632 696)
6288
        (pt 632 712)
6289
        (bus)
6290 3 gdevic
)
6291
(connector
6292 8 gdevic
        (pt 632 712)
6293
        (pt 632 728)
6294
        (bus)
6295 3 gdevic
)
6296
(connector
6297 8 gdevic
        (pt 424 712)
6298
        (pt 568 712)
6299
        (bus)
6300 3 gdevic
)
6301
(connector
6302 8 gdevic
        (pt 568 712)
6303
        (pt 632 712)
6304
        (bus)
6305 3 gdevic
)
6306
(connector
6307 8 gdevic
        (pt 992 824)
6308
        (pt 1152 824)
6309 3 gdevic
)
6310
(connector
6311 8 gdevic
        (pt 1152 824)
6312
        (pt 1296 824)
6313 3 gdevic
)
6314
(connector
6315 8 gdevic
        (pt 1296 824)
6316
        (pt 1440 824)
6317 3 gdevic
)
6318
(connector
6319 8 gdevic
        (pt 1440 824)
6320
        (pt 1584 824)
6321 3 gdevic
)
6322
(connector
6323 8 gdevic
        (pt 1584 824)
6324
        (pt 1728 824)
6325 3 gdevic
)
6326
(connector
6327 8 gdevic
        (pt 1728 824)
6328
        (pt 1872 824)
6329 3 gdevic
)
6330
(connector
6331 8 gdevic
        (pt 1872 824)
6332
        (pt 2016 824)
6333 3 gdevic
)
6334
(connector
6335 8 gdevic
        (pt 2016 824)
6336
        (pt 2160 824)
6337 3 gdevic
)
6338
(connector
6339 8 gdevic
        (pt 2160 824)
6340
        (pt 2304 824)
6341 3 gdevic
)
6342
(connector
6343 8 gdevic
        (pt 2304 824)
6344
        (pt 2448 824)
6345 3 gdevic
)
6346
(connector
6347 8 gdevic
        (pt 2448 824)
6348
        (pt 2496 824)
6349 3 gdevic
)
6350
(connector
6351 8 gdevic
        (pt 752 808)
6352
        (pt 776 808)
6353 3 gdevic
)
6354
(connector
6355 8 gdevic
        (pt 776 808)
6356
        (pt 832 808)
6357 3 gdevic
)
6358
(connector
6359 8 gdevic
        (pt 896 808)
6360
        (pt 920 808)
6361 3 gdevic
)
6362
(connector
6363 8 gdevic
        (pt 920 808)
6364
        (pt 976 808)
6365 3 gdevic
)
6366
(connector
6367 8 gdevic
        (pt 1056 808)
6368
        (pt 1080 808)
6369 3 gdevic
)
6370
(connector
6371 8 gdevic
        (pt 1080 808)
6372
        (pt 1136 808)
6373 3 gdevic
)
6374
(connector
6375 8 gdevic
        (pt 1200 808)
6376
        (pt 1224 808)
6377 3 gdevic
)
6378
(connector
6379 8 gdevic
        (pt 1224 808)
6380
        (pt 1280 808)
6381 3 gdevic
)
6382
(connector
6383 8 gdevic
        (pt 1344 808)
6384
        (pt 1368 808)
6385 3 gdevic
)
6386
(connector
6387 8 gdevic
        (pt 1368 808)
6388
        (pt 1424 808)
6389 3 gdevic
)
6390
(connector
6391 8 gdevic
        (pt 936 856)
6392
        (pt 984 856)
6393 3 gdevic
)
6394
(connector
6395 8 gdevic
        (pt 984 856)
6396
        (pt 1096 856)
6397 3 gdevic
)
6398
(connector
6399 8 gdevic
        (pt 1488 808)
6400
        (pt 1512 808)
6401 3 gdevic
)
6402
(connector
6403 8 gdevic
        (pt 1512 808)
6404
        (pt 1568 808)
6405 3 gdevic
)
6406
(connector
6407 8 gdevic
        (pt 1096 856)
6408
        (pt 1144 856)
6409 3 gdevic
)
6410
(connector
6411 8 gdevic
        (pt 1144 856)
6412
        (pt 1240 856)
6413 3 gdevic
)
6414
(connector
6415 8 gdevic
        (pt 1632 808)
6416
        (pt 1656 808)
6417 3 gdevic
)
6418
(connector
6419 8 gdevic
        (pt 1656 808)
6420
        (pt 1712 808)
6421 3 gdevic
)
6422
(connector
6423 8 gdevic
        (pt 1240 856)
6424
        (pt 1288 856)
6425 3 gdevic
)
6426
(connector
6427 8 gdevic
        (pt 1288 856)
6428
        (pt 1384 856)
6429 3 gdevic
)
6430
(connector
6431 8 gdevic
        (pt 1776 808)
6432
        (pt 1800 808)
6433 3 gdevic
)
6434
(connector
6435 8 gdevic
        (pt 1800 808)
6436
        (pt 1856 808)
6437 3 gdevic
)
6438
(connector
6439 8 gdevic
        (pt 928 840)
6440
        (pt 1088 840)
6441 3 gdevic
)
6442
(connector
6443 8 gdevic
        (pt 1384 856)
6444
        (pt 1432 856)
6445 3 gdevic
)
6446
(connector
6447 8 gdevic
        (pt 1432 856)
6448
        (pt 1528 856)
6449 3 gdevic
)
6450
(connector
6451 8 gdevic
        (pt 1920 808)
6452
        (pt 1944 808)
6453 3 gdevic
)
6454
(connector
6455 8 gdevic
        (pt 1944 808)
6456
        (pt 2000 808)
6457 3 gdevic
)
6458
(connector
6459 8 gdevic
        (pt 1088 840)
6460
        (pt 1232 840)
6461 3 gdevic
)
6462
(connector
6463 8 gdevic
        (pt 1528 856)
6464
        (pt 1576 856)
6465 3 gdevic
)
6466
(connector
6467 8 gdevic
        (pt 1576 856)
6468
        (pt 1672 856)
6469 3 gdevic
)
6470
(connector
6471 8 gdevic
        (pt 2064 808)
6472
        (pt 2088 808)
6473 3 gdevic
)
6474
(connector
6475 8 gdevic
        (pt 2088 808)
6476
        (pt 2144 808)
6477 3 gdevic
)
6478
(connector
6479 8 gdevic
        (pt 1232 840)
6480
        (pt 1376 840)
6481 3 gdevic
)
6482
(connector
6483 8 gdevic
        (pt 1672 856)
6484
        (pt 1720 856)
6485 3 gdevic
)
6486
(connector
6487 8 gdevic
        (pt 1720 856)
6488
        (pt 1816 856)
6489 3 gdevic
)
6490
(connector
6491 8 gdevic
        (pt 2208 808)
6492
        (pt 2232 808)
6493 3 gdevic
)
6494
(connector
6495 8 gdevic
        (pt 2232 808)
6496
        (pt 2288 808)
6497 3 gdevic
)
6498
(connector
6499 8 gdevic
        (pt 1376 840)
6500
        (pt 1520 840)
6501 3 gdevic
)
6502
(connector
6503 8 gdevic
        (pt 1816 856)
6504
        (pt 1864 856)
6505 3 gdevic
)
6506
(connector
6507 8 gdevic
        (pt 1864 856)
6508
        (pt 1960 856)
6509 3 gdevic
)
6510
(connector
6511 8 gdevic
        (pt 2352 808)
6512
        (pt 2376 808)
6513 3 gdevic
)
6514
(connector
6515 8 gdevic
        (pt 2376 808)
6516
        (pt 2432 808)
6517 3 gdevic
)
6518
(connector
6519 8 gdevic
        (pt 1520 840)
6520
        (pt 1664 840)
6521 3 gdevic
)
6522
(connector
6523 8 gdevic
        (pt 1664 840)
6524
        (pt 1808 840)
6525 3 gdevic
)
6526
(connector
6527 8 gdevic
        (pt 1808 840)
6528
        (pt 1952 840)
6529 3 gdevic
)
6530
(connector
6531 8 gdevic
        (pt 1952 840)
6532
        (pt 2096 840)
6533 3 gdevic
)
6534
(connector
6535 8 gdevic
        (pt 2096 840)
6536
        (pt 2240 840)
6537 3 gdevic
)
6538
(connector
6539 8 gdevic
        (pt 2240 840)
6540
        (pt 2384 840)
6541 3 gdevic
)
6542
(connector
6543 8 gdevic
        (pt 2384 840)
6544
        (pt 2512 840)
6545 3 gdevic
)
6546
(connector
6547 8 gdevic
        (pt 1960 856)
6548
        (pt 2008 856)
6549 3 gdevic
)
6550
(connector
6551 8 gdevic
        (pt 2008 856)
6552
        (pt 2104 856)
6553 3 gdevic
)
6554
(connector
6555 8 gdevic
        (pt 2104 856)
6556
        (pt 2152 856)
6557 3 gdevic
)
6558
(connector
6559 8 gdevic
        (pt 2152 856)
6560
        (pt 2248 856)
6561 3 gdevic
)
6562
(connector
6563 8 gdevic
        (pt 280 824)
6564
        (pt 392 824)
6565 3 gdevic
)
6566
(connector
6567 8 gdevic
        (pt 392 824)
6568
        (pt 536 824)
6569 3 gdevic
)
6570
(connector
6571 8 gdevic
        (pt 536 824)
6572
        (pt 848 824)
6573 3 gdevic
)
6574
(connector
6575 8 gdevic
        (pt 216 840)
6576
        (pt 328 840)
6577 3 gdevic
)
6578
(connector
6579 8 gdevic
        (pt 328 840)
6580
        (pt 472 840)
6581 3 gdevic
)
6582
(connector
6583 8 gdevic
        (pt 472 840)
6584
        (pt 784 840)
6585 3 gdevic
)
6586
(connector
6587 8 gdevic
        (pt 384 856)
6588
        (pt 480 856)
6589 3 gdevic
)
6590
(connector
6591 8 gdevic
        (pt 480 856)
6592
        (pt 528 856)
6593 3 gdevic
)
6594
(connector
6595 8 gdevic
        (pt 528 856)
6596
        (pt 792 856)
6597 3 gdevic
)
6598
(connector
6599 8 gdevic
        (pt 792 856)
6600
        (pt 840 856)
6601 3 gdevic
)
6602
(connector
6603 8 gdevic
        (pt 672 208)
6604
        (pt 672 312)
6605 3 gdevic
)
6606
(connector
6607 8 gdevic
        (pt 672 312)
6608
        (pt 672 328)
6609 3 gdevic
)
6610
(connector
6611 8 gdevic
        (pt 216 232)
6612
        (pt 328 232)
6613 3 gdevic
)
6614
(connector
6615 8 gdevic
        (pt 328 232)
6616
        (pt 472 232)
6617 3 gdevic
)
6618
(connector
6619 8 gdevic
        (pt 472 232)
6620
        (pt 784 232)
6621 3 gdevic
)
6622
(connector
6623 8 gdevic
        (pt 280 248)
6624
        (pt 392 248)
6625 3 gdevic
)
6626
(connector
6627 8 gdevic
        (pt 392 248)
6628
        (pt 536 248)
6629 3 gdevic
)
6630
(connector
6631 8 gdevic
        (pt 536 248)
6632
        (pt 848 248)
6633 3 gdevic
)
6634
(connector
6635 8 gdevic
        (pt 712 344)
6636
        (pt 712 360)
6637
        (bus)
6638 3 gdevic
)
6639
(connector
6640 8 gdevic
        (pt 712 360)
6641
        (pt 712 376)
6642
        (bus)
6643 3 gdevic
)
6644
(connector
6645 8 gdevic
        (pt 712 360)
6646
        (pt 880 360)
6647
        (bus)
6648 3 gdevic
)
6649
(connector
6650 8 gdevic
        (pt 880 360)
6651
        (pt 1024 360)
6652
        (bus)
6653 3 gdevic
)
6654
(connector
6655 8 gdevic
        (pt 1024 360)
6656
        (pt 1184 360)
6657
        (bus)
6658 3 gdevic
)
6659
(connector
6660 8 gdevic
        (pt 1184 360)
6661
        (pt 1328 360)
6662
        (bus)
6663 3 gdevic
)
6664
(connector
6665 8 gdevic
        (pt 1328 360)
6666
        (pt 1472 360)
6667
        (bus)
6668 3 gdevic
)
6669
(connector
6670 8 gdevic
        (pt 1472 360)
6671
        (pt 1616 360)
6672
        (bus)
6673 3 gdevic
)
6674
(connector
6675 8 gdevic
        (pt 1616 360)
6676
        (pt 1760 360)
6677
        (bus)
6678 3 gdevic
)
6679
(connector
6680 8 gdevic
        (pt 1760 360)
6681
        (pt 1904 360)
6682
        (bus)
6683 3 gdevic
)
6684
(connector
6685 8 gdevic
        (pt 1904 360)
6686
        (pt 2048 360)
6687
        (bus)
6688 3 gdevic
)
6689
(connector
6690 8 gdevic
        (pt 712 696)
6691
        (pt 712 712)
6692
        (bus)
6693 3 gdevic
)
6694
(connector
6695 8 gdevic
        (pt 712 712)
6696
        (pt 712 728)
6697 3 gdevic
        (bus)
6698
)
6699
(connector
6700 8 gdevic
        (pt 712 712)
6701
        (pt 880 712)
6702 3 gdevic
        (bus)
6703
)
6704
(connector
6705 8 gdevic
        (pt 880 712)
6706
        (pt 1024 712)
6707 3 gdevic
        (bus)
6708
)
6709
(connector
6710 8 gdevic
        (pt 1024 712)
6711
        (pt 1184 712)
6712 3 gdevic
        (bus)
6713
)
6714
(connector
6715 8 gdevic
        (pt 1184 712)
6716
        (pt 1328 712)
6717
        (bus)
6718 3 gdevic
)
6719
(connector
6720 8 gdevic
        (pt 1328 712)
6721
        (pt 1472 712)
6722
        (bus)
6723 3 gdevic
)
6724
(connector
6725 8 gdevic
        (pt 1472 712)
6726
        (pt 1616 712)
6727 3 gdevic
        (bus)
6728
)
6729
(connector
6730 8 gdevic
        (pt 1616 712)
6731
        (pt 1760 712)
6732 3 gdevic
        (bus)
6733
)
6734
(connector
6735 8 gdevic
        (pt 1760 712)
6736
        (pt 1904 712)
6737 3 gdevic
        (bus)
6738
)
6739
(connector
6740 8 gdevic
        (pt 1904 712)
6741
        (pt 2048 712)
6742 3 gdevic
        (bus)
6743
)
6744
(connector
6745 8 gdevic
        (pt 928 232)
6746
        (pt 1088 232)
6747 3 gdevic
)
6748
(connector
6749 8 gdevic
        (pt 1088 232)
6750
        (pt 1232 232)
6751 3 gdevic
)
6752
(connector
6753 8 gdevic
        (pt 1232 232)
6754
        (pt 1376 232)
6755 3 gdevic
)
6756
(connector
6757 8 gdevic
        (pt 1376 232)
6758
        (pt 1520 232)
6759 3 gdevic
)
6760
(connector
6761 8 gdevic
        (pt 1520 232)
6762
        (pt 1664 232)
6763 3 gdevic
)
6764
(connector
6765 8 gdevic
        (pt 1664 232)
6766
        (pt 1808 232)
6767 3 gdevic
)
6768
(connector
6769 8 gdevic
        (pt 1808 232)
6770
        (pt 1952 232)
6771 3 gdevic
)
6772
(connector
6773 8 gdevic
        (pt 1952 232)
6774
        (pt 2096 232)
6775 3 gdevic
)
6776
(connector
6777 8 gdevic
        (pt 1528 264)
6778
        (pt 1576 264)
6779 3 gdevic
)
6780
(connector
6781 8 gdevic
        (pt 1576 264)
6782
        (pt 1672 264)
6783 3 gdevic
)
6784
(connector
6785 8 gdevic
        (pt 1672 264)
6786
        (pt 1720 264)
6787 3 gdevic
)
6788
(connector
6789 8 gdevic
        (pt 1720 264)
6790
        (pt 1816 264)
6791 3 gdevic
)
6792
(connector
6793 8 gdevic
        (pt 1816 264)
6794
        (pt 1864 264)
6795 3 gdevic
)
6796
(connector
6797 8 gdevic
        (pt 1864 264)
6798
        (pt 1960 264)
6799 3 gdevic
)
6800
(connector
6801 8 gdevic
        (pt 1960 264)
6802
        (pt 2008 264)
6803 3 gdevic
)
6804
(connector
6805 8 gdevic
        (pt 2008 264)
6806
        (pt 2104 264)
6807 3 gdevic
)
6808
(connector
6809 8 gdevic
        (pt 2104 264)
6810
        (pt 2152 264)
6811 3 gdevic
)
6812
(connector
6813 8 gdevic
        (pt 2152 264)
6814
        (pt 2248 264)
6815 3 gdevic
)
6816
(connector
6817 8 gdevic
        (pt 2096 232)
6818
        (pt 2240 232)
6819 3 gdevic
)
6820
(connector
6821 8 gdevic
        (pt 2160 248)
6822
        (pt 2304 248)
6823 3 gdevic
)
6824
(connector
6825 8 gdevic
        (pt 2248 264)
6826
        (pt 2296 264)
6827 3 gdevic
)
6828
(connector
6829 8 gdevic
        (pt 2240 232)
6830
        (pt 2384 232)
6831 3 gdevic
)
6832
(connector
6833 8 gdevic
        (pt 2304 248)
6834
        (pt 2448 248)
6835 3 gdevic
)
6836
(connector
6837 8 gdevic
        (pt 2296 264)
6838
        (pt 2392 264)
6839 3 gdevic
)
6840
(connector
6841 8 gdevic
        (pt 2384 232)
6842
        (pt 2512 232)
6843 3 gdevic
)
6844
(connector
6845 8 gdevic
        (pt 2248 856)
6846
        (pt 2296 856)
6847 3 gdevic
)
6848
(connector
6849 8 gdevic
        (pt 2296 856)
6850
        (pt 2392 856)
6851 3 gdevic
)
6852
(connector
6853 8 gdevic
        (pt 2048 360)
6854
        (pt 2192 360)
6855 3 gdevic
        (bus)
6856
)
6857
(connector
6858 8 gdevic
        (pt 2192 360)
6859
        (pt 2336 360)
6860 3 gdevic
        (bus)
6861
)
6862
(connector
6863 8 gdevic
        (pt 2568 344)
6864
        (pt 2568 360)
6865 3 gdevic
        (bus)
6866
)
6867
(connector
6868 8 gdevic
        (pt 2568 360)
6869
        (pt 2568 376)
6870
        (bus)
6871 3 gdevic
)
6872
(connector
6873 8 gdevic
        (pt 2336 360)
6874
        (pt 2480 360)
6875
        (bus)
6876 3 gdevic
)
6877
(connector
6878 8 gdevic
        (pt 2480 360)
6879
        (pt 2568 360)
6880
        (bus)
6881 3 gdevic
)
6882
(connector
6883 8 gdevic
        (pt 2048 712)
6884
        (pt 2192 712)
6885
        (bus)
6886 3 gdevic
)
6887
(connector
6888 8 gdevic
        (pt 2192 712)
6889
        (pt 2336 712)
6890 3 gdevic
        (bus)
6891
)
6892
(connector
6893 8 gdevic
        (pt 2568 696)
6894
        (pt 2568 712)
6895
        (bus)
6896 3 gdevic
)
6897
(connector
6898 8 gdevic
        (pt 2568 712)
6899
        (pt 2568 728)
6900
        (bus)
6901 3 gdevic
)
6902
(connector
6903 8 gdevic
        (pt 2336 712)
6904
        (pt 2480 712)
6905
        (bus)
6906 3 gdevic
)
6907
(connector
6908 8 gdevic
        (pt 2480 712)
6909
        (pt 2568 712)
6910
        (bus)
6911 3 gdevic
)
6912
(connector
6913 8 gdevic
        (pt 2264 520)
6914
        (pt 2264 536)
6915 3 gdevic
)
6916
(connector
6917 8 gdevic
        (pt 2264 536)
6918
        (pt 2264 560)
6919 3 gdevic
)
6920
(connector
6921 8 gdevic
        (pt 2408 520)
6922
        (pt 2408 536)
6923 3 gdevic
)
6924
(connector
6925 8 gdevic
        (pt 2408 536)
6926
        (pt 2408 560)
6927 3 gdevic
)
6928
(connector
6929 8 gdevic
        (pt 2120 520)
6930
        (pt 2120 536)
6931 3 gdevic
)
6932
(connector
6933 8 gdevic
        (pt 2120 536)
6934
        (pt 2120 560)
6935 3 gdevic
)
6936
(connector
6937 8 gdevic
        (pt 2264 536)
6938
        (pt 2408 536)
6939 3 gdevic
)
6940
(connector
6941 8 gdevic
        (pt 1976 520)
6942
        (pt 1976 536)
6943 3 gdevic
)
6944
(connector
6945 8 gdevic
        (pt 1976 536)
6946
        (pt 1976 560)
6947 3 gdevic
)
6948
(connector
6949 8 gdevic
        (pt 2120 536)
6950
        (pt 2264 536)
6951 3 gdevic
)
6952
(connector
6953 8 gdevic
        (pt 1832 520)
6954
        (pt 1832 536)
6955 3 gdevic
)
6956
(connector
6957 8 gdevic
        (pt 1832 536)
6958
        (pt 1832 560)
6959 3 gdevic
)
6960
(connector
6961 8 gdevic
        (pt 1976 536)
6962
        (pt 2120 536)
6963 3 gdevic
)
6964
(connector
6965 8 gdevic
        (pt 1688 520)
6966
        (pt 1688 536)
6967 3 gdevic
)
6968
(connector
6969 8 gdevic
        (pt 1688 536)
6970
        (pt 1688 560)
6971 3 gdevic
)
6972
(connector
6973 8 gdevic
        (pt 1832 536)
6974
        (pt 1976 536)
6975 3 gdevic
)
6976
(connector
6977 8 gdevic
        (pt 1544 520)
6978
        (pt 1544 536)
6979 3 gdevic
)
6980
(connector
6981 8 gdevic
        (pt 1544 536)
6982
        (pt 1544 560)
6983 3 gdevic
)
6984
(connector
6985 8 gdevic
        (pt 1688 536)
6986
        (pt 1832 536)
6987 3 gdevic
)
6988
(connector
6989 8 gdevic
        (pt 1400 520)
6990
        (pt 1400 536)
6991 3 gdevic
)
6992
(connector
6993 8 gdevic
        (pt 1400 536)
6994
        (pt 1400 560)
6995 3 gdevic
)
6996
(connector
6997 8 gdevic
        (pt 1544 536)
6998
        (pt 1688 536)
6999 3 gdevic
)
7000
(connector
7001 8 gdevic
        (pt 1256 520)
7002
        (pt 1256 536)
7003 3 gdevic
)
7004
(connector
7005 8 gdevic
        (pt 1256 536)
7006
        (pt 1256 560)
7007 3 gdevic
)
7008
(connector
7009 8 gdevic
        (pt 1400 536)
7010
        (pt 1544 536)
7011 3 gdevic
)
7012
(connector
7013 8 gdevic
        (pt 1112 520)
7014
        (pt 1112 536)
7015 3 gdevic
)
7016
(connector
7017 8 gdevic
        (pt 1112 536)
7018
        (pt 1112 560)
7019 3 gdevic
)
7020
(connector
7021 8 gdevic
        (pt 1256 536)
7022
        (pt 1400 536)
7023 3 gdevic
)
7024
(connector
7025 8 gdevic
        (pt 952 520)
7026
        (pt 952 536)
7027 3 gdevic
)
7028
(connector
7029 8 gdevic
        (pt 952 536)
7030
        (pt 952 560)
7031 3 gdevic
)
7032
(connector
7033 8 gdevic
        (pt 1112 536)
7034
        (pt 1256 536)
7035 3 gdevic
)
7036
(connector
7037 8 gdevic
        (pt 496 520)
7038
        (pt 496 536)
7039 3 gdevic
)
7040
(connector
7041 8 gdevic
        (pt 496 536)
7042
        (pt 496 560)
7043 3 gdevic
)
7044
(connector
7045 8 gdevic
        (pt 208 536)
7046
        (pt 352 536)
7047 3 gdevic
)
7048
(connector
7049 8 gdevic
        (pt 808 520)
7050
        (pt 808 536)
7051 3 gdevic
)
7052
(connector
7053 8 gdevic
        (pt 808 536)
7054
        (pt 808 560)
7055 3 gdevic
)
7056
(connector
7057 8 gdevic
        (pt 352 536)
7058
        (pt 496 536)
7059 3 gdevic
)
7060
(connector
7061 8 gdevic
        (pt 496 536)
7062
        (pt 808 536)
7063 3 gdevic
)
7064
(connector
7065 8 gdevic
        (pt 808 536)
7066
        (pt 952 536)
7067 3 gdevic
)
7068
(connector
7069 8 gdevic
        (pt 952 536)
7070
        (pt 1112 536)
7071 3 gdevic
)
7072
(connector
7073 8 gdevic
        (pt 2448 248)
7074
        (pt 2496 248)
7075 3 gdevic
)
7076
(connector
7077 8 gdevic
        (pt 2392 264)
7078
        (pt 2440 264)
7079 3 gdevic
)
7080
(connector
7081 8 gdevic
        (pt 2392 856)
7082
        (pt 2440 856)
7083 3 gdevic
)
7084
(connector
7085 8 gdevic
        (pt 2512 232)
7086
        (pt 2672 232)
7087 3 gdevic
)
7088
(connector
7089 8 gdevic
        (pt 2648 344)
7090
        (pt 2648 360)
7091
        (bus)
7092 3 gdevic
)
7093
(connector
7094 8 gdevic
        (pt 2648 360)
7095
        (pt 2648 376)
7096
        (bus)
7097 3 gdevic
)
7098
(connector
7099 8 gdevic
        (pt 2648 696)
7100
        (pt 2648 712)
7101
        (bus)
7102 3 gdevic
)
7103
(connector
7104 8 gdevic
        (pt 2648 712)
7105
        (pt 2648 728)
7106
        (bus)
7107 3 gdevic
)
7108
(connector
7109 8 gdevic
        (pt 632 344)
7110
        (pt 648 344)
7111
        (bus)
7112 3 gdevic
)
7113
(connector
7114 8 gdevic
        (pt 632 376)
7115
        (pt 648 376)
7116
        (bus)
7117 3 gdevic
)
7118
(connector
7119 8 gdevic
        (pt 632 696)
7120
        (pt 648 696)
7121
        (bus)
7122 3 gdevic
)
7123
(connector
7124 8 gdevic
        (pt 632 728)
7125
        (pt 648 728)
7126
        (bus)
7127 3 gdevic
)
7128
(connector
7129 8 gdevic
        (pt 2496 248)
7130
        (pt 2616 248)
7131 3 gdevic
)
7132
(connector
7133 8 gdevic
        (pt 2568 344)
7134
        (pt 2584 344)
7135
        (bus)
7136 3 gdevic
)
7137
(connector
7138 8 gdevic
        (pt 2568 376)
7139
        (pt 2584 376)
7140
        (bus)
7141 3 gdevic
)
7142
(connector
7143 8 gdevic
        (pt 2568 696)
7144
        (pt 2584 696)
7145
        (bus)
7146 3 gdevic
)
7147
(connector
7148 8 gdevic
        (pt 2568 728)
7149
        (pt 2584 728)
7150
        (bus)
7151 3 gdevic
)
7152
(connector
7153 8 gdevic
        (pt 2440 264)
7154
        (pt 2688 264)
7155 3 gdevic
)
7156
(connector
7157 8 gdevic
        (pt 2440 856)
7158
        (pt 2688 856)
7159 3 gdevic
)
7160
(connector
7161 8 gdevic
        (pt 2672 232)
7162
        (pt 2688 232)
7163 3 gdevic
)
7164
(connector
7165 8 gdevic
        (pt 2648 360)
7166
        (pt 2688 360)
7167
        (bus)
7168 3 gdevic
)
7169
(connector
7170 8 gdevic
        (pt 2648 712)
7171
        (pt 2688 712)
7172
        (bus)
7173 3 gdevic
)
7174
(connector
7175 8 gdevic
        (pt 672 400)
7176
        (pt 624 400)
7177 3 gdevic
)
7178
(connector
7179 8 gdevic
        (pt 672 760)
7180
        (pt 608 760)
7181 3 gdevic
)
7182
(connector
7183 8 gdevic
        (pt 624 208)
7184
        (pt 624 400)
7185 3 gdevic
)
7186
(connector
7187 8 gdevic
        (pt 608 208)
7188
        (pt 608 760)
7189 3 gdevic
)
7190
(junction (pt 216 232))
7191
(junction (pt 216 840))
7192
(junction (pt 320 216))
7193
(junction (pt 464 216))
7194
(junction (pt 336 264))
7195
(junction (pt 384 264))
7196
(junction (pt 480 264))
7197
(junction (pt 528 264))
7198
(junction (pt 424 360))
7199
(junction (pt 568 360))
7200
(junction (pt 424 712))
7201
(junction (pt 568 712))
7202
(junction (pt 320 808))
7203
(junction (pt 464 808))
7204
(junction (pt 336 856))
7205
(junction (pt 384 856))
7206
(junction (pt 480 856))
7207
(junction (pt 528 856))
7208
(junction (pt 328 232))
7209
(junction (pt 472 232))
7210
(junction (pt 392 248))
7211
(junction (pt 536 248))
7212
(junction (pt 392 824))
7213
(junction (pt 536 824))
7214
(junction (pt 328 840))
7215
(junction (pt 472 840))
7216
(junction (pt 496 536))
7217
(junction (pt 352 536))
7218 8 gdevic
(junction (pt 984 264))
7219
(junction (pt 1096 264))
7220
(junction (pt 1144 264))
7221
(junction (pt 1240 264))
7222
(junction (pt 1288 264))
7223
(junction (pt 1384 264))
7224
(junction (pt 1432 264))
7225
(junction (pt 1528 264))
7226
(junction (pt 1576 264))
7227
(junction (pt 1152 248))
7228
(junction (pt 1296 248))
7229
(junction (pt 1440 248))
7230
(junction (pt 1584 248))
7231
(junction (pt 1728 248))
7232
(junction (pt 1872 248))
7233
(junction (pt 2016 248))
7234
(junction (pt 2160 248))
7235
(junction (pt 2304 248))
7236
(junction (pt 776 216))
7237
(junction (pt 920 216))
7238
(junction (pt 1080 216))
7239
(junction (pt 1224 216))
7240
(junction (pt 1368 216))
7241
(junction (pt 1512 216))
7242
(junction (pt 1656 216))
7243
(junction (pt 1800 216))
7244
(junction (pt 1944 216))
7245
(junction (pt 2088 216))
7246
(junction (pt 2232 216))
7247
(junction (pt 2376 216))
7248
(junction (pt 792 264))
7249
(junction (pt 632 360))
7250
(junction (pt 632 712))
7251
(junction (pt 1152 824))
7252
(junction (pt 1296 824))
7253
(junction (pt 1440 824))
7254
(junction (pt 1584 824))
7255
(junction (pt 1728 824))
7256
(junction (pt 1872 824))
7257
(junction (pt 2016 824))
7258
(junction (pt 2160 824))
7259
(junction (pt 2304 824))
7260
(junction (pt 2448 824))
7261
(junction (pt 776 808))
7262
(junction (pt 920 808))
7263
(junction (pt 1080 808))
7264
(junction (pt 1224 808))
7265
(junction (pt 984 856))
7266
(junction (pt 1368 808))
7267
(junction (pt 1096 856))
7268
(junction (pt 1144 856))
7269
(junction (pt 1512 808))
7270
(junction (pt 1240 856))
7271
(junction (pt 1288 856))
7272
(junction (pt 1656 808))
7273
(junction (pt 1088 840))
7274
(junction (pt 1384 856))
7275
(junction (pt 1432 856))
7276
(junction (pt 1800 808))
7277
(junction (pt 1232 840))
7278
(junction (pt 1528 856))
7279
(junction (pt 1576 856))
7280
(junction (pt 1944 808))
7281
(junction (pt 1376 840))
7282
(junction (pt 1672 856))
7283
(junction (pt 1720 856))
7284
(junction (pt 2088 808))
7285
(junction (pt 1520 840))
7286
(junction (pt 1816 856))
7287
(junction (pt 1864 856))
7288
(junction (pt 2232 808))
7289
(junction (pt 1664 840))
7290
(junction (pt 1960 856))
7291
(junction (pt 2008 856))
7292
(junction (pt 2376 808))
7293
(junction (pt 1808 840))
7294
(junction (pt 1952 840))
7295
(junction (pt 2096 840))
7296
(junction (pt 2240 840))
7297
(junction (pt 2384 840))
7298
(junction (pt 2104 856))
7299
(junction (pt 2152 856))
7300
(junction (pt 2248 856))
7301
(junction (pt 2296 856))
7302
(junction (pt 792 856))
7303
(junction (pt 672 312))
7304
(junction (pt 880 360))
7305
(junction (pt 712 360))
7306
(junction (pt 1024 360))
7307
(junction (pt 1184 360))
7308
(junction (pt 1328 360))
7309
(junction (pt 1472 360))
7310
(junction (pt 1616 360))
7311
(junction (pt 1760 360))
7312
(junction (pt 1904 360))
7313
(junction (pt 2048 360))
7314
(junction (pt 2192 360))
7315
(junction (pt 880 712))
7316
(junction (pt 712 712))
7317
(junction (pt 1024 712))
7318
(junction (pt 1184 712))
7319
(junction (pt 1328 712))
7320
(junction (pt 1472 712))
7321
(junction (pt 1616 712))
7322
(junction (pt 1760 712))
7323
(junction (pt 1904 712))
7324
(junction (pt 2048 712))
7325
(junction (pt 2192 712))
7326
(junction (pt 1088 232))
7327
(junction (pt 1232 232))
7328
(junction (pt 1376 232))
7329
(junction (pt 1520 232))
7330
(junction (pt 1664 232))
7331
(junction (pt 1808 232))
7332
(junction (pt 1952 232))
7333
(junction (pt 2096 232))
7334
(junction (pt 2240 232))
7335
(junction (pt 1672 264))
7336
(junction (pt 1720 264))
7337
(junction (pt 1816 264))
7338
(junction (pt 1864 264))
7339
(junction (pt 1960 264))
7340
(junction (pt 2008 264))
7341
(junction (pt 2104 264))
7342
(junction (pt 2152 264))
7343
(junction (pt 2248 264))
7344
(junction (pt 2296 264))
7345
(junction (pt 2384 232))
7346
(junction (pt 2448 248))
7347
(junction (pt 2392 264))
7348
(junction (pt 2512 232))
7349
(junction (pt 2496 248))
7350
(junction (pt 2440 264))
7351
(junction (pt 2672 232))
7352
(junction (pt 2392 856))
7353
(junction (pt 2440 856))
7354
(junction (pt 2336 360))
7355
(junction (pt 2480 360))
7356
(junction (pt 2568 360))
7357
(junction (pt 2336 712))
7358
(junction (pt 2480 712))
7359
(junction (pt 2568 712))
7360
(junction (pt 2264 536))
7361
(junction (pt 2408 536))
7362
(junction (pt 2120 536))
7363
(junction (pt 1976 536))
7364
(junction (pt 1832 536))
7365
(junction (pt 1688 536))
7366
(junction (pt 1544 536))
7367
(junction (pt 1400 536))
7368
(junction (pt 1256 536))
7369
(junction (pt 1112 536))
7370
(junction (pt 952 536))
7371
(junction (pt 808 536))
7372
(junction (pt 2648 360))
7373
(junction (pt 2648 712))
7374 3 gdevic
(text "SW4" (rect 640 792 681 810)(font "Arial" (color 0 0 0)(font_size 12)))
7375 8 gdevic
(text "Register Gate" (rect 2552 800 2666 818)(font "Arial" (color 0 0 0)(font_size 12)))
7376
(rectangle (rect 592 296 728 776)(fill (color 255 170 255)))
7377
(rectangle (rect 2528 296 2664 776)(fill (color 255 170 255)))
7378 3 gdevic
(title_block
7379
        (rect 32 888 353 949)
7380
        (name "title-custom-medium")
7381 8 gdevic
        (section (rect 0 41 240 60)(text "DATE" (rect 2 0 30 12)(font "Arial" ))(text "May 17, 2014, 2016" (rect 56 3 191 19)(font "Arial" (font_size 10)))(border))
7382
        (section (rect 0 21 320 40)(text "DESIGNER" (rect 2 0 59 12)(font "Arial" ))(text "Goran Devic" (rect 56 2 151 19)(font "Arial" (font_size 11)))(border))
7383
        (section (rect 130 0 320 20)(text "MODULE" (rect 2 1 48 13)(font "Arial" ))(text "reg_file" (rect 43 2 109 21)(font "Arial" (font_size 12)(bold)))(border))
7384 3 gdevic
        (section (rect 0 0 320 20)(text "PROJECT" (rect 2 0 52 12)(font "Arial" ))(text "A-Z80" (rect 56 2 106 21)(font "Arial" (font_size 12)(bold)))(border))
7385 8 gdevic
        (section (rect 241 41 320 60)(text "REV" (rect 2 1 25 13)(font "Arial" ))(text "1.5" (rect 43 3 64 19)(font "Arial" (font_size 10)))(border))
7386 3 gdevic
        (drawing
7387
        )
7388
)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.