OpenCores
URL https://opencores.org/ocsvn/async_sdm_noc/async_sdm_noc/trunk

Subversion Repositories async_sdm_noc

[/] [async_sdm_noc/] [branches/] [clos_opt/] [clos_opt/] [stg/] [ibctl.g.ps] - Blame information for rev 61

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 61 wsong0210
%!PS-Adobe-3.0 EPSF-3.0
2
%%Creator: Graphviz version 2.20.3 (Sun Jul 26 05:00:36 UTC 2009)
3
%%For: (songw) Wei Song,IT-302,0161-275-6292
4
%%Title: astg
5
%%Pages: (atend)
6
%%BoundingBox: (atend)
7
%%EndComments
8
save
9
%%BeginProlog
10
/DotDict 200 dict def
11
DotDict begin
12
 
13
/setupLatin1 {
14
mark
15
/EncodingVector 256 array def
16
 EncodingVector 0
17
 
18
ISOLatin1Encoding 0 255 getinterval putinterval
19
EncodingVector 45 /hyphen put
20
 
21
% Set up ISO Latin 1 character encoding
22
/starnetISO {
23
        dup dup findfont dup length dict begin
24
        { 1 index /FID ne { def }{ pop pop } ifelse
25
        } forall
26
        /Encoding EncodingVector def
27
        currentdict end definefont
28
} def
29
/Times-Roman starnetISO def
30
/Times-Italic starnetISO def
31
/Times-Bold starnetISO def
32
/Times-BoldItalic starnetISO def
33
/Helvetica starnetISO def
34
/Helvetica-Oblique starnetISO def
35
/Helvetica-Bold starnetISO def
36
/Helvetica-BoldOblique starnetISO def
37
/Courier starnetISO def
38
/Courier-Oblique starnetISO def
39
/Courier-Bold starnetISO def
40
/Courier-BoldOblique starnetISO def
41
cleartomark
42
} bind def
43
 
44
%%BeginResource: procset graphviz 0 0
45
/coord-font-family /Times-Roman def
46
/default-font-family /Times-Roman def
47
/coordfont coord-font-family findfont 8 scalefont def
48
 
49
/InvScaleFactor 1.0 def
50
/set_scale {
51
       dup 1 exch div /InvScaleFactor exch def
52
       scale
53
} bind def
54
 
55
% styles
56
/solid { [] 0 setdash } bind def
57
/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
58
/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
59
/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
60
/bold { 2 setlinewidth } bind def
61
/filled { } bind def
62
/unfilled { } bind def
63
/rounded { } bind def
64
/diagonals { } bind def
65
 
66
% hooks for setting color
67
/nodecolor { sethsbcolor } bind def
68
/edgecolor { sethsbcolor } bind def
69
/graphcolor { sethsbcolor } bind def
70
/nopcolor {pop pop pop} bind def
71
 
72
/beginpage {    % i j npages
73
        /npages exch def
74
        /j exch def
75
        /i exch def
76
        /str 10 string def
77
        npages 1 gt {
78
                gsave
79
                        coordfont setfont
80
 
81
                        (\() show i str cvs show (,) show j str cvs show (\)) show
82
                grestore
83
        } if
84
} bind def
85
 
86
/set_font {
87
        findfont exch
88
        scalefont setfont
89
} def
90
 
91
% draw text fitted to its expected width
92
/alignedtext {                  % width text
93
        /text exch def
94
        /width exch def
95
        gsave
96
                width 0 gt {
97
                        [] 0 setdash
98
                        text stringwidth pop width exch sub text length div 0 text ashow
99
                } if
100
        grestore
101
} def
102
 
103
/boxprim {                              % xcorner ycorner xsize ysize
104
                4 2 roll
105
                moveto
106
                2 copy
107
                exch 0 rlineto
108
 
109
                pop neg 0 rlineto
110
                closepath
111
} bind def
112
 
113
/ellipse_path {
114
        /ry exch def
115
        /rx exch def
116
        /y exch def
117
        /x exch def
118
        matrix currentmatrix
119
        newpath
120
        x y translate
121
        rx ry scale
122
 
123
        setmatrix
124
} bind def
125
 
126
/endpage { showpage } bind def
127
/showpage { } def
128
 
129
/layercolorseq
130
        [       % layer color sequence - darkest to lightest
131
                [0 0 0]
132
                [.2 .8 .8]
133
                [.4 .8 .8]
134
                [.6 .8 .8]
135
                [.8 .8 .8]
136
        ]
137
def
138
 
139
/layerlen layercolorseq length def
140
 
