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

Subversion Repositories a-z80

[/] [a-z80/] [trunk/] [cpu/] [control/] [sequencer.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 24 416 200 432)
25
        (text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
26
        (text "clk" (rect 9 0 23 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 24 360 200 376)
41 3 gdevic
        (text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
42
        (text "nextM" (rect 9 0 38 12)(font "Arial" ))
43
        (pt 176 8)
44
        (drawing
45
                (line (pt 92 12)(pt 117 12))
46
                (line (pt 92 4)(pt 117 4))
47
                (line (pt 121 8)(pt 176 8))
48
                (line (pt 92 12)(pt 92 4))
49
                (line (pt 117 4)(pt 121 8))
50
                (line (pt 117 12)(pt 121 8))
51
        )
52
        (text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
53
)
54
(pin
55
        (input)
56
        (rect 24 296 200 312)
57
        (text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
58
        (text "setM1" (rect 9 0 38 12)(font "Arial" ))
59
        (pt 176 8)
60
        (drawing
61
                (line (pt 92 12)(pt 117 12))
62
                (line (pt 92 4)(pt 117 4))
63
                (line (pt 121 8)(pt 176 8))
64
                (line (pt 92 12)(pt 92 4))
65
                (line (pt 117 4)(pt 121 8))
66
                (line (pt 117 12)(pt 121 8))
67
        )
68
        (text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
69
)
70
(pin
71
        (input)
72 8 gdevic
        (rect 24 136 200 152)
73 3 gdevic
        (text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
74
        (text "nreset" (rect 9 0 39 12)(font "Arial" ))
75
        (pt 176 8)
76
        (drawing
77
                (line (pt 92 12)(pt 117 12))
78
                (line (pt 92 4)(pt 117 4))
79
                (line (pt 121 8)(pt 176 8))
80
                (line (pt 92 12)(pt 92 4))
81
                (line (pt 117 4)(pt 121 8))
82
                (line (pt 117 12)(pt 121 8))
83
        )
84
        (text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
85
)
86
(pin
87
        (input)
88
        (rect 24 536 200 552)
89
        (text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
90
        (text "hold_clk_iorq" (rect 9 0 72 12)(font "Arial" ))
91
        (pt 176 8)
92
        (drawing
93
                (line (pt 92 12)(pt 117 12))
94
                (line (pt 92 4)(pt 117 4))
95
                (line (pt 121 8)(pt 176 8))
96
                (line (pt 92 12)(pt 92 4))
97
                (line (pt 117 4)(pt 121 8))
98
                (line (pt 117 12)(pt 121 8))
99
        )
100
        (text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
101
)
102
(pin
103
        (input)
104
        (rect 24 560 200 576)
105
        (text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
106
        (text "hold_clk_wait" (rect 9 0 73 12)(font "Arial" ))
107
        (pt 176 8)
108
        (drawing
109
                (line (pt 92 12)(pt 117 12))
110
                (line (pt 92 4)(pt 117 4))
111
                (line (pt 121 8)(pt 176 8))
112
                (line (pt 92 12)(pt 92 4))
113
                (line (pt 117 4)(pt 121 8))
114
                (line (pt 117 12)(pt 121 8))
115
        )
116
        (text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
117
)
118
(pin
119
        (input)
120
        (rect 24 584 200 600)
121
        (text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
122
        (text "hold_clk_busrq" (rect 9 0 82 12)(font "Arial" ))
123
        (pt 176 8)
124
        (drawing
125
                (line (pt 92 12)(pt 117 12))
126
                (line (pt 92 4)(pt 117 4))
127
                (line (pt 121 8)(pt 176 8))
128
                (line (pt 92 12)(pt 92 4))
129
                (line (pt 117 4)(pt 121 8))
130
                (line (pt 117 12)(pt 121 8))
131
        )
132
        (text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
133
)
134
(pin
135
        (output)
136 8 gdevic
        (rect 1360 64 1536 80)
137 3 gdevic
        (text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
138
        (text "M1" (rect 90 0 104 12)(font "Arial" ))
139
        (pt 0 8)
140
        (drawing
141
                (line (pt 0 8)(pt 52 8))
142
                (line (pt 52 4)(pt 78 4))
143
                (line (pt 52 12)(pt 78 12))
144
                (line (pt 52 12)(pt 52 4))
145
                (line (pt 78 4)(pt 82 8))
146
                (line (pt 82 8)(pt 78 12))
147
                (line (pt 78 12)(pt 82 8))
148
        )
149
)
150
(pin
151
        (output)
152 8 gdevic
        (rect 1360 88 1536 104)
153 3 gdevic
        (text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
154
        (text "M2" (rect 90 0 104 12)(font "Arial" ))
155
        (pt 0 8)
156
        (drawing
157
                (line (pt 0 8)(pt 52 8))
158
                (line (pt 52 4)(pt 78 4))
159
                (line (pt 52 12)(pt 78 12))
160
                (line (pt 52 12)(pt 52 4))
161
                (line (pt 78 4)(pt 82 8))
162
                (line (pt 82 8)(pt 78 12))
163
                (line (pt 78 12)(pt 82 8))
164
        )
165
)
166
(pin
167
        (output)
168 8 gdevic
        (rect 1360 112 1536 128)
169 3 gdevic
        (text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
170
        (text "M3" (rect 90 0 104 12)(font "Arial" ))
171
        (pt 0 8)
172
        (drawing
173
                (line (pt 0 8)(pt 52 8))
174
                (line (pt 52 4)(pt 78 4))
175
                (line (pt 52 12)(pt 78 12))
176
                (line (pt 52 12)(pt 52 4))
177
                (line (pt 78 4)(pt 82 8))
178
                (line (pt 82 8)(pt 78 12))
179
                (line (pt 78 12)(pt 82 8))
180
        )
181
)
182
(pin
183
        (output)
184 8 gdevic
        (rect 1360 136 1536 152)
185 3 gdevic
        (text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
186
        (text "M4" (rect 90 0 104 12)(font "Arial" ))
187
        (pt 0 8)
188
        (drawing
189
                (line (pt 0 8)(pt 52 8))
190
                (line (pt 52 4)(pt 78 4))
191
                (line (pt 52 12)(pt 78 12))
192
                (line (pt 52 12)(pt 52 4))
193
                (line (pt 78 4)(pt 82 8))
194
                (line (pt 82 8)(pt 78 12))
195
                (line (pt 78 12)(pt 82 8))
196
        )
197
)
198
(pin
199
        (output)
200 8 gdevic
        (rect 1360 176 1536 192)
201 3 gdevic
        (text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
202
        (text "M5" (rect 90 0 104 12)(font "Arial" ))
203
        (pt 0 8)
204
        (drawing
205
                (line (pt 0 8)(pt 52 8))
206
                (line (pt 52 4)(pt 78 4))
207
                (line (pt 52 12)(pt 78 12))
208
                (line (pt 52 12)(pt 52 4))
209
                (line (pt 78 4)(pt 82 8))
210
                (line (pt 82 8)(pt 78 12))
211
                (line (pt 78 12)(pt 82 8))
212
        )
213
)
214
(pin
215
        (output)
216
        (rect 1360 328 1536 344)
217
        (text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
218
        (text "T1" (rect 90 0 101 12)(font "Arial" ))
219
        (pt 0 8)
220
        (drawing
221
                (line (pt 0 8)(pt 52 8))
222
                (line (pt 52 4)(pt 78 4))
223
                (line (pt 52 12)(pt 78 12))
224
                (line (pt 52 12)(pt 52 4))
225
                (line (pt 78 4)(pt 82 8))
226
                (line (pt 82 8)(pt 78 12))
227
                (line (pt 78 12)(pt 82 8))
228
        )
229
)
230
(pin
231
        (output)
232
        (rect 1360 352 1536 368)
233
        (text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
234
        (text "T2" (rect 90 0 101 12)(font "Arial" ))
235
        (pt 0 8)
236
        (drawing
237
                (line (pt 0 8)(pt 52 8))
238
                (line (pt 52 4)(pt 78 4))
239
                (line (pt 52 12)(pt 78 12))
240
                (line (pt 52 12)(pt 52 4))
241
                (line (pt 78 4)(pt 82 8))
242
                (line (pt 82 8)(pt 78 12))
243
                (line (pt 78 12)(pt 82 8))
244
        )
245
)
246
(pin
247
        (output)
248
        (rect 1360 376 1536 392)
249
        (text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
250
        (text "T3" (rect 90 0 101 12)(font "Arial" ))
251
        (pt 0 8)
252
        (drawing
253
                (line (pt 0 8)(pt 52 8))
254
                (line (pt 52 4)(pt 78 4))
255
                (line (pt 52 12)(pt 78 12))
256
                (line (pt 52 12)(pt 52 4))
257
                (line (pt 78 4)(pt 82 8))
258
                (line (pt 82 8)(pt 78 12))
259
                (line (pt 78 12)(pt 82 8))
260
        )
261
)
262
(pin
263
        (output)
264
        (rect 1360 400 1536 416)
265
        (text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
266
        (text "T4" (rect 90 0 101 12)(font "Arial" ))
267
        (pt 0 8)
268
        (drawing
269
                (line (pt 0 8)(pt 52 8))
270
                (line (pt 52 4)(pt 78 4))
271
                (line (pt 52 12)(pt 78 12))
272
                (line (pt 52 12)(pt 52 4))
273
                (line (pt 78 4)(pt 82 8))
274
                (line (pt 82 8)(pt 78 12))
275
                (line (pt 78 12)(pt 82 8))
276
        )
277
)
278
(pin
279
        (output)
280
        (rect 1360 424 1536 440)
281
        (text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
282
        (text "T5" (rect 90 0 101 12)(font "Arial" ))
283
        (pt 0 8)
284
        (drawing
285
                (line (pt 0 8)(pt 52 8))
286
                (line (pt 52 4)(pt 78 4))
287
                (line (pt 52 12)(pt 78 12))
288
                (line (pt 52 12)(pt 52 4))
289
                (line (pt 78 4)(pt 82 8))
290
                (line (pt 82 8)(pt 78 12))
291
                (line (pt 78 12)(pt 82 8))
292
        )
293
)
294
(pin
295
        (output)
296
        (rect 1360 464 1536 480)
297
        (text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
298
        (text "T6" (rect 90 0 101 12)(font "Arial" ))
299
        (pt 0 8)
300
        (drawing
301
                (line (pt 0 8)(pt 52 8))
302
                (line (pt 52 4)(pt 78 4))
303
                (line (pt 52 12)(pt 78 12))
304
                (line (pt 52 12)(pt 52 4))
305
                (line (pt 78 4)(pt 82 8))
306
                (line (pt 82 8)(pt 78 12))
307
                (line (pt 78 12)(pt 82 8))
308
        )
309
)
310
(pin
311
        (output)
312
        (rect 1360 560 1536 576)
313
        (text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
314
        (text "timings_en" (rect 90 0 143 12)(font "Arial" ))
315
        (pt 0 8)
316
        (drawing
317
                (line (pt 0 8)(pt 52 8))
318
                (line (pt 52 4)(pt 78 4))
319
                (line (pt 52 12)(pt 78 12))
320
                (line (pt 52 12)(pt 52 4))
321
                (line (pt 78 4)(pt 82 8))
322
                (line (pt 82 8)(pt 78 12))
323
                (line (pt 78 12)(pt 82 8))
324
        )
325
)
326
(symbol
327
        (rect 440 448 504 528)
328
        (text "DFFE" (rect 1 0 25 10)(font "Arial" (font_size 6)))
329
        (text "T1_ff" (rect 3 68 30 80)(font "Arial" ))
330
        (port
331
                (pt 32 0)
332
                (input)
333
                (text "PRN" (rect 24 13 41 25)(font "Courier New" (bold)))
334
                (text "PRN" (rect 24 11 41 23)(font "Courier New" (bold)))
335
                (line (pt 32 4)(pt 32 0))
336
        )
337
        (port
338
                (pt 32 80)
339
                (input)
340
                (text "CLRN" (rect 21 59 44 71)(font "Courier New" (bold)))
341
                (text "CLRN" (rect 21 58 44 70)(font "Courier New" (bold)))
342
                (line (pt 32 80)(pt 32 76))
343
        )
344
        (port
345
                (pt 0 24)
346
                (input)
347
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
348
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
349
                (line (pt 0 24)(pt 12 24))
350
        )
351
        (port
352
                (pt 0 40)
353
                (input)
354
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
355
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
356
                (line (pt 0 40)(pt 12 40))
357
        )
358
        (port
359
                (pt 0 56)
360
                (input)
361
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
362
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
363
                (line (pt 0 56)(pt 12 56))
364
        )
365
        (port
366
                (pt 64 24)
367
                (output)
368
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
369 8 gdevic
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
370 3 gdevic
                (line (pt 53 24)(pt 64 24))
371
        )
372
        (drawing
373
                (line (pt 12 68)(pt 52 68))
374
                (line (pt 12 12)(pt 52 12))
375
                (line (pt 52 68)(pt 52 12))
376
                (line (pt 12 68)(pt 12 12))
377
                (line (pt 12 34)(pt 19 41))
378
                (line (pt 18 41)(pt 12 47))
379
                (circle (rect 28 4 36 12))
380
                (circle (rect 28 68 36 76))
381
        )
382
)
383
(symbol
384
        (rect 608 448 672 528)
385
        (text "DFFE" (rect 1 0 25 10)(font "Arial" (font_size 6)))
386
        (text "T2_ff" (rect 3 68 30 80)(font "Arial" ))
387
        (port
388
                (pt 32 0)
389
                (input)
390
                (text "PRN" (rect 24 13 41 25)(font "Courier New" (bold)))
391
                (text "PRN" (rect 24 11 41 23)(font "Courier New" (bold)))
392
                (line (pt 32 4)(pt 32 0))
393
        )
394
        (port
395
                (pt 32 80)
396
                (input)
397
                (text "CLRN" (rect 21 59 44 71)(font "Courier New" (bold)))
398
                (text "CLRN" (rect 21 58 44 70)(font "Courier New" (bold)))
399
                (line (pt 32 80)(pt 32 76))
400
        )
401
        (port
402
                (pt 0 24)
403
                (input)
404
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
405
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
406
                (line (pt 0 24)(pt 12 24))
407
        )
408
        (port
409
                (pt 0 40)
410
                (input)
411
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
412
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
413
                (line (pt 0 40)(pt 12 40))
414
        )
415
        (port
416
                (pt 0 56)
417
                (input)
418
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
419
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
420
                (line (pt 0 56)(pt 12 56))
421
        )
422
        (port
423
                (pt 64 24)
424
                (output)
425
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
426 8 gdevic
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
427 3 gdevic
                (line (pt 53 24)(pt 64 24))
428
        )
429
        (drawing
430
                (line (pt 12 68)(pt 52 68))
431
                (line (pt 12 12)(pt 52 12))
432
                (line (pt 52 68)(pt 52 12))
433
                (line (pt 12 68)(pt 12 12))
434
                (line (pt 12 34)(pt 19 41))
435
                (line (pt 18 41)(pt 12 47))
436
                (circle (rect 28 4 36 12))
437
                (circle (rect 28 68 36 76))
438
        )
439
)
440
(symbol
441
        (rect 776 448 840 528)
442
        (text "DFFE" (rect 1 0 25 10)(font "Arial" (font_size 6)))
443
        (text "T3_ff" (rect 3 68 30 80)(font "Arial" ))
444
        (port
445
                (pt 32 0)
446
                (input)
447
                (text "PRN" (rect 24 13 41 25)(font "Courier New" (bold)))
448
                (text "PRN" (rect 24 11 41 23)(font "Courier New" (bold)))
449
                (line (pt 32 4)(pt 32 0))
450
        )
451
        (port
452
                (pt 32 80)
453
                (input)
454
                (text "CLRN" (rect 21 59 44 71)(font "Courier New" (bold)))
455
                (text "CLRN" (rect 21 58 44 70)(font "Courier New" (bold)))
456
                (line (pt 32 80)(pt 32 76))
457
        )
458
        (port
459
                (pt 0 24)
460
                (input)
461
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
462
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
463
                (line (pt 0 24)(pt 12 24))
464
        )
465
        (port
466
                (pt 0 40)
467
                (input)
468
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
469
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
470
                (line (pt 0 40)(pt 12 40))
471
        )
472
        (port
473
                (pt 0 56)
474
                (input)
475
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
476
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
477
                (line (pt 0 56)(pt 12 56))
478
        )
479
        (port
480
                (pt 64 24)
481
                (output)
482
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
483 8 gdevic
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
484 3 gdevic
                (line (pt 53 24)(pt 64 24))
485
        )
486
        (drawing
487
                (line (pt 12 68)(pt 52 68))
488
                (line (pt 12 12)(pt 52 12))
489
                (line (pt 52 68)(pt 52 12))
490
                (line (pt 12 68)(pt 12 12))
491
                (line (pt 12 34)(pt 19 41))
492
                (line (pt 18 41)(pt 12 47))
493
                (circle (rect 28 4 36 12))
494
                (circle (rect 28 68 36 76))
495
        )
496
)
497
(symbol
498
        (rect 944 448 1008 528)
499
        (text "DFFE" (rect 1 0 25 10)(font "Arial" (font_size 6)))
500
        (text "T4_ff" (rect 3 68 30 80)(font "Arial" ))
501
        (port
502
                (pt 32 0)
503
                (input)
504
                (text "PRN" (rect 24 13 41 25)(font "Courier New" (bold)))
505
                (text "PRN" (rect 24 11 41 23)(font "Courier New" (bold)))
506
                (line (pt 32 4)(pt 32 0))
507
        )
508
        (port
509
                (pt 32 80)
510
                (input)
511
                (text "CLRN" (rect 21 59 44 71)(font "Courier New" (bold)))
512
                (text "CLRN" (rect 21 58 44 70)(font "Courier New" (bold)))
513
                (line (pt 32 80)(pt 32 76))
514
        )
515
        (port
516
                (pt 0 24)
517
                (input)
518
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
519
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
520
                (line (pt 0 24)(pt 12 24))
521
        )
522
        (port
523
                (pt 0 40)
524
                (input)
525
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
526
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
527
                (line (pt 0 40)(pt 12 40))
528
        )
529
        (port
530
                (pt 0 56)
531
                (input)
532
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
533
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
534
                (line (pt 0 56)(pt 12 56))
535
        )
536
        (port
537
                (pt 64 24)
538
                (output)
539
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
540 8 gdevic
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
541 3 gdevic
                (line (pt 53 24)(pt 64 24))
542
        )
543
        (drawing
544
                (line (pt 12 68)(pt 52 68))
545
                (line (pt 12 12)(pt 52 12))
546
                (line (pt 52 68)(pt 52 12))
547
                (line (pt 12 68)(pt 12 12))
548
                (line (pt 12 34)(pt 19 41))
549
                (line (pt 18 41)(pt 12 47))
550
                (circle (rect 28 4 36 12))
551
                (circle (rect 28 68 36 76))
552
        )
553
)
554
(symbol
555
        (rect 1112 448 1176 528)
556
        (text "DFFE" (rect 1 0 25 10)(font "Arial" (font_size 6)))
557
        (text "T5_ff" (rect 3 68 30 80)(font "Arial" ))
558
        (port
559
                (pt 32 0)
560
                (input)
561
                (text "PRN" (rect 24 13 41 25)(font "Courier New" (bold)))
562
                (text "PRN" (rect 24 11 41 23)(font "Courier New" (bold)))
563
                (line (pt 32 4)(pt 32 0))
564
        )
565
        (port
566
                (pt 32 80)
567
                (input)
568
                (text "CLRN" (rect 21 59 44 71)(font "Courier New" (bold)))
569
                (text "CLRN" (rect 21 58 44 70)(font "Courier New" (bold)))
570
                (line (pt 32 80)(pt 32 76))
571
        )
572
        (port
573
                (pt 0 24)
574
                (input)
575
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
576
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
577
                (line (pt 0 24)(pt 12 24))
578
        )
579
        (port
580
                (pt 0 40)
581
                (input)
582
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
583
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
584
                (line (pt 0 40)(pt 12 40))
585
        )
586
        (port
587
                (pt 0 56)
588
                (input)
589
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
590
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
591
                (line (pt 0 56)(pt 12 56))
592
        )
593
        (port
594
                (pt 64 24)
595
                (output)
596
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
597 8 gdevic
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
598 3 gdevic
                (line (pt 53 24)(pt 64 24))
599
        )
600
        (drawing
601
                (line (pt 12 68)(pt 52 68))
602
                (line (pt 12 12)(pt 52 12))
603
                (line (pt 52 68)(pt 52 12))
604
                (line (pt 12 68)(pt 12 12))
605
                (line (pt 12 34)(pt 19 41))
606
                (line (pt 18 41)(pt 12 47))
607
                (circle (rect 28 4 36 12))
608
                (circle (rect 28 68 36 76))
609
        )
610
)
611
(symbol
612
        (rect 1280 448 1344 528)
613
        (text "DFFE" (rect 1 0 25 10)(font "Arial" (font_size 6)))
614
        (text "T6_ff" (rect 3 68 30 80)(font "Arial" ))
615
        (port
616
                (pt 32 0)
617
                (input)
618
                (text "PRN" (rect 24 13 41 25)(font "Courier New" (bold)))
619
                (text "PRN" (rect 24 11 41 23)(font "Courier New" (bold)))
620
                (line (pt 32 4)(pt 32 0))
621
        )
622
        (port
623
                (pt 32 80)
624
                (input)
625
                (text "CLRN" (rect 21 59 44 71)(font "Courier New" (bold)))
626
                (text "CLRN" (rect 21 58 44 70)(font "Courier New" (bold)))
627
                (line (pt 32 80)(pt 32 76))
628
        )
629
        (port
630
                (pt 0 24)
631
                (input)
632
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
633
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
634
                (line (pt 0 24)(pt 12 24))
635
        )
636
        (port
637
                (pt 0 40)
638
                (input)
639
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
640
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
641
                (line (pt 0 40)(pt 12 40))
642
        )
643
        (port
644
                (pt 0 56)
645
                (input)
646
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
647
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
648
                (line (pt 0 56)(pt 12 56))
649
        )
650
        (port
651
                (pt 64 24)
652
                (output)
653
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
654 8 gdevic
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
655 3 gdevic
                (line (pt 53 24)(pt 64 24))
656
        )
657
        (drawing
658
                (line (pt 12 68)(pt 52 68))
659
                (line (pt 12 12)(pt 52 12))
660
                (line (pt 52 68)(pt 52 12))
661
                (line (pt 12 68)(pt 12 12))
662
                (line (pt 12 34)(pt 19 41))
663
                (line (pt 18 41)(pt 12 47))
664
                (circle (rect 28 4 36 12))
665
                (circle (rect 28 68 36 76))
666
        )
667
)
668
(symbol
669
        (rect 528 448 592 496)
670
        (text "AND2" (rect 1 0 25 10)(font "Arial" (font_size 6)))
671
        (text "inst2" (rect 3 37 26 49)(font "Arial" ))
672
        (port
673
                (pt 0 16)
674
                (input)
675
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
676
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
677
                (line (pt 0 16)(pt 14 16))
678
        )
679
        (port
680
                (pt 0 32)
681
                (input)
682
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
683
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
684
                (line (pt 0 32)(pt 14 32))
685
        )
686
        (port
687
                (pt 64 24)
688
                (output)
689
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
690 8 gdevic
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
691 3 gdevic
                (line (pt 42 24)(pt 64 24))
692
        )
693
        (drawing
694
                (line (pt 14 12)(pt 30 12))
695
                (line (pt 14 37)(pt 31 37))
696
                (line (pt 14 12)(pt 14 37))
697
                (arc (pt 31 37)(pt 30 12)(rect 18 12 43 37))
698
        )
699
)
700
(symbol
701
        (rect 696 448 760 496)
702
        (text "AND2" (rect 1 0 25 10)(font "Arial" (font_size 6)))
703
        (text "inst3" (rect 3 37 26 49)(font "Arial" ))
704
        (port
705
                (pt 0 16)
706
                (input)
707
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
708
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
709
                (line (pt 0 16)(pt 14 16))
710
        )
711
        (port
712
                (pt 0 32)
713
                (input)
714
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
715
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
716
                (line (pt 0 32)(pt 14 32))
717
        )
718
        (port
719
                (pt 64 24)
720
                (output)
721
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
722 8 gdevic
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
723 3 gdevic
                (line (pt 42 24)(pt 64 24))
724
        )
725
        (drawing
726
                (line (pt 14 12)(pt 30 12))
727
                (line (pt 14 37)(pt 31 37))
728
                (line (pt 14 12)(pt 14 37))
729
                (arc (pt 31 37)(pt 30 12)(rect 18 12 43 37))
730
        )
731
)
732
(symbol
733
        (rect 864 448 928 496)
734
        (text "AND2" (rect 1 0 25 10)(font "Arial" (font_size 6)))
735
        (text "inst4" (rect 3 37 26 49)(font "Arial" ))
736
        (port
737
                (pt 0 16)
738
                (input)
739
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
740
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
741
                (line (pt 0 16)(pt 14 16))
742
        )
743
        (port
744
                (pt 0 32)
745
                (input)
746
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
747
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
748
                (line (pt 0 32)(pt 14 32))
749
        )
750
        (port
751
                (pt 64 24)
752
                (output)
753
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
754 8 gdevic
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
755 3 gdevic
                (line (pt 42 24)(pt 64 24))
756
        )
757
        (drawing
758
                (line (pt 14 12)(pt 30 12))
759
                (line (pt 14 37)(pt 31 37))
760
                (line (pt 14 12)(pt 14 37))
761
                (arc (pt 31 37)(pt 30 12)(rect 18 12 43 37))
762
        )
763
)
764
(symbol
765
        (rect 1032 448 1096 496)
766
        (text "AND2" (rect 1 0 25 10)(font "Arial" (font_size 6)))
767
        (text "inst5" (rect 3 37 26 49)(font "Arial" ))
768
        (port
769
                (pt 0 16)
770
                (input)
771
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
772
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
773
                (line (pt 0 16)(pt 14 16))
774
        )
775
        (port
776
                (pt 0 32)
777
                (input)
778
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
779
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
780
                (line (pt 0 32)(pt 14 32))
781
        )
782
        (port
783
                (pt 64 24)
784
                (output)
785
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
786 8 gdevic
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
787 3 gdevic
                (line (pt 42 24)(pt 64 24))
788
        )
789
        (drawing
790
                (line (pt 14 12)(pt 30 12))
791
                (line (pt 14 37)(pt 31 37))
792
                (line (pt 14 12)(pt 14 37))
793
                (arc (pt 31 37)(pt 30 12)(rect 18 12 43 37))
794
        )
795
)
796
(symbol
797
        (rect 392 576 440 608)
798
        (text "NOT" (rect 1 0 21 10)(font "Arial" (font_size 6)))
799
        (text "nnextM" (rect 3 21 38 33)(font "Arial" ))
800
        (port
801
                (pt 0 16)
802
                (input)
803
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
804
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
805
                (line (pt 0 16)(pt 13 16))
806
        )
807
        (port
808
                (pt 48 16)
809
                (output)
810
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
811 8 gdevic
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
812 3 gdevic
                (line (pt 39 16)(pt 48 16))
813
        )
814
        (drawing
815
                (line (pt 13 25)(pt 13 7))
816
                (line (pt 13 7)(pt 31 16))
817
                (line (pt 13 25)(pt 31 16))
818
                (circle (rect 31 12 39 20))
819
        )
820
)
821
(symbol
822
        (rect 1200 448 1264 496)
823
        (text "AND2" (rect 1 0 25 10)(font "Arial" (font_size 6)))
824
        (text "inst6" (rect 3 37 26 49)(font "Arial" ))
825
        (port
826
                (pt 0 16)
827
                (input)
828
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
829
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
830
                (line (pt 0 16)(pt 14 16))
831
        )
832
        (port
833
                (pt 0 32)
834
                (input)
835
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
836
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
837
                (line (pt 0 32)(pt 14 32))
838
        )
839
        (port
840
                (pt 64 24)
841
                (output)
842
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
843 8 gdevic
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
844 3 gdevic
                (line (pt 42 24)(pt 64 24))
845
        )
846
        (drawing
847
                (line (pt 14 12)(pt 30 12))
848
                (line (pt 14 37)(pt 31 37))
849
                (line (pt 14 12)(pt 14 37))
850
                (arc (pt 31 37)(pt 30 12)(rect 18 12 43 37))
851
        )
852
)
853
(symbol
854
        (rect 440 160 504 240)
855
        (text "DFFE" (rect 1 0 25 10)(font "Arial" (font_size 6)))
856
        (text "M1_ff" (rect 3 68 32 80)(font "Arial" ))
857
        (port
858
                (pt 32 0)
859
                (input)
860
                (text "PRN" (rect 24 13 41 25)(font "Courier New" (bold)))
861
                (text "PRN" (rect 24 11 41 23)(font "Courier New" (bold)))
862
                (line (pt 32 4)(pt 32 0))
863
        )
864
        (port
865
                (pt 32 80)
866
                (input)
867
                (text "CLRN" (rect 21 59 44 71)(font "Courier New" (bold)))
868
                (text "CLRN" (rect 21 58 44 70)(font "Courier New" (bold)))
869
                (line (pt 32 80)(pt 32 76))
870
        )
871
        (port
872
                (pt 0 24)
873
                (input)
874
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
875
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
876
                (line (pt 0 24)(pt 12 24))
877
        )
878
        (port
879
                (pt 0 40)
880
                (input)
881
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
882
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
883
                (line (pt 0 40)(pt 12 40))
884
        )
885
        (port
886
                (pt 0 56)
887
                (input)
888
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
889
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
890
                (line (pt 0 56)(pt 12 56))
891
        )
892
        (port
893
                (pt 64 24)
894
                (output)
895
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
896 8 gdevic
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
897 3 gdevic
                (line (pt 53 24)(pt 64 24))
898
        )
899
        (drawing
900
                (line (pt 12 68)(pt 52 68))
901
                (line (pt 12 12)(pt 52 12))
902
                (line (pt 52 68)(pt 52 12))
903
                (line (pt 12 68)(pt 12 12))
904
                (line (pt 12 34)(pt 19 41))
905
                (line (pt 18 41)(pt 12 47))
906
                (circle (rect 28 4 36 12))
907
                (circle (rect 28 68 36 76))
908
        )
909
)
910
(symbol
911
        (rect 608 160 672 240)
912
        (text "DFFE" (rect 1 0 25 10)(font "Arial" (font_size 6)))
913
        (text "M2_ff" (rect 3 68 32 80)(font "Arial" ))
914
        (port
915
                (pt 32 0)
916
                (input)
917
                (text "PRN" (rect 24 13 41 25)(font "Courier New" (bold)))
918
                (text "PRN" (rect 24 11 41 23)(font "Courier New" (bold)))
919
                (line (pt 32 4)(pt 32 0))
920
        )
921
        (port
922
                (pt 32 80)
923
                (input)
924
                (text "CLRN" (rect 21 59 44 71)(font "Courier New" (bold)))
925
                (text "CLRN" (rect 21 58 44 70)(font "Courier New" (bold)))
926
                (line (pt 32 80)(pt 32 76))
927
        )
928
        (port
929
                (pt 0 24)
930
                (input)
931
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
932
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
933
                (line (pt 0 24)(pt 12 24))
934
        )
935
        (port
936
                (pt 0 40)
937
                (input)
938
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
939
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
940
                (line (pt 0 40)(pt 12 40))
941
        )
942
        (port
943
                (pt 0 56)
944
                (input)
945
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
946
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
947
                (line (pt 0 56)(pt 12 56))
948
        )
949
        (port
950
                (pt 64 24)
951
                (output)
952
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
953 8 gdevic
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
954 3 gdevic
                (line (pt 53 24)(pt 64 24))
955
        )
956
        (drawing
957
                (line (pt 12 68)(pt 52 68))
958
                (line (pt 12 12)(pt 52 12))
959
                (line (pt 52 68)(pt 52 12))
960
                (line (pt 12 68)(pt 12 12))
961
                (line (pt 12 34)(pt 19 41))
962
                (line (pt 18 41)(pt 12 47))
963
                (circle (rect 28 4 36 12))
964
                (circle (rect 28 68 36 76))
965
        )
966
)
967
(symbol
968
        (rect 776 160 840 240)
969
        (text "DFFE" (rect 1 0 25 10)(font "Arial" (font_size 6)))
970
        (text "M3_ff" (rect 3 68 32 80)(font "Arial" ))
971
        (port
972
                (pt 32 0)
973
                (input)
974
                (text "PRN" (rect 24 13 41 25)(font "Courier New" (bold)))
975
                (text "PRN" (rect 24 11 41 23)(font "Courier New" (bold)))
976
                (line (pt 32 4)(pt 32 0))
977
        )
978
        (port
979
                (pt 32 80)
980
                (input)
981
                (text "CLRN" (rect 21 59 44 71)(font "Courier New" (bold)))
982
                (text "CLRN" (rect 21 58 44 70)(font "Courier New" (bold)))
983
                (line (pt 32 80)(pt 32 76))
984
        )
985
        (port
986
                (pt 0 24)
987
                (input)
988
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
989
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
990
                (line (pt 0 24)(pt 12 24))
991
        )
992
        (port
993
                (pt 0 40)
994
                (input)
995
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
996
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
997
                (line (pt 0 40)(pt 12 40))
998
        )
999
        (port
1000
                (pt 0 56)
1001
                (input)
1002
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
1003
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
1004
                (line (pt 0 56)(pt 12 56))
1005
        )
1006
        (port
1007
                (pt 64 24)
1008
                (output)
1009
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
1010 8 gdevic
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
1011 3 gdevic
                (line (pt 53 24)(pt 64 24))
1012
        )
1013
        (drawing
1014
                (line (pt 12 68)(pt 52 68))
1015
                (line (pt 12 12)(pt 52 12))
1016
                (line (pt 52 68)(pt 52 12))
1017
                (line (pt 12 68)(pt 12 12))
1018
                (line (pt 12 34)(pt 19 41))
1019
                (line (pt 18 41)(pt 12 47))
1020
                (circle (rect 28 4 36 12))
1021
                (circle (rect 28 68 36 76))
1022
        )
1023
)
1024
(symbol
1025
        (rect 944 160 1008 240)
1026
        (text "DFFE" (rect 1 0 25 10)(font "Arial" (font_size 6)))
1027
        (text "M4_ff" (rect 3 68 32 80)(font "Arial" ))
1028
        (port
1029
                (pt 32 0)
1030
                (input)
1031
                (text "PRN" (rect 24 13 41 25)(font "Courier New" (bold)))
1032
                (text "PRN" (rect 24 11 41 23)(font "Courier New" (bold)))
1033
                (line (pt 32 4)(pt 32 0))
1034
        )
1035
        (port
1036
                (pt 32 80)
1037
                (input)
1038
                (text "CLRN" (rect 21 59 44 71)(font "Courier New" (bold)))
1039
                (text "CLRN" (rect 21 58 44 70)(font "Courier New" (bold)))
1040
                (line (pt 32 80)(pt 32 76))
1041
        )
1042
        (port
1043
                (pt 0 24)
1044
                (input)
1045
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
1046
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
1047
                (line (pt 0 24)(pt 12 24))
1048
        )
1049
        (port
1050
                (pt 0 40)
1051
                (input)
1052
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
1053
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
1054
                (line (pt 0 40)(pt 12 40))
1055
        )
1056
        (port
1057
                (pt 0 56)
1058
                (input)
1059
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
1060
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
1061
                (line (pt 0 56)(pt 12 56))
1062
        )
1063
        (port
1064
                (pt 64 24)
1065
                (output)
1066
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
1067 8 gdevic
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
1068 3 gdevic
                (line (pt 53 24)(pt 64 24))
1069
        )
1070
        (drawing
1071
                (line (pt 12 68)(pt 52 68))
1072
                (line (pt 12 12)(pt 52 12))
1073
                (line (pt 52 68)(pt 52 12))
1074
                (line (pt 12 68)(pt 12 12))
1075
                (line (pt 12 34)(pt 19 41))
1076
                (line (pt 18 41)(pt 12 47))
1077
                (circle (rect 28 4 36 12))
1078
                (circle (rect 28 68 36 76))
1079
        )
1080
)
1081
(symbol
1082
        (rect 1112 160 1176 240)
1083
        (text "DFFE" (rect 1 0 25 10)(font "Arial" (font_size 6)))
1084
        (text "M5_ff" (rect 3 68 32 80)(font "Arial" ))
1085
        (port
1086
                (pt 32 0)
1087
                (input)
1088
                (text "PRN" (rect 24 13 41 25)(font "Courier New" (bold)))
1089
                (text "PRN" (rect 24 11 41 23)(font "Courier New" (bold)))
1090
                (line (pt 32 4)(pt 32 0))
1091
        )
1092
        (port
1093
                (pt 32 80)
1094
                (input)
1095
                (text "CLRN" (rect 21 59 44 71)(font "Courier New" (bold)))
1096
                (text "CLRN" (rect 21 58 44 70)(font "Courier New" (bold)))
1097
                (line (pt 32 80)(pt 32 76))
1098
        )
1099
        (port
1100
                (pt 0 24)
1101
                (input)
1102
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
1103
                (text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
1104
                (line (pt 0 24)(pt 12 24))
1105
        )
1106
        (port
1107
                (pt 0 40)
1108
                (input)
1109
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
1110
                (text "CLK" (rect 2 28 19 40)(font "Courier New" (bold))(invisible))
1111
                (line (pt 0 40)(pt 12 40))
1112
        )
1113
        (port
1114
                (pt 0 56)
1115
                (input)
1116
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
1117
                (text "ENA" (rect 14 50 31 62)(font "Courier New" (bold)))
1118
                (line (pt 0 56)(pt 12 56))
1119
        )
1120
        (port
1121
                (pt 64 24)
1122
                (output)
1123
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
1124
                (text "Q" (rect 44 20 49 32)(font "Courier New" (bold)))
1125
                (line (pt 53 24)(pt 64 24))
1126
        )
1127
        (drawing
1128
                (line (pt 12 68)(pt 52 68))
1129
                (line (pt 12 12)(pt 52 12))
1130
                (line (pt 52 68)(pt 52 12))
1131
                (line (pt 12 68)(pt 12 12))
1132
                (line (pt 12 34)(pt 19 41))
1133
                (line (pt 18 41)(pt 12 47))
1134
                (circle (rect 28 4 36 12))
1135
                (circle (rect 28 68 36 76))
1136
        )
1137
)
1138
(symbol
1139
        (rect 528 160 592 208)
1140
        (text "AND2" (rect 1 0 25 10)(font "Arial" (font_size 6)))
1141
        (text "inst7" (rect 3 37 26 49)(font "Arial" ))
1142
        (port
1143
                (pt 0 16)
1144
                (input)
1145
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1146
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1147
                (line (pt 0 16)(pt 14 16))
1148
        )
1149
        (port
1150
                (pt 0 32)
1151
                (input)
1152
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1153
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1154
                (line (pt 0 32)(pt 14 32))
1155
        )
1156
        (port
1157
                (pt 64 24)
1158
                (output)
1159
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1160 8 gdevic
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1161 3 gdevic
                (line (pt 42 24)(pt 64 24))
1162
        )
1163
        (drawing
1164
                (line (pt 14 12)(pt 30 12))
1165
                (line (pt 14 37)(pt 31 37))
1166
                (line (pt 14 12)(pt 14 37))
1167
                (arc (pt 31 37)(pt 30 12)(rect 18 12 43 37))
1168
        )
1169
)
1170
(symbol
1171
        (rect 696 160 760 208)
1172
        (text "AND2" (rect 1 0 25 10)(font "Arial" (font_size 6)))
1173
        (text "inst8" (rect 3 37 26 49)(font "Arial" ))
1174
        (port
1175
                (pt 0 16)
1176
                (input)
1177
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1178
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1179
                (line (pt 0 16)(pt 14 16))
1180
        )
1181
        (port
1182
                (pt 0 32)
1183
                (input)
1184
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1185
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1186
                (line (pt 0 32)(pt 14 32))
1187
        )
1188
        (port
1189
                (pt 64 24)
1190
                (output)
1191
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1192 8 gdevic
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1193 3 gdevic
                (line (pt 42 24)(pt 64 24))
1194
        )
1195
        (drawing
1196
                (line (pt 14 12)(pt 30 12))
1197
                (line (pt 14 37)(pt 31 37))
1198
                (line (pt 14 12)(pt 14 37))
1199
                (arc (pt 31 37)(pt 30 12)(rect 18 12 43 37))
1200
        )
1201
)
1202
(symbol
1203
        (rect 864 160 928 208)
1204
        (text "AND2" (rect 1 0 25 10)(font "Arial" (font_size 6)))
1205
        (text "inst9" (rect 3 37 26 49)(font "Arial" ))
1206
        (port
1207
                (pt 0 16)
1208
                (input)
1209
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1210
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1211
                (line (pt 0 16)(pt 14 16))
1212
        )
1213
        (port
1214
                (pt 0 32)
1215
                (input)
1216
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1217
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1218
                (line (pt 0 32)(pt 14 32))
1219
        )
1220
        (port
1221
                (pt 64 24)
1222
                (output)
1223
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1224 8 gdevic
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1225 3 gdevic
                (line (pt 42 24)(pt 64 24))
1226
        )
1227
        (drawing
1228
                (line (pt 14 12)(pt 30 12))
1229
                (line (pt 14 37)(pt 31 37))
1230
                (line (pt 14 12)(pt 14 37))
1231
                (arc (pt 31 37)(pt 30 12)(rect 18 12 43 37))
1232
        )
1233
)
1234
(symbol
1235
        (rect 1032 160 1096 208)
1236
        (text "AND2" (rect 1 0 25 10)(font "Arial" (font_size 6)))
1237
        (text "inst10" (rect 3 37 32 49)(font "Arial" ))
1238
        (port
1239
                (pt 0 16)
1240
                (input)
1241
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1242
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1243
                (line (pt 0 16)(pt 14 16))
1244
        )
1245
        (port
1246
                (pt 0 32)
1247
                (input)
1248
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1249
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1250
                (line (pt 0 32)(pt 14 32))
1251
        )
1252
        (port
1253
                (pt 64 24)
1254
                (output)
1255
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1256
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1257
                (line (pt 42 24)(pt 64 24))
1258
        )
1259
        (drawing
1260
                (line (pt 14 12)(pt 30 12))
1261
                (line (pt 14 37)(pt 31 37))
1262
                (line (pt 14 12)(pt 14 37))
1263
                (arc (pt 31 37)(pt 30 12)(rect 18 12 43 37))
1264
        )
1265
)
1266
(symbol
1267
        (rect 392 288 440 320)
1268
        (text "NOT" (rect 1 0 21 10)(font "Arial" (font_size 6)))
1269
        (text "nsetM1" (rect 3 21 38 33)(font "Arial" ))
1270
        (port
1271
                (pt 0 16)
1272
                (input)
1273
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
1274
                (text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
1275
                (line (pt 0 16)(pt 13 16))
1276
        )
1277
        (port
1278
                (pt 48 16)
1279
                (output)
1280
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
1281 8 gdevic
                (text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
1282 3 gdevic
                (line (pt 39 16)(pt 48 16))
1283
        )
1284
        (drawing
1285
                (line (pt 13 25)(pt 13 7))
1286
                (line (pt 13 7)(pt 31 16))
1287
                (line (pt 13 25)(pt 31 16))
1288
                (circle (rect 31 12 39 20))
1289
        )
1290
)
1291
(symbol
1292
        (rect 224 544 288 592)
1293
        (text "NOR3" (rect 1 0 26 10)(font "Arial" (font_size 6)))
1294
        (text "instHoldClk" (rect 3 37 59 49)(font "Arial" ))
1295
        (port
1296
                (pt 0 16)
1297
                (input)
1298
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1299
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1300
                (line (pt 0 16)(pt 14 16))
1301
        )
1302
        (port
1303
                (pt 0 24)
1304
                (input)
1305
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1306
                (text "IN2" (rect 2 15 19 27)(font "Courier New" (bold))(invisible))
1307
                (line (pt 0 24)(pt 16 24))
1308
        )
1309
        (port
1310
                (pt 0 32)
1311
                (input)
1312
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1313
                (text "IN3" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1314
                (line (pt 0 32)(pt 14 32))
1315
        )
1316
        (port
1317
                (pt 64 24)
1318
                (output)
1319
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1320 8 gdevic
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1321 3 gdevic
                (line (pt 54 24)(pt 64 24))
1322
        )
1323
        (drawing
1324
                (line (pt 12 13)(pt 23 13))
1325
                (line (pt 12 36)(pt 23 36))
1326
                (arc (pt 5 29)(pt 5 19)(rect -16 8 17 41))
1327
                (arc (pt 23 35)(pt 46 24)(rect -6 -23 53 36))
1328
                (arc (pt 46 24)(pt 23 13)(rect -6 13 53 72))
1329
                (circle (rect 46 20 54 28))
1330
        )
1331
)
1332 8 gdevic
(symbol
1333
        (rect 224 336 288 384)
1334
        (text "OR2" (rect 1 0 19 10)(font "Arial" (font_size 6)))
1335
        (text "inst" (rect 3 37 20 49)(font "Arial" ))
1336
        (port
1337
                (pt 0 32)
1338
                (input)
1339
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1340
                (text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
1341
                (line (pt 0 32)(pt 15 32))
1342
        )
1343
        (port
1344
                (pt 0 16)
1345
                (input)
1346
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1347
                (text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
1348
                (line (pt 0 16)(pt 15 16))
1349
        )
1350
        (port
1351
                (pt 64 24)
1352
                (output)
1353
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1354
                (text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
1355
                (line (pt 48 24)(pt 64 24))
1356
        )
1357
        (drawing
1358
                (line (pt 14 36)(pt 25 36))
1359
                (line (pt 14 13)(pt 25 13))
1360
                (arc (pt 7 29)(pt 7 19)(rect -14 8 19 41))
1361
                (arc (pt 49 24)(pt 25 13)(rect -6 13 57 76))
1362
                (arc (pt 25 35)(pt 49 24)(rect -6 -27 57 36))
1363
        )
1364 3 gdevic
)
1365
(connector
1366
        (pt 504 184)
1367
        (pt 512 184)
1368
)
1369
(connector
1370
        (pt 672 184)
1371
        (pt 680 184)
1372
)
1373
(connector
1374
        (pt 840 184)
1375
        (pt 848 184)
1376
)
1377
(connector
1378
        (pt 1008 184)
1379
        (pt 1016 184)
1380
)
1381
(connector
1382
        (pt 608 184)
1383
        (pt 592 184)
1384
)
1385
(connector
1386
        (pt 760 184)
1387
        (pt 776 184)
1388
)
1389
(connector
1390
        (pt 928 184)
1391
        (pt 944 184)
1392
)
1393
(connector
1394
        (pt 1096 184)
1395
        (pt 1112 184)
1396
)
1397
(connector
1398
        (pt 528 176)
1399
        (pt 512 176)
1400
)
1401
(connector
1402
        (pt 696 176)
1403
        (pt 680 176)
1404
)
1405
(connector
1406
        (pt 864 176)
1407
        (pt 848 176)
1408
)
1409
(connector
1410
        (pt 1032 176)
1411
        (pt 1016 176)
1412
)
1413
(connector
1414
        (pt 504 472)
1415
        (pt 512 472)
1416
)
1417
(connector
1418
        (pt 672 472)
1419
        (pt 680 472)
1420
)
1421
(connector
1422
        (pt 840 472)
1423
        (pt 848 472)
1424
)
1425
(connector
1426
        (pt 1008 472)
1427
        (pt 1016 472)
1428
)
1429
(connector
1430
        (pt 528 464)
1431
        (pt 512 464)
1432
)
1433
(connector
1434
        (pt 696 464)
1435
        (pt 680 464)
1436
)
1437
(connector
1438
        (pt 592 472)
1439
        (pt 608 472)
1440
)
1441
(connector
1442
        (pt 760 472)
1443
        (pt 776 472)
1444
)
1445
(connector
1446
        (pt 864 464)
1447
        (pt 848 464)
1448
)
1449
(connector
1450
        (pt 928 472)
1451
        (pt 944 472)
1452
)
1453
(connector
1454
        (pt 1032 464)
1455
        (pt 1016 464)
1456
)
1457
(connector
1458
        (pt 1096 472)
1459
        (pt 1112 472)
1460
)
1461
(connector
1462
        (pt 1264 472)
1463
        (pt 1280 472)
1464
)
1465
(connector
1466
        (pt 512 336)
1467
        (pt 1360 336)
1468
)
1469
(connector
1470
        (pt 848 384)
1471
        (pt 1360 384)
1472
)
1473
(connector
1474
        (pt 1016 408)
1475
        (pt 1360 408)
1476
)
1477
(connector
1478
        (pt 1344 472)
1479
        (pt 1360 472)
1480
)
1481
(connector
1482
        (pt 1176 472)
1483
        (pt 1184 472)
1484
)
1485
(connector
1486
        (pt 1184 432)
1487
        (pt 1360 432)
1488
)
1489
(connector
1490
        (pt 1200 464)
1491
        (pt 1184 464)
1492
)
1493
(connector
1494
        (pt 640 240)
1495
        (pt 640 320)
1496
        (color 128 0 128)
1497
)
1498
(connector
1499
        (pt 808 240)
1500
        (pt 808 320)
1501
        (color 128 0 128)
1502
)
1503
(connector
1504
        (pt 976 240)
1505
        (pt 976 320)
1506
        (color 128 0 128)
1507
)
1508
(connector
1509
        (pt 1144 240)
1510
        (pt 1144 320)
1511
        (color 128 0 128)
1512
)
1513
(connector
1514
        (pt 528 192)
1515
        (pt 520 192)
1516
)
1517
(connector
1518
        (pt 520 192)
1519
        (pt 520 304)
1520
)
1521
(connector
1522
        (pt 696 192)
1523
        (pt 688 192)
1524
)
1525
(connector
1526
        (pt 688 192)
1527
        (pt 688 304)
1528
)
1529
(connector
1530
        (pt 864 192)
1531
        (pt 856 192)
1532
)
1533
(connector
1534
        (pt 856 192)
1535
        (pt 856 304)
1536
)
1537
(connector
1538
        (pt 1032 192)
1539
        (pt 1024 192)
1540
)
1541
(connector
1542
        (pt 1024 192)
1543
        (pt 1024 304)
1544
)
1545
(connector
1546
        (pt 680 464)
1547
        (pt 680 472)
1548
)
1549
(connector
1550
        (pt 512 336)
1551
        (pt 512 464)
1552
)
1553
(connector
1554
        (pt 512 464)
1555
        (pt 512 472)
1556
)
1557
(connector
1558
        (pt 848 384)
1559
        (pt 848 464)
1560
)
1561
(connector
1562
        (pt 848 464)
1563
        (pt 848 472)
1564
)
1565
(connector
1566
        (pt 1016 408)
1567
        (pt 1016 464)
1568
)
1569
(connector
1570
        (pt 1016 464)
1571
        (pt 1016 472)
1572
)
1573
(connector
1574
        (pt 1184 432)
1575
        (pt 1184 464)
1576
)
1577
(connector
1578
        (pt 1184 464)
1579
        (pt 1184 472)
1580
)
1581
(connector
1582
        (pt 808 320)
1583
        (pt 976 320)
1584
        (color 128 0 128)
1585
)
1586
(connector
1587
        (pt 976 320)
1588
        (pt 1144 320)
1589
        (color 128 0 128)
1590
)
1591
(connector
1592
        (pt 440 304)
1593
        (pt 520 304)
1594
)
1595
(connector
1596
        (pt 520 304)
1597
        (pt 688 304)
1598
)
1599
(connector
1600
        (pt 688 304)
1601
        (pt 856 304)
1602
)
1603
(connector
1604
        (pt 856 304)
1605
        (pt 1024 304)
1606
)
1607
(connector
1608
        (pt 640 320)
1609
        (pt 808 320)
1610
        (color 128 0 128)
1611
)
1612
(connector
1613
        (pt 640 528)
1614
        (pt 640 608)
1615
)
1616
(connector
1617
        (pt 808 528)
1618
        (pt 808 608)
1619
)
1620
(connector
1621
        (pt 976 528)
1622
        (pt 976 608)
1623
)
1624
(connector
1625
        (pt 1144 528)
1626
        (pt 1144 608)
1627
)
1628
(connector
1629
        (pt 1312 528)
1630
        (pt 1312 608)
1631
)
1632
(connector
1633
        (pt 640 608)
1634
        (pt 808 608)
1635
        (color 128 0 128)
1636
)
1637
(connector
1638
        (pt 808 608)
1639
        (pt 976 608)
1640
        (color 128 0 128)
1641
)
1642
(connector
1643
        (pt 976 608)
1644
        (pt 1144 608)
1645
        (color 128 0 128)
1646
)
1647
(connector
1648
        (pt 1144 608)
1649
        (pt 1312 608)
1650
        (color 128 0 128)
1651
)
1652
(connector
1653
        (pt 304 608)
1654
        (pt 640 608)
1655
        (color 128 0 128)
1656
)
1657
(connector
1658
        (pt 304 320)
1659
        (pt 640 320)
1660
        (color 128 0 128)
1661
)
1662
(connector
1663
        (pt 472 448)
1664
        (pt 472 392)
1665
)
1666
(connector
1667
        (pt 472 392)
1668
        (pt 304 392)
1669
)
1670
(connector
1671
        (pt 472 160)
1672
        (pt 472 144)
1673
)
1674
(connector
1675
        (pt 440 184)
1676
        (pt 344 184)
1677
)
1678
(connector
1679
        (pt 344 304)
1680
        (pt 344 184)
1681
)
1682
(connector
1683
        (pt 344 304)
1684
        (pt 392 304)
1685
)
1686
(connector
1687
        (pt 680 360)
1688
        (pt 1360 360)
1689
)
1690
(connector
1691
        (pt 680 360)
1692
        (pt 680 464)
1693
)
1694
(connector
1695
        (pt 200 424)
1696
        (pt 368 424)
1697
        (color 128 0 128)
1698
)
1699
(connector
1700
        (pt 368 264)
1701
        (pt 368 424)
1702
        (color 128 0 128)
1703
)
1704
(connector
1705
        (pt 368 424)
1706
        (pt 368 552)
1707
        (color 128 0 128)
1708
)
1709
(connector
1710
        (pt 1256 488)
1711
        (pt 1256 552)
1712
        (color 128 0 128)
1713
)
1714
(connector
1715
        (pt 1280 488)
1716
        (pt 1256 488)
1717
        (color 128 0 128)
1718
)
1719
(connector
1720
        (pt 1088 552)
1721
        (pt 1088 488)
1722
        (color 128 0 128)
1723
)
1724
(connector
1725
        (pt 1112 488)
1726
        (pt 1088 488)
1727
        (color 128 0 128)
1728
)
1729
(connector
1730
        (pt 1088 552)
1731
        (pt 1256 552)
1732
)
1733
(connector
1734
        (pt 920 552)
1735
        (pt 920 488)
1736
        (color 128 0 128)
1737
)
1738
(connector
1739
        (pt 944 488)
1740
        (pt 920 488)
1741
        (color 128 0 128)
1742
)
1743
(connector
1744
        (pt 920 552)
1745
        (pt 1088 552)
1746
)
1747
(connector
1748
        (pt 752 552)
1749
        (pt 752 488)
1750
        (color 128 0 128)
1751
)
1752
(connector
1753
        (pt 776 488)
1754
        (pt 752 488)
1755
        (color 128 0 128)
1756
)
1757
(connector
1758
        (pt 752 552)
1759
        (pt 920 552)
1760
)
1761
(connector
1762
        (pt 584 552)
1763
        (pt 584 488)
1764
        (color 128 0 128)
1765
)
1766
(connector
1767
        (pt 608 488)
1768
        (pt 584 488)
1769
        (color 128 0 128)
1770
)
1771
(connector
1772
        (pt 584 552)
1773
        (pt 752 552)
1774
)
1775
(connector
1776
        (pt 416 552)
1777
        (pt 416 488)
1778
        (color 128 0 128)
1779
)
1780
(connector
1781
        (pt 440 488)
1782
        (pt 416 488)
1783
        (color 128 0 128)
1784
)
1785
(connector
1786
        (pt 368 552)
1787
        (pt 416 552)
1788
)
1789
(connector
1790
        (pt 416 552)
1791
        (pt 584 552)
1792
)
1793
(connector
1794
        (pt 1088 264)
1795
        (pt 1088 200)
1796
        (color 128 0 128)
1797
)
1798
(connector
1799
        (pt 1112 200)
1800
        (pt 1088 200)
1801
        (color 128 0 128)
1802
)
1803
(connector
1804
        (pt 920 264)
1805
        (pt 920 200)
1806
        (color 128 0 128)
1807
)
1808
(connector
1809
        (pt 944 200)
1810
        (pt 920 200)
1811
        (color 128 0 128)
1812
)
1813
(connector
1814
        (pt 752 264)
1815
        (pt 752 200)
1816
        (color 128 0 128)
1817
)
1818
(connector
1819
        (pt 776 200)
1820
        (pt 752 200)
1821
        (color 128 0 128)
1822
)
1823
(connector
1824
        (pt 752 264)
1825
        (pt 920 264)
1826
)
1827
(connector
1828
        (pt 584 264)
1829
        (pt 584 200)
1830
        (color 128 0 128)
1831
)
1832
(connector
1833
        (pt 608 200)
1834
        (pt 584 200)
1835
        (color 128 0 128)
1836
)
1837
(connector
1838
        (pt 584 264)
1839
        (pt 752 264)
1840
)
1841
(connector
1842
        (pt 416 264)
1843
        (pt 416 200)
1844
        (color 128 0 128)
1845
)
1846
(connector
1847
        (pt 440 200)
1848
        (pt 416 200)
1849
        (color 128 0 128)
1850
)
1851
(connector
1852
        (pt 368 264)
1853
        (pt 416 264)
1854
)
1855
(connector
1856
        (pt 416 264)
1857
        (pt 584 264)
1858
)
1859
(connector
1860
        (pt 1272 568)
1861
        (pt 1272 504)
1862
        (color 85 170 0)
1863
)
1864
(connector
1865
        (pt 1280 504)
1866
        (pt 1272 504)
1867
        (color 85 170 0)
1868
)
1869
(connector
1870
        (pt 1272 568)
1871
        (pt 1360 568)
1872
        (color 85 170 0)
1873
)
1874
(connector
1875
        (pt 1104 568)
1876
        (pt 1104 504)
1877
        (color 85 170 0)
1878
)
1879
(connector
1880
        (pt 1112 504)
1881
        (pt 1104 504)
1882
        (color 85 170 0)
1883
)
1884
(connector
1885
        (pt 1104 568)
1886
        (pt 1272 568)
1887
        (color 85 170 0)
1888
)
1889
(connector
1890
        (pt 936 568)
1891
        (pt 936 504)
1892
        (color 85 170 0)
1893
)
1894
(connector
1895
        (pt 944 504)
1896
        (pt 936 504)
1897
        (color 85 170 0)
1898
)
1899
(connector
1900
        (pt 936 568)
1901
        (pt 1104 568)
1902
        (color 85 170 0)
1903
)
1904
(connector
1905
        (pt 768 568)
1906
        (pt 768 504)
1907
        (color 85 170 0)
1908
)
1909
(connector
1910
        (pt 776 504)
1911
        (pt 768 504)
1912
        (color 85 170 0)
1913
)
1914
(connector
1915
        (pt 768 568)
1916
        (pt 936 568)
1917
        (color 85 170 0)
1918
)
1919
(connector
1920
        (pt 600 568)
1921
        (pt 600 504)
1922
        (color 85 170 0)
1923
)
1924
(connector
1925
        (pt 608 504)
1926
        (pt 600 504)
1927
        (color 85 170 0)
1928
)
1929
(connector
1930
        (pt 600 568)
1931
        (pt 768 568)
1932
        (color 85 170 0)
1933
)
1934
(connector
1935
        (pt 432 568)
1936
        (pt 432 504)
1937
        (color 85 170 0)
1938
)
1939
(connector
1940
        (pt 440 504)
1941
        (pt 432 504)
1942
        (color 85 170 0)
1943
)
1944
(connector
1945
        (text "ena_T" (rect 332 552 361 564)(font "Arial" ))
1946
        (pt 288 568)
1947
        (pt 432 568)
1948
        (color 85 170 0)
1949
)
1950
(connector
1951
        (pt 432 568)
1952
        (pt 600 568)
1953
        (color 85 170 0)
1954
)
1955
(connector
1956 8 gdevic
        (pt 528 480)
1957
        (pt 520 480)
1958
        (color 0 85 255)
1959 3 gdevic
)
1960
(connector
1961 8 gdevic
        (pt 520 480)
1962
        (pt 520 592)
1963
        (color 0 85 255)
1964 3 gdevic
)
1965
(connector
1966 8 gdevic
        (pt 696 480)
1967
        (pt 688 480)
1968
        (color 0 85 255)
1969 3 gdevic
)
1970
(connector
1971 8 gdevic
        (pt 688 480)
1972
        (pt 688 592)
1973
        (color 0 85 255)
1974 3 gdevic
)
1975
(connector
1976 8 gdevic
        (pt 864 480)
1977
        (pt 856 480)
1978
        (color 0 85 255)
1979 3 gdevic
)
1980
(connector
1981 8 gdevic
        (pt 856 480)
1982
        (pt 856 592)
1983
        (color 0 85 255)
1984
)
1985
(connector
1986
        (pt 1032 480)
1987
        (pt 1024 480)
1988
        (color 0 85 255)
1989
)
1990
(connector
1991
        (pt 1024 480)
1992
        (pt 1024 592)
1993
        (color 0 85 255)
1994
)
1995
(connector
1996
        (pt 1200 480)
1997
        (pt 1192 480)
1998
        (color 0 85 255)
1999
)
2000
(connector
2001
        (pt 1192 480)
2002
        (pt 1192 592)
2003
        (color 0 85 255)
2004
)
2005
(connector
2006
        (pt 440 592)
2007
        (pt 520 592)
2008
        (color 0 85 255)
2009
)
2010
(connector
2011
        (pt 520 592)
2012
        (pt 688 592)
2013
        (color 0 85 255)
2014
)
2015
(connector
2016
        (pt 688 592)
2017
        (pt 856 592)
2018
        (color 0 85 255)
2019
)
2020
(connector
2021
        (pt 856 592)
2022
        (pt 1024 592)
2023
        (color 0 85 255)
2024
)
2025
(connector
2026
        (pt 1024 592)
2027
        (pt 1192 592)
2028
        (color 0 85 255)
2029
)
2030
(connector
2031
        (pt 216 560)
2032
        (pt 216 544)
2033
)
2034
(connector
2035
        (pt 224 560)
2036
        (pt 216 560)
2037
)
2038
(connector
2039
        (pt 216 544)
2040
        (pt 200 544)
2041
)
2042
(connector
2043
        (pt 200 568)
2044
        (pt 224 568)
2045
)
2046
(connector
2047
        (pt 200 592)
2048
        (pt 216 592)
2049
)
2050
(connector
2051
        (pt 216 592)
2052
        (pt 216 576)
2053
)
2054
(connector
2055
        (pt 216 576)
2056
        (pt 224 576)
2057
)
2058
(connector
2059
        (pt 920 264)
2060
        (pt 1088 264)
2061
)
2062
(connector
2063
        (pt 224 352)
2064
        (pt 208 352)
2065
)
2066
(connector
2067
        (pt 208 352)
2068
        (pt 208 304)
2069
)
2070
(connector
2071
        (pt 200 304)
2072
        (pt 208 304)
2073
)
2074
(connector
2075
        (pt 208 304)
2076
        (pt 344 304)
2077
)
2078
(connector
2079
        (pt 200 368)
2080
        (pt 224 368)
2081
)
2082
(connector
2083
        (pt 320 592)
2084
        (pt 392 592)
2085 3 gdevic
        (color 255 0 0)
2086
)
2087
(connector
2088 8 gdevic
        (pt 320 472)
2089
        (pt 320 592)
2090 3 gdevic
        (color 255 0 0)
2091
)
2092
(connector
2093
        (pt 1104 280)
2094
        (pt 1104 216)
2095
        (color 255 0 0)
2096
)
2097
(connector
2098
        (pt 1112 216)
2099
        (pt 1104 216)
2100
        (color 255 0 0)
2101
)
2102
(connector
2103
        (pt 936 280)
2104
        (pt 936 216)
2105
        (color 255 0 0)
2106
)
2107
(connector
2108
        (pt 944 216)
2109
        (pt 936 216)
2110
        (color 255 0 0)
2111
)
2112
(connector
2113
        (pt 768 280)
2114
        (pt 768 216)
2115
        (color 255 0 0)
2116
)
2117
(connector
2118
        (pt 776 216)
2119
        (pt 768 216)
2120
        (color 255 0 0)
2121
)
2122
(connector
2123
        (pt 768 280)
2124
        (pt 936 280)
2125
        (color 255 0 0)
2126
)
2127
(connector
2128
        (pt 600 280)
2129
        (pt 600 216)
2130
        (color 255 0 0)
2131
)
2132
(connector
2133
        (pt 608 216)
2134
        (pt 600 216)
2135
        (color 255 0 0)
2136
)
2137
(connector
2138
        (pt 600 280)
2139
        (pt 768 280)
2140
        (color 255 0 0)
2141
)
2142
(connector
2143
        (pt 432 280)
2144
        (pt 432 216)
2145
        (color 255 0 0)
2146
)
2147
(connector
2148
        (pt 440 216)
2149
        (pt 432 216)
2150
        (color 255 0 0)
2151
)
2152
(connector
2153
        (text "ena_M" (rect 333 264 364 276)(font "Arial" ))
2154
        (pt 320 280)
2155
        (pt 432 280)
2156
        (color 255 0 0)
2157
)
2158
(connector
2159
        (pt 432 280)
2160
        (pt 600 280)
2161
        (color 255 0 0)
2162
)
2163
(connector
2164 8 gdevic
        (pt 936 280)
2165
        (pt 1104 280)
2166
        (color 255 0 0)
2167 3 gdevic
)
2168
(connector
2169 8 gdevic
        (pt 320 472)
2170
        (pt 440 472)
2171
        (color 255 0 0)
2172 3 gdevic
)
2173
(connector
2174 8 gdevic
        (pt 288 360)
2175
        (pt 320 360)
2176
        (color 255 0 0)
2177 3 gdevic
)
2178
(connector
2179 8 gdevic
        (pt 320 280)
2180
        (pt 320 360)
2181
        (color 255 0 0)
2182 3 gdevic
)
2183
(connector
2184 8 gdevic
        (pt 320 360)
2185
        (pt 320 472)
2186
        (color 255 0 0)
2187 3 gdevic
)
2188
(connector
2189 8 gdevic
        (pt 304 144)
2190
        (pt 304 320)
2191 3 gdevic
)
2192
(connector
2193 8 gdevic
        (pt 304 320)
2194
        (pt 304 392)
2195 3 gdevic
)
2196
(connector
2197 8 gdevic
        (pt 304 392)
2198
        (pt 304 608)
2199 3 gdevic
)
2200
(connector
2201 8 gdevic
        (pt 200 144)
2202
        (pt 304 144)
2203 3 gdevic
)
2204
(connector
2205 8 gdevic
        (pt 304 144)
2206
        (pt 472 144)
2207 3 gdevic
)
2208
(connector
2209 8 gdevic
        (pt 1176 184)
2210
        (pt 1360 184)
2211 3 gdevic
)
2212
(connector
2213 8 gdevic
        (pt 512 72)
2214
        (pt 1360 72)
2215 3 gdevic
)
2216
(connector
2217 8 gdevic
        (pt 680 96)
2218
        (pt 1360 96)
2219 3 gdevic
)
2220
(connector
2221 8 gdevic
        (pt 848 120)
2222
        (pt 1360 120)
2223 3 gdevic
)
2224
(connector
2225 8 gdevic
        (pt 1016 144)
2226
        (pt 1360 144)
2227 3 gdevic
)
2228
(connector
2229 8 gdevic
        (pt 512 72)
2230
        (pt 512 176)
2231 3 gdevic
)
2232
(connector
2233 8 gdevic
        (pt 512 176)
2234
        (pt 512 184)
2235 3 gdevic
)
2236
(connector
2237 8 gdevic
        (pt 680 96)
2238
        (pt 680 176)
2239 3 gdevic
)
2240
(connector
2241 8 gdevic
        (pt 680 176)
2242
        (pt 680 184)
2243 3 gdevic
)
2244
(connector
2245 8 gdevic
        (pt 848 120)
2246
        (pt 848 176)
2247 3 gdevic
)
2248
(connector
2249 8 gdevic
        (pt 848 176)
2250
        (pt 848 184)
2251 3 gdevic
)
2252
(connector
2253 8 gdevic
        (pt 1016 144)
2254
        (pt 1016 176)
2255 3 gdevic
)
2256 8 gdevic
(connector
2257
        (pt 1016 176)
2258
        (pt 1016 184)
2259
)
2260 3 gdevic
(junction (pt 512 176))
2261
(junction (pt 680 176))
2262
(junction (pt 848 176))
2263
(junction (pt 1016 176))
2264
(junction (pt 680 464))
2265
(junction (pt 512 464))
2266
(junction (pt 848 464))
2267
(junction (pt 1016 464))
2268
(junction (pt 1184 464))
2269
(junction (pt 640 320))
2270
(junction (pt 808 320))
2271
(junction (pt 976 320))
2272
(junction (pt 520 304))
2273
(junction (pt 688 304))
2274
(junction (pt 856 304))
2275
(junction (pt 320 472))
2276
(junction (pt 368 424))
2277
(junction (pt 520 592))
2278
(junction (pt 688 592))
2279
(junction (pt 856 592))
2280
(junction (pt 1024 592))
2281
(junction (pt 640 608))
2282
(junction (pt 808 608))
2283
(junction (pt 976 608))
2284
(junction (pt 1144 608))
2285
(junction (pt 304 392))
2286
(junction (pt 344 304))
2287
(junction (pt 304 320))
2288
(junction (pt 1272 568))
2289
(junction (pt 1104 568))
2290
(junction (pt 1088 552))
2291
(junction (pt 936 568))
2292
(junction (pt 920 552))
2293
(junction (pt 768 568))
2294
(junction (pt 752 552))
2295
(junction (pt 600 568))
2296
(junction (pt 584 552))
2297
(junction (pt 432 568))
2298
(junction (pt 416 552))
2299
(junction (pt 936 280))
2300
(junction (pt 920 264))
2301
(junction (pt 768 280))
2302
(junction (pt 752 264))
2303
(junction (pt 600 280))
2304
(junction (pt 584 264))
2305
(junction (pt 432 280))
2306
(junction (pt 416 264))
2307 8 gdevic
(junction (pt 208 304))
2308
(junction (pt 320 360))
2309
(junction (pt 304 144))
2310 3 gdevic
(title_block
2311
        (rect 24 32 345 93)
2312
        (name "title-custom-medium")
2313 8 gdevic
        (section (rect 0 41 240 60)(text "DATE" (rect 2 0 30 12)(font "Arial" ))(text "July 5, 2014, 2016" (rect 56 3 181 19)(font "Arial" (font_size 10)))(border))
2314
        (section (rect 0 21 320 40)(text "DESIGNER" (rect 2 0 59 12)(font "Arial" ))(text "Goran Devic" (rect 56 2 151 19)(font "Arial" (font_size 11)))(border))
2315
        (section (rect 130 0 320 20)(text "MODULE" (rect 2 1 48 13)(font "Arial" ))(text "sequencer" (rect 43 2 138 21)(font "Arial" (font_size 12)(bold)))(border))
2316 3 gdevic
        (section (rect 0 0 320 20)(text "PROJECT" (rect 2 0 52 12)(font "Arial" ))(text "A-Z80" (rect 56 2 106 21)(font "Arial" (font_size 12)(bold)))(border))
2317 8 gdevic
        (section (rect 241 41 320 60)(text "REV" (rect 2 1 25 13)(font "Arial" ))(text "1.4" (rect 43 3 64 19)(font "Arial" (font_size 10)))(border))
2318 3 gdevic
        (drawing
2319
        )
2320
)

powered by: WebSVN 2.1.0

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