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