141
/setlayer {/maxlayer exch def /curlayer exch def
142
        layercolorseq curlayer 1 sub layerlen mod get
143
        aload pop sethsbcolor
144
        /nodecolor {nopcolor} def
145
        /edgecolor {nopcolor} def
146
        /graphcolor {nopcolor} def
147
} bind def
148
 
149
/onlayer { curlayer ne {invis} if } def
150
 
151
/onlayers {
152
        /myupper exch def
153
        /mylower exch def
154
        curlayer mylower lt
155
        curlayer myupper gt
156
        or
157
        {invis} if
158
} def
159
 
160
/curlayer 0 def
161
 
162
%%EndResource
163
%%EndProlog
164
%%BeginSetup
165
14 default-font-family set_font
166
1 setmiterlimit
167
% /arrowlength 10 def
168
% /arrowwidth 5 def
169
 
170
% make sure pdfmark is harmless for PS-interpreters other than Distiller
171
/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
172
% make '<<' and '>>' safe on PS Level 1 devices
173
/languagelevel where {pop languagelevel}{1} ifelse
174
2 lt {
175
    userdict (<<) cvn ([) cvn load put
176
    userdict (>>) cvn ([) cvn load put
177
} if
178
 
179
%%EndSetup
180
setupLatin1
181
%%Page: 1 1
182
%%PageBoundingBox: 45 253 567 539
183
%%PageOrientation: Portrait
184
 
185
gsave
186
45 253 522 286 boxprim clip newpath
187
0.828571 0.828571 set_scale 0 rotate 58.3103 309.931 translate
188
0.000 0.000 0.000 graphcolor
189
12 /Times-Roman set_font
190
236.5 35.2 moveto 149 (INPUTS:   dec,do,doa,eof) alignedtext
191
0.000 0.000 0.000 graphcolor
192
12 /Times-Roman set_font
193
236.5 21.2 moveto 149 (OUTPUTS:  dia,eofa,deca) alignedtext
194
0.000 0.000 0.000 graphcolor
195
12 /Times-Roman set_font
196
235.5 7.2 moveto 151 (DUMMY:    hdd,data_data) alignedtext
197
% r0
198
gsave
199
grestore
200
% r1
201
gsave
202
grestore
203
% r0->r1
204
% r2
205
gsave
206
grestore
207
% r1->r2
208
% r3
209
gsave
210
grestore
211
% r2->r3
212
% r4
213
gsave
214
grestore
215
% r3->r4
216
% r5
217
gsave
218
grestore
219
% r4->r5
220
% p0
221
gsave
222
1 setlinewidth
223
0.000 0.000 0.000 nodecolor
224
332 327 9 9 ellipse_path stroke
225
0.000 0.000 0.000 nodecolor
226
10 /Times-Roman set_font
227
319 324.5 moveto 26 (Data) alignedtext
228
grestore
229
% t0
230
gsave
231
1 setlinewidth
232
0.000 0.000 0.000 nodecolor
233
newpath 166 295.5 moveto
234
106 295.5 lineto
235
106 270.5 lineto
236
166 270.5 lineto
237
closepath stroke
238
0.000 1.000 0.933 nodecolor
239
14 /Times-Roman set_font
240
114 278.9 moveto 44 (do+/1) alignedtext
241
grestore
242
% p0->t0
243
gsave
244
1 setlinewidth
245
0.000 0.000 0.000 edgecolor
246
newpath 323 325 moveto
247
298 319 223 303 176 292 curveto
248
stroke
249
0.000 0.000 0.000 edgecolor
250
newpath 176.49 288.53 moveto
251
166 290 lineto
252
175.12 295.39 lineto
253
closepath fill
254
1 setlinewidth
255
solid
256
0.000 0.000 0.000 edgecolor
257
newpath 176.49 288.53 moveto
258
166 290 lineto
259
175.12 295.39 lineto
260
closepath stroke
261
grestore
262
% t7
263
gsave
264
1 setlinewidth
265
0.000 0.000 0.000 nodecolor
266
newpath 400 295.5 moveto
267
350 295.5 lineto
268
350 270.5 lineto
269
400 270.5 lineto
270
closepath stroke
271
0.000 1.000 0.933 nodecolor
272
14 /Times-Roman set_font
273
357.5 278.9 moveto 35 (eof+) alignedtext
274
grestore
275
% p0->t7
276
gsave
277
1 setlinewidth
278
0.000 0.000 0.000 edgecolor
279
newpath 338 321 moveto
280
342 316 349 309 355 303 curveto
281
stroke
282
0.000 0.000 0.000 edgecolor
283
newpath 357.4 305.55 moveto
284
362 296 lineto
285
352.45 300.6 lineto
286
closepath fill
287
1 setlinewidth
288
solid
289
0.000 0.000 0.000 edgecolor
290
newpath 357.4 305.55 moveto
291
362 296 lineto
292
352.45 300.6 lineto
293
closepath stroke
294
grestore
295
% t1
296
gsave
297
1 setlinewidth
298
0.000 0.000 0.000 nodecolor
299
newpath 84 247.5 moveto
300
20 247.5 lineto
301
20 222.5 lineto
302
84 222.5 lineto
303
closepath stroke
304
0.667 1.000 1.000 nodecolor
305
14 /Times-Roman set_font
306
28 230.9 moveto 48 (dia+/1) alignedtext
307
grestore
308
% t0->t1
309
gsave
310
1 setlinewidth
311
0.000 0.000 0.000 edgecolor
312
newpath 114 270 moveto
313
105 265 93 259 83 253 curveto
314
stroke
315
0.000 0.000 0.000 edgecolor
316
newpath 84.44 249.8 moveto
317
74 248 lineto
318
81.04 255.92 lineto
319
closepath fill
320
1 setlinewidth
321
solid
322
0.000 0.000 0.000 edgecolor
323
newpath 84.44 249.8 moveto
324
74 248 lineto
325
81.04 255.92 lineto
326
closepath stroke
327
grestore
328
% t2
329
gsave
330
1 setlinewidth
331
0.000 0.000 0.000 nodecolor
332
newpath 170 247.5 moveto
333
102 247.5 lineto
334
102 222.5 lineto
335
170 222.5 lineto
336
closepath stroke
337
0.000 1.000 0.933 nodecolor
338
14 /Times-Roman set_font
339
110 230.9 moveto 52 (doa+/1) alignedtext
340
grestore
341
% t0->t2
342
gsave
343
1 setlinewidth
344
0.000 0.000 0.000 edgecolor
345
newpath 136 270 moveto
346
136 266 136 262 136 258 curveto
347
stroke
348
0.000 0.000 0.000 edgecolor
349
newpath 139.5 258 moveto
350
136 248 lineto
351
132.5 258 lineto
352
closepath fill
353
1 setlinewidth
354
solid
355
0.000 0.000 0.000 edgecolor
356
newpath 139.5 258 moveto
357
136 248 lineto
358
132.5 258 lineto
359
closepath stroke
360
grestore
361
% t6
362
gsave
363
1 setlinewidth
364
0.000 0.000 0.000 nodecolor
365
newpath 332 295.5 moveto
366
246 295.5 lineto
367
246 270.5 lineto
368
332 270.5 lineto
369
closepath stroke
370
0.000 0.000 0.000 nodecolor
371
14 /Times-Roman set_font
372
253.5 278.9 moveto 71 (data_data) alignedtext
373
grestore
374
% t6->p0
375
gsave
376
1 setlinewidth
377
0.000 0.000 0.000 edgecolor
378
newpath 302 296 moveto
379
307 301 314 308 319 313 curveto
380
stroke
381
0.000 0.000 0.000 edgecolor
382
newpath 316.78 315.78 moveto
383
326 321 lineto
384
322.05 311.17 lineto
385
closepath fill
386
1 setlinewidth
387
solid
388
0.000 0.000 0.000 edgecolor
389
newpath 316.78 315.78 moveto
390
326 321 lineto
391
322.05 311.17 lineto
392
closepath stroke
393
grestore
394
% t8
395
gsave
396
1 setlinewidth
397
0.000 0.000 0.000 nodecolor
398
newpath 486 247.5 moveto
399
424 247.5 lineto
400
424 222.5 lineto
401
486 222.5 lineto
402
closepath stroke
403
0.667 1.000 1.000 nodecolor
404
14 /Times-Roman set_font
405
431.5 230.9 moveto 47 (dia+/2) alignedtext
406
grestore
407
% t7->t8
408
gsave
409
1 setlinewidth
410
0.000 0.000 0.000 edgecolor
411
newpath 396 270 moveto
412
405 265 416 259 425 253 curveto
413
stroke
414
0.000 0.000 0.000 edgecolor
415
newpath 426.96 255.92 moveto
416
434 248 lineto
417
423.56 249.8 lineto
418
closepath fill
419
1 setlinewidth
420
solid
421
0.000 0.000 0.000 edgecolor
422
newpath 426.96 255.92 moveto
423
434 248 lineto
424
423.56 249.8 lineto
425
closepath stroke
426
grestore
427
% t9
428
gsave
429
1 setlinewidth
430
0.000 0.000 0.000 nodecolor
431
newpath 406 247.5 moveto
432
340 247.5 lineto
433
340 222.5 lineto
434
406 222.5 lineto
435
closepath stroke
436
0.000 1.000 0.933 nodecolor
437
14 /Times-Roman set_font
438
347.5 230.9 moveto 51 (doa+/2) alignedtext
439
grestore
440
% t7->t9
441
gsave
442
1 setlinewidth
443
0.000 0.000 0.000 edgecolor
444
newpath 374 270 moveto
445
374 266 374 262 374 258 curveto
446
stroke
447
0.000 0.000 0.000 edgecolor
448
newpath 377.5 258 moveto
449
374 248 lineto
450
370.5 258 lineto
451
closepath fill
452
1 setlinewidth
453
solid
454
0.000 0.000 0.000 edgecolor
455
newpath 377.5 258 moveto
456
374 248 lineto
457
370.5 258 lineto
458
closepath stroke
459
grestore
460
% t19
461
gsave
462
1 setlinewidth
463
0.000 0.000 0.000 nodecolor
464
newpath 534 295.5 moveto
465
492 295.5 lineto
466
492 270.5 lineto
467
534 270.5 lineto
468
closepath stroke
469
0.000 0.000 0.000 nodecolor
470
14 /Times-Roman set_font
471
499.5 278.9 moveto 27 (hdd) alignedtext
472
grestore
473
% t19->p0
474
gsave
475
1 setlinewidth
476
0.000 0.000 0.000 edgecolor
477
newpath 492 288 moveto
478
456 297 385 314 351 322 curveto
479
stroke
480
0.000 0.000 0.000 edgecolor
481
newpath 349.57 318.77 moveto
482
341 325 lineto
483
351.58 325.48 lineto
484
closepath fill
485
1 setlinewidth
486
solid
487
0.000 0.000 0.000 edgecolor
488
newpath 349.57 318.77 moveto
489
341 325 lineto
490
351.58 325.48 lineto
491
closepath stroke
492
grestore
493
% p24
494
gsave
495
0.000 0.000 0.000 nodecolor
496
513 235 5.21 5.21 ellipse_path fill
497
1 setlinewidth
498
filled
499
0.000 0.000 0.000 nodecolor
500
513 235 5.21 5.21 ellipse_path stroke
501
1 setlinewidth
502
filled
503
0.000 0.000 0.000 nodecolor
504
513 235 9 9 ellipse_path stroke
505
grestore
506
% p24->t19
507
gsave
508
1 setlinewidth
509
0.000 0.000 0.000 edgecolor
510
newpath 513 244 moveto
511
513 248 513 254 513 260 curveto
512
stroke
513
0.000 0.000 0.000 edgecolor
514
newpath 509.5 260 moveto
515
513 270 lineto
516
516.5 260 lineto
517
closepath fill
518
1 setlinewidth
519
solid
520
0.000 0.000 0.000 edgecolor
521
newpath 509.5 260 moveto
522
513 270 lineto
523
516.5 260 lineto
524
closepath stroke
525
grestore
526
% t3
527
gsave
528
1 setlinewidth
529
0.000 0.000 0.000 nodecolor
530
newpath 202 199.5 moveto
531
150 199.5 lineto
532
150 174.5 lineto
533
202 174.5 lineto
534
closepath stroke
535
0.000 1.000 0.933 nodecolor
536
14 /Times-Roman set_font
537
157.5 182.9 moveto 37 (do-/1) alignedtext
538
grestore
539
% t1->t3
540
gsave
541
1 setlinewidth
542
0.000 0.000 0.000 edgecolor
543
newpath 84 223 moveto
544
102 216 123 208 141 201 curveto
545
stroke
546
0.000 0.000 0.000 edgecolor
547
newpath 142.28 204.26 moveto
548
150 197 lineto
549
139.44 197.86 lineto
550
closepath fill
551
1 setlinewidth
552
solid
553
0.000 0.000 0.000 edgecolor
554
newpath 142.28 204.26 moveto
555
150 197 lineto
556
139.44 197.86 lineto
557
closepath stroke
558
grestore
559
% t2->t3
560
gsave
561
1 setlinewidth
562
0.000 0.000 0.000 edgecolor
563
newpath 147 222 moveto
564
150 218 155 213 159 208 curveto
565
stroke
566
0.000 0.000 0.000 edgecolor
567
newpath 161.8 210.1 moveto
568
165 200 lineto
569
156.2 205.9 lineto
570
closepath fill
571
1 setlinewidth
572
solid
573
0.000 0.000 0.000 edgecolor
574
newpath 161.8 210.1 moveto
575
165 200 lineto
576
156.2 205.9 lineto
577
closepath stroke
578
grestore
579
% t4
580
gsave
581
1 setlinewidth
582
0.000 0.000 0.000 nodecolor
583
newpath 244 247.5 moveto
584
188 247.5 lineto
585
188 222.5 lineto
586
244 222.5 lineto
587
closepath stroke
588
0.667 1.000 1.000 nodecolor
589
14 /Times-Roman set_font
590
195.5 230.9 moveto 41 (dia-/1) alignedtext
591
grestore
592
% t4->t6
593
gsave
594
1 setlinewidth
595
0.000 0.000 0.000 edgecolor
596
newpath 235 248 moveto
597
243 253 253 259 261 265 curveto
598
stroke
599
0.000 0.000 0.000 edgecolor
600
newpath 259.56 268.2 moveto
601
270 270 lineto
602
262.96 262.08 lineto
603
closepath fill
604
1 setlinewidth
605
solid
606
0.000 0.000 0.000 edgecolor
607
newpath 259.56 268.2 moveto
608
270 270 lineto
609
262.96 262.08 lineto
610
closepath stroke
611
grestore
612
% t5
613
gsave
614
1 setlinewidth
615
0.000 0.000 0.000 nodecolor
616
newpath 322 247.5 moveto
617
262 247.5 lineto
618
262 222.5 lineto
619
322 222.5 lineto
620
closepath stroke
621
0.000 1.000 0.933 nodecolor
622
14 /Times-Roman set_font
623
269.5 230.9 moveto 45 (doa-/1) alignedtext
624
grestore
625
% t5->t6
626
gsave
627
1 setlinewidth
628
0.000 0.000 0.000 edgecolor
629
newpath 291 248 moveto
630
291 252 291 256 290 260 curveto
631
stroke
632
0.000 0.000 0.000 edgecolor
633
newpath 286.5 260 moveto
634
290 270 lineto
635
293.5 260 lineto
636
closepath fill
637
1 setlinewidth
638
solid
639
0.000 0.000 0.000 edgecolor
640
newpath 286.5 260 moveto
641
290 270 lineto
642
293.5 260 lineto
643
closepath stroke
644
grestore
645
% t14
646
gsave
647
1 setlinewidth
648
0.000 0.000 0.000 nodecolor
649
newpath 471 151.5 moveto
650
429 151.5 lineto
651
429 126.5 lineto
652
471 126.5 lineto
653
closepath stroke
654
0.000 1.000 0.933 nodecolor
655
14 /Times-Roman set_font
656
436.5 134.9 moveto 27 (eof-) alignedtext
657
grestore
658
% t8->t14
659
gsave
660
1 setlinewidth
661
0.000 0.000 0.000 edgecolor
662
newpath 454 222 moveto
663
453 207 452 181 451 162 curveto
664
stroke
665
0.000 0.000 0.000 edgecolor
666
newpath 454.5 162 moveto
667
451 152 lineto
668
447.5 162 lineto
669
closepath fill
670
1 setlinewidth
671
solid
672
0.000 0.000 0.000 edgecolor
673
newpath 454.5 162 moveto
674
451 152 lineto
675
447.5 162 lineto
676
closepath stroke
677
grestore
678
% t10
679
gsave
680
1 setlinewidth
681
0.000 0.000 0.000 nodecolor
682
newpath 357 199.5 moveto
683
303 199.5 lineto
684
303 174.5 lineto
685
357 174.5 lineto
686
closepath stroke
687
0.667 1.000 1.000 nodecolor
688
14 /Times-Roman set_font
689
310.5 182.9 moveto 39 (deca-) alignedtext
690
grestore
691
% t9->t10
692
gsave
693
1 setlinewidth
694
0.000 0.000 0.000 edgecolor
695
newpath 362 222 moveto
696
358 217 353 212 348 207 curveto
697
stroke
698
0.000 0.000 0.000 edgecolor
699
newpath 350.55 204.6 moveto
700
341 200 lineto
701
345.6 209.55 lineto
702
closepath fill
703
1 setlinewidth
704
solid
705
0.000 0.000 0.000 edgecolor
706
newpath 350.55 204.6 moveto
707
341 200 lineto
708
345.6 209.55 lineto
709
closepath stroke
710
grestore
711
% t13
712
gsave
713
1 setlinewidth
714
0.000 0.000 0.000 nodecolor
715
newpath 427 199.5 moveto
716
375 199.5 lineto
717
375 174.5 lineto
718
427 174.5 lineto
719
closepath stroke
720
0.667 1.000 1.000 nodecolor
721
14 /Times-Roman set_font
722
383 182.9 moveto 36 (eofa-) alignedtext
723
grestore
724
% t9->t13
725
gsave
726
1 setlinewidth
727
0.000 0.000 0.000 edgecolor
728
newpath 380 222 moveto
729
382 218 386 213 389 209 curveto
730
stroke
731
0.000 0.000 0.000 edgecolor
732
newpath 392.2 210.44 moveto
733
394 200 lineto
734
386.08 207.04 lineto
735
closepath fill
736
1 setlinewidth
737
solid
738
0.000 0.000 0.000 edgecolor
739
newpath 392.2 210.44 moveto
740
394 200 lineto
741
386.08 207.04 lineto
742
closepath stroke
743
grestore
744
% t18
745
gsave
746
1 setlinewidth
747
0.000 0.000 0.000 nodecolor
748
newpath 595 247.5 moveto
749
541 247.5 lineto
750
541 222.5 lineto
751
595 222.5 lineto
752
closepath stroke
753
0.000 1.000 0.933 nodecolor
754
14 /Times-Roman set_font
755
549 230.9 moveto 38 (dec+) alignedtext
756
grestore
757
% t18->t19
758
gsave
759
1 setlinewidth
760
0.000 0.000 0.000 edgecolor
761
newpath 553 248 moveto
762
548 253 541 258 535 263 curveto
763
stroke
764
0.000 0.000 0.000 edgecolor
765
newpath 532.22 260.78 moveto
766
527 270 lineto
767
536.83 266.05 lineto
768
closepath fill
769
1 setlinewidth
770
solid
771
0.000 0.000 0.000 edgecolor
772
newpath 532.22 260.78 moveto
773
527 270 lineto
774
536.83 266.05 lineto
775
closepath stroke
776
grestore
777
% p21
778
gsave
779
0.000 0.000 0.000 nodecolor
780
608 187 5.21 5.21 ellipse_path fill
781
1 setlinewidth
782
filled
783
0.000 0.000 0.000 nodecolor
784
608 187 5.21 5.21 ellipse_path stroke
785
1 setlinewidth
786
filled
787
0.000 0.000 0.000 nodecolor
788
608 187 9 9 ellipse_path stroke
789
grestore
790
% p21->t18
791
gsave
792
1 setlinewidth
793
0.000 0.000 0.000 edgecolor
794
newpath 602 194 moveto
795
598 199 591 207 585 214 curveto
796
stroke
797
0.000 0.000 0.000 edgecolor
798
newpath 582.2 211.9 moveto
799
579 222 lineto
800
587.8 216.1 lineto
801
closepath fill
802
1 setlinewidth
803
solid
804
0.000 0.000 0.000 edgecolor
805
newpath 582.2 211.9 moveto
806
579 222 lineto
807
587.8 216.1 lineto
808
closepath stroke
809
grestore
810
% p22
811
gsave
812
0.000 0.000 0.000 nodecolor
813
568 187 5.21 5.21 ellipse_path fill
814
1 setlinewidth
815
filled
816
0.000 0.000 0.000 nodecolor
817
568 187 5.21 5.21 ellipse_path stroke
818
1 setlinewidth
819
filled
820
0.000 0.000 0.000 nodecolor
821
568 187 9 9 ellipse_path stroke
822
grestore
823
% p22->t18
824
gsave
825
1 setlinewidth
826
0.000 0.000 0.000 edgecolor
827
newpath 568 196 moveto
828
568 200 568 206 568 212 curveto
829
stroke
830
0.000 0.000 0.000 edgecolor
831
newpath 564.5 212 moveto
832
568 222 lineto
833
571.5 212 lineto
834
closepath fill
835
1 setlinewidth
836
solid
837
0.000 0.000 0.000 edgecolor
838
newpath 564.5 212 moveto
839
568 222 lineto
840
571.5 212 lineto
841
closepath stroke
842
grestore
843
% t3->t4
844
gsave
845
1 setlinewidth
846
0.000 0.000 0.000 edgecolor
847
newpath 187 200 moveto
848
190 204 195 209 199 214 curveto
849
stroke
850
0.000 0.000 0.000 edgecolor
851
newpath 196.2 216.1 moveto
852
205 222 lineto
853
201.8 211.9 lineto
854
closepath fill
855
1 setlinewidth
856
solid
857
0.000 0.000 0.000 edgecolor
858
newpath 196.2 216.1 moveto
859
205 222 lineto
860
201.8 211.9 lineto
861
closepath stroke
862
grestore
863
% t3->t5
864
gsave
865
1 setlinewidth
866
0.000 0.000 0.000 edgecolor
867
newpath 202 198 moveto
868
217 204 236 212 252 219 curveto
869
stroke
870
0.000 0.000 0.000 edgecolor
871
newpath 251.42 222.54 moveto
872
262 223 lineto
873
254.02 216.04 lineto
874
closepath fill
875
1 setlinewidth
876
solid
877
0.000 0.000 0.000 edgecolor
878
newpath 251.42 222.54 moveto
879
262 223 lineto
880
254.02 216.04 lineto
881
closepath stroke
882
grestore
883
% t11
884
gsave
885
1 setlinewidth
886
0.000 0.000 0.000 nodecolor
887
newpath 389 151.5 moveto
888
343 151.5 lineto
889
343 126.5 lineto
890
389 126.5 lineto
891
closepath stroke
892
0.000 1.000 0.933 nodecolor
893
14 /Times-Roman set_font
894
350.5 134.9 moveto 31 (dec-) alignedtext
895
grestore
896
% t10->t11
897
gsave
898
1 setlinewidth
899
0.000 0.000 0.000 edgecolor
900
newpath 339 174 moveto
901
342 170 346 165 350 160 curveto
902
stroke
903
0.000 0.000 0.000 edgecolor
904
newpath 352.8 162.1 moveto
905
356 152 lineto
906
347.2 157.9 lineto
907
closepath fill
908
1 setlinewidth
909
solid
910
0.000 0.000 0.000 edgecolor
911
newpath 352.8 162.1 moveto
912
356 152 lineto
913
347.2 157.9 lineto
914
closepath stroke
915
grestore
916
% t13->t14
917
gsave
918
1 setlinewidth
919
0.000 0.000 0.000 edgecolor
920
newpath 414 174 moveto
921
419 169 424 164 430 159 curveto
922
stroke
923
0.000 0.000 0.000 edgecolor
924
newpath 432.4 161.55 moveto
925
437 152 lineto
926
427.45 156.6 lineto
927
closepath fill
928
1 setlinewidth
929
solid
930
0.000 0.000 0.000 edgecolor
931
newpath 432.4 161.55 moveto
932
437 152 lineto
933
427.45 156.6 lineto
934
closepath stroke
935
grestore
936
% t17
937
gsave
938
1 setlinewidth
939
0.000 0.000 0.000 nodecolor
940
newpath 541 199.5 moveto
941
483 199.5 lineto
942
483 174.5 lineto
943
541 174.5 lineto
944
closepath stroke
945
0.667 1.000 1.000 nodecolor
946
14 /Times-Roman set_font
947
490.5 182.9 moveto 43 (eofa+) alignedtext
948
grestore
949
% t17->p24
950
gsave
951
1 setlinewidth
952
0.000 0.000 0.000 edgecolor
953
newpath 512 200 moveto
954
513 205 513 211 513 216 curveto
955
stroke
956
0.000 0.000 0.000 edgecolor
957
newpath 509.5 216 moveto
958
513 226 lineto
959
516.5 216 lineto
960
closepath fill
961
1 setlinewidth
962
solid
963
0.000 0.000 0.000 edgecolor
964
newpath 509.5 216 moveto
965
513 226 lineto
966
516.5 216 lineto
967
closepath stroke
968
grestore
969
% t12
970
gsave
971
1 setlinewidth
972
0.000 0.000 0.000 nodecolor
973
newpath 503 103.5 moveto
974
443 103.5 lineto
975
443 78.5 lineto
976
503 78.5 lineto
977
closepath stroke
978
0.000 1.000 0.933 nodecolor
979
14 /Times-Roman set_font
980
451 86.9 moveto 44 (doa-/2) alignedtext
981
grestore
982
% t11->t12
983
gsave
984
1 setlinewidth
985
0.000 0.000 0.000 edgecolor
986
newpath 389 129 moveto
987
402 122 420 114 435 108 curveto
988
stroke
989
0.000 0.000 0.000 edgecolor
990
newpath 437.02 110.96 moveto
991
445 104 lineto
992
434.42 104.46 lineto
993
closepath fill
994
1 setlinewidth
995
solid
996
0.000 0.000 0.000 edgecolor
997
newpath 437.02 110.96 moveto
998
445 104 lineto
999
434.42 104.46 lineto
1000
closepath stroke
1001
grestore
1002
% t14->t12
1003
gsave
1004
1 setlinewidth
1005
0.000 0.000 0.000 edgecolor
1006
newpath 456 126 moveto
1007
458 122 460 118 462 113 curveto
1008
stroke
1009
0.000 0.000 0.000 edgecolor
1010
newpath 465.2 114.44 moveto
1011
467 104 lineto
1012
459.08 111.04 lineto
1013
closepath fill
1014
1 setlinewidth
1015
solid
1016
0.000 0.000 0.000 edgecolor
1017
newpath 465.2 114.44 moveto
1018
467 104 lineto
1019
459.08 111.04 lineto
1020
closepath stroke
1021
grestore
1022
% t15
1023
gsave
1024
1 setlinewidth
1025
0.000 0.000 0.000 nodecolor
1026
newpath 622 103.5 moveto
1027
566 103.5 lineto
1028
566 78.5 lineto
1029
622 78.5 lineto
1030
closepath stroke
1031
0.667 1.000 1.000 nodecolor
1032
14 /Times-Roman set_font
1033
573.5 86.9 moveto 41 (dia-/2) alignedtext
1034
grestore
1035
% t14->t15
1036
gsave
1037
1 setlinewidth
1038
0.000 0.000 0.000 edgecolor
1039
newpath 471 132 moveto
1040
493 125 529 113 556 103 curveto
1041
stroke
1042
0.000 0.000 0.000 edgecolor
1043
newpath 557.43 106.23 moveto
1044
566 100 lineto
1045
555.42 99.52 lineto
1046
closepath fill
1047
1 setlinewidth
1048
solid
1049
0.000 0.000 0.000 edgecolor
1050
newpath 557.43 106.23 moveto
1051
566 100 lineto
1052
555.42 99.52 lineto
1053
closepath stroke
1054
grestore
1055
% t16
1056
gsave
1057
1 setlinewidth
1058
0.000 0.000 0.000 nodecolor
1059
newpath 589 151.5 moveto
1060
527 151.5 lineto
1061
527 126.5 lineto
1062
589 126.5 lineto
1063
closepath stroke
1064
0.667 1.000 1.000 nodecolor
1065
14 /Times-Roman set_font
1066
535 134.9 moveto 46 (deca+) alignedtext
1067
grestore
1068
% t16->p22
1069
gsave
1070
1 setlinewidth
1071
0.000 0.000 0.000 edgecolor
1072
newpath 561 152 moveto
1073
562 157 563 163 564 168 curveto
1074
stroke
1075
0.000 0.000 0.000 edgecolor
1076
newpath 560.61 168.88 moveto
1077
566 178 lineto
1078
567.47 167.51 lineto
1079
closepath fill
1080
1 setlinewidth
1081
solid
1082
0.000 0.000 0.000 edgecolor
1083
newpath 560.61 168.88 moveto
1084
566 178 lineto
1085
567.47 167.51 lineto
1086
closepath stroke
1087
grestore
1088
% t12->t17
1089
gsave
1090
1 setlinewidth
1091
0.000 0.000 0.000 edgecolor
1092
newpath 478 104 moveto
1093
485 119 495 146 503 165 curveto
1094
stroke
1095
0.000 0.000 0.000 edgecolor
1096
newpath 499.74 166.28 moveto
1097
507 174 lineto
1098
506.14 163.44 lineto
1099
closepath fill
1100
1 setlinewidth
1101
solid
1102
0.000 0.000 0.000 edgecolor
1103
newpath 499.74 166.28 moveto
1104
507 174 lineto
1105
506.14 163.44 lineto
1106
closepath stroke
1107
grestore
1108
% t12->t16
1109
gsave
1110
1 setlinewidth
1111
0.000 0.000 0.000 edgecolor
1112
newpath 495 104 moveto
1113
505 109 516 115 527 121 curveto
1114
stroke
1115
0.000 0.000 0.000 edgecolor
1116
newpath 525.56 124.2 moveto
1117
536 126 lineto
1118
528.96 118.08 lineto
1119
closepath fill
1120
1 setlinewidth
1121
solid
1122
0.000 0.000 0.000 edgecolor
1123
newpath 525.56 124.2 moveto
1124
536 126 lineto
1125
528.96 118.08 lineto
1126
closepath stroke
1127
grestore
1128
% t15->p21
1129
gsave
1130
1 setlinewidth
1131
0.000 0.000 0.000 edgecolor
1132
newpath 596 104 moveto
1133
599 120 602 149 605 168 curveto
1134
stroke
1135
0.000 0.000 0.000 edgecolor
1136
newpath 601.61 168.88 moveto
1137
607 178 lineto
1138
608.47 167.51 lineto
1139
closepath fill
1140
1 setlinewidth
1141
solid
1142
0.000 0.000 0.000 edgecolor
1143
newpath 601.61 168.88 moveto
1144
607 178 lineto
1145
608.47 167.51 lineto
1146
closepath stroke
1147
grestore
1148
endpage
1149
showpage
1150
grestore
1151
%%PageTrailer
1152
%%EndPage: 1
1153
%%Trailer
1154
%%Pages: 1
1155
%%BoundingBox: 45 253 567 539
1156
end
1157
restore
1158
%%EOF

powered by: WebSVN 2.1.0

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