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 68

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 68 wsong0210
%!PS-Adobe-3.0
2
%%Creator: graphviz version 2.26.3 (20100126.1600)
3 61 wsong0210
%%Title: astg
4
%%Pages: (atend)
5
%%BoundingBox: (atend)
6
%%EndComments
7
save
8
%%BeginProlog
9
/DotDict 200 dict def
10
DotDict begin
11
 
12
/setupLatin1 {
13
mark
14
/EncodingVector 256 array def
15
 EncodingVector 0
16
 
17
ISOLatin1Encoding 0 255 getinterval putinterval
18
EncodingVector 45 /hyphen put
19
 
20
% Set up ISO Latin 1 character encoding
21
/starnetISO {
22
        dup dup findfont dup length dict begin
23
        { 1 index /FID ne { def }{ pop pop } ifelse
24
        } forall
25
        /Encoding EncodingVector def
26
        currentdict end definefont
27
} def
28
/Times-Roman starnetISO def
29
/Times-Italic starnetISO def
30
/Times-Bold starnetISO def
31
/Times-BoldItalic starnetISO def
32
/Helvetica starnetISO def
33
/Helvetica-Oblique starnetISO def
34
/Helvetica-Bold starnetISO def
35
/Helvetica-BoldOblique starnetISO def
36
/Courier starnetISO def
37
/Courier-Oblique starnetISO def
38
/Courier-Bold starnetISO def
39
/Courier-BoldOblique starnetISO def
40
cleartomark
41
} bind def
42
 
43
%%BeginResource: procset graphviz 0 0
44
/coord-font-family /Times-Roman def
45
/default-font-family /Times-Roman def
46
/coordfont coord-font-family findfont 8 scalefont def
47
 
48
/InvScaleFactor 1.0 def
49
/set_scale {
50
       dup 1 exch div /InvScaleFactor exch def
51
       scale
52
} bind def
53
 
54
% styles
55
/solid { [] 0 setdash } bind def
56
/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
57
/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
58
/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
59
/bold { 2 setlinewidth } bind def
60
/filled { } bind def
61
/unfilled { } bind def
62
/rounded { } bind def
63
/diagonals { } bind def
64
 
65
% hooks for setting color
66
/nodecolor { sethsbcolor } bind def
67
/edgecolor { sethsbcolor } bind def
68
/graphcolor { sethsbcolor } bind def
69
/nopcolor {pop pop pop} bind def
70
 
71
/beginpage {    % i j npages
72
        /npages exch def
73
        /j exch def
74
        /i exch def
75
        /str 10 string def
76
        npages 1 gt {
77
                gsave
78
                        coordfont setfont
79
 
80
                        (\() show i str cvs show (,) show j str cvs show (\)) show
81
                grestore
82
        } if
83
} bind def
84
 
85
/set_font {
86
        findfont exch
87
        scalefont setfont
88
} def
89
 
90
% draw text fitted to its expected width
91
/alignedtext {                  % width text
92
        /text exch def
93
        /width exch def
94
        gsave
95
                width 0 gt {
96
                        [] 0 setdash
97
                        text stringwidth pop width exch sub text length div 0 text ashow
98
                } if
99
        grestore
100
} def
101
 
102
/boxprim {                              % xcorner ycorner xsize ysize
103
                4 2 roll
104
                moveto
105
                2 copy
106
                exch 0 rlineto
107
 
108
                pop neg 0 rlineto
109
                closepath
110
} bind def
111
 
112
/ellipse_path {
113
        /ry exch def
114
        /rx exch def
115
        /y exch def
116
        /x exch def
117
        matrix currentmatrix
118
        newpath
119
        x y translate
120
        rx ry scale
121
 
122
        setmatrix
123
} bind def
124
 
125
/endpage { showpage } bind def
126
/showpage { } def
127
 
128
/layercolorseq
129
        [       % layer color sequence - darkest to lightest
130
                [0 0 0]
131
                [.2 .8 .8]
132
                [.4 .8 .8]
133
                [.6 .8 .8]
134
                [.8 .8 .8]
135
        ]
136
def
137
 
138
/layerlen layercolorseq length def
139
 
140
/setlayer {/maxlayer exch def /curlayer exch def
141
        layercolorseq curlayer 1 sub layerlen mod get
142
        aload pop sethsbcolor
143
        /nodecolor {nopcolor} def
144
        /edgecolor {nopcolor} def
145
        /graphcolor {nopcolor} def
146
} bind def
147
 
148
/onlayer { curlayer ne {invis} if } def
149
 
150
/onlayers {
151
        /myupper exch def
152
        /mylower exch def
153
        curlayer mylower lt
154
        curlayer myupper gt
155
        or
156
        {invis} if
157
} def
158
 
159
/curlayer 0 def
160
 
161
%%EndResource
162
%%EndProlog
163
%%BeginSetup
164
14 default-font-family set_font
165
1 setmiterlimit
166
% /arrowlength 10 def
167
% /arrowwidth 5 def
168
 
169
% make sure pdfmark is harmless for PS-interpreters other than Distiller
170
/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
171
% make '<<' and '>>' safe on PS Level 1 devices
172
/languagelevel where {pop languagelevel}{1} ifelse
173
2 lt {
174
    userdict (<<) cvn ([) cvn load put
175
    userdict (>>) cvn ([) cvn load put
176
} if
177
 
178
%%EndSetup
179
setupLatin1
180
%%Page: 1 1
181 68 wsong0210
%%PageBoundingBox: 45 224 567 568
182 61 wsong0210
%%PageOrientation: Portrait
183
 
184
gsave
185 68 wsong0210
45 224 522 344 boxprim clip newpath
186
0.956044 0.956044 set_scale 0 rotate 51.069 239.207 translate
187
 
188 61 wsong0210
12 /Times-Roman set_font
189 68 wsong0210
206.5 41.2 moveto 125 (INPUTS:   dec,do,doa,eof) alignedtext
190
 
191 61 wsong0210
12 /Times-Roman set_font
192 68 wsong0210
205.5 25.2 moveto 127 (OUTPUTS:  dia,eofa,deca) alignedtext
193
 
194 61 wsong0210
12 /Times-Roman set_font
195 68 wsong0210
204 9.2 moveto 130 (DUMMY:    hdd,data_data) alignedtext
196 61 wsong0210
% r0
197
gsave
198
grestore
199
% r1
200
gsave
201
grestore
202
% r0->r1
203
% r2
204
gsave
205
grestore
206
% r1->r2
207
% r3
208
gsave
209
grestore
210
% r2->r3
211
% r4
212
gsave
213
grestore
214
% r3->r4
215
% r5
216
gsave
217
grestore
218
% r4->r5
219
% p0
220
gsave
221
1 setlinewidth
222 68 wsong0210
 
223
285 343 9 9 ellipse_path stroke
224
 
225 61 wsong0210
10 /Times-Roman set_font
226 68 wsong0210
275 340.5 moveto 20 (Data) alignedtext
227 61 wsong0210
grestore
228
% t0
229
gsave
230
1 setlinewidth
231 68 wsong0210
 
232
newpath 139 311.5 moveto
233
91 311.5 lineto
234
91 284.5 lineto
235
139 284.5 lineto
236 61 wsong0210
closepath stroke
237 68 wsong0210
 
238 61 wsong0210
14 /Times-Roman set_font
239 68 wsong0210
98.5 294.9 moveto 33 (do+/1) alignedtext
240 61 wsong0210
grestore
241
% p0->t0
242
gsave
243
1 setlinewidth
244 68 wsong0210
 
245
newpath 275.86 340.58 moveto
246
252.32 334.35 188.69 317.51 148.87 306.97 curveto
247 61 wsong0210
stroke
248 68 wsong0210
 
249
newpath 149.62 303.54 moveto
250
139.06 304.37 lineto
251
147.83 310.31 lineto
252 61 wsong0210
closepath fill
253
1 setlinewidth
254
solid
255 68 wsong0210
 
256
newpath 149.62 303.54 moveto
257
139.06 304.37 lineto
258
147.83 310.31 lineto
259 61 wsong0210
closepath stroke
260
grestore
261
% t7
262
gsave
263
1 setlinewidth
264 68 wsong0210
 
265
newpath 343 311.5 moveto
266
301 311.5 lineto
267
301 284.5 lineto
268
343 284.5 lineto
269 61 wsong0210
closepath stroke
270 68 wsong0210
 
271 61 wsong0210
14 /Times-Roman set_font
272 68 wsong0210
309 294.9 moveto 26 (eof+) alignedtext
273 61 wsong0210
grestore
274
% p0->t7
275
gsave
276
1 setlinewidth
277 68 wsong0210
 
278
newpath 290.78 335.97 moveto
279
294.47 331.48 299.47 325.41 304.38 319.43 curveto
280 61 wsong0210
stroke
281 68 wsong0210
 
282
newpath 307.25 321.45 moveto
283
310.9 311.5 lineto
284
301.84 317 lineto
285 61 wsong0210
closepath fill
286
1 setlinewidth
287
solid
288 68 wsong0210
 
289
newpath 307.25 321.45 moveto
290
310.9 311.5 lineto
291
301.84 317 lineto
292 61 wsong0210
closepath stroke
293
grestore
294
% t1
295
gsave
296
1 setlinewidth
297 68 wsong0210
 
298
newpath 70 261.5 moveto
299
18 261.5 lineto
300
18 234.5 lineto
301
70 234.5 lineto
302 61 wsong0210
closepath stroke
303 68 wsong0210
0.66667 1 1 nodecolor
304 61 wsong0210
14 /Times-Roman set_font
305 68 wsong0210
26 244.9 moveto 36 (dia+/1) alignedtext
306 61 wsong0210
grestore
307
% t0->t1
308
gsave
309
1 setlinewidth
310 68 wsong0210
 
311
newpath 95.6 284.34 moveto
312
88.24 279.16 79.71 273.15 71.74 267.53 curveto
313 61 wsong0210
stroke
314 68 wsong0210
 
315
newpath 73.57 264.54 moveto
316
63.38 261.65 lineto
317
69.54 270.27 lineto
318 61 wsong0210
closepath fill
319
1 setlinewidth
320
solid
321 68 wsong0210
 
322
newpath 73.57 264.54 moveto
323
63.38 261.65 lineto
324
69.54 270.27 lineto
325 61 wsong0210
closepath stroke
326
grestore
327
% t2
328
gsave
329
1 setlinewidth
330 68 wsong0210
 
331
newpath 142 261.5 moveto
332
88 261.5 lineto
333
88 234.5 lineto
334
142 234.5 lineto
335 61 wsong0210
closepath stroke
336 68 wsong0210
 
337 61 wsong0210
14 /Times-Roman set_font
338 68 wsong0210
95.5 244.9 moveto 39 (doa+/1) alignedtext
339 61 wsong0210
grestore
340
% t0->t2
341
gsave
342
1 setlinewidth
343 68 wsong0210
 
344
newpath 115 284.34 moveto
345
115 280.48 115 276.16 115 271.89 curveto
346 61 wsong0210
stroke
347 68 wsong0210
 
348
newpath 118.5 271.65 moveto
349
115 261.65 lineto
350
111.5 271.65 lineto
351 61 wsong0210
closepath fill
352
1 setlinewidth
353
solid
354 68 wsong0210
 
355
newpath 118.5 271.65 moveto
356
115 261.65 lineto
357
111.5 271.65 lineto
358 61 wsong0210
closepath stroke
359
grestore
360
% t6
361
gsave
362
1 setlinewidth
363 68 wsong0210
 
364
newpath 283 311.5 moveto
365
215 311.5 lineto
366
215 284.5 lineto
367
283 284.5 lineto
368 61 wsong0210
closepath stroke
369 68 wsong0210
 
370 61 wsong0210
14 /Times-Roman set_font
371 68 wsong0210
223 294.9 moveto 52 (data_data) alignedtext
372 61 wsong0210
grestore
373
% t6->p0
374
gsave
375
1 setlinewidth
376 68 wsong0210
 
377
newpath 259.8 311.5 moveto
378
263.93 316.66 268.66 322.57 272.9 327.87 curveto
379 61 wsong0210
stroke
380 68 wsong0210
 
381
newpath 270.39 330.35 moveto
382
279.38 335.97 lineto
383
275.86 325.97 lineto
384 61 wsong0210
closepath fill
385
1 setlinewidth
386
solid
387 68 wsong0210
 
388
newpath 270.39 330.35 moveto
389
279.38 335.97 lineto
390
275.86 325.97 lineto
391 61 wsong0210
closepath stroke
392
grestore
393
% t8
394
gsave
395
1 setlinewidth
396 68 wsong0210
 
397
newpath 418 261.5 moveto
398
366 261.5 lineto
399
366 234.5 lineto
400
418 234.5 lineto
401 61 wsong0210
closepath stroke
402 68 wsong0210
0.66667 1 1 nodecolor
403 61 wsong0210
14 /Times-Roman set_font
404 68 wsong0210
374 244.9 moveto 36 (dia+/2) alignedtext
405 61 wsong0210
grestore
406
% t7->t8
407
gsave
408
1 setlinewidth
409 68 wsong0210
 
410
newpath 341.13 284.34 moveto
411
348.38 279.16 356.79 273.15 364.65 267.53 curveto
412 61 wsong0210
stroke
413 68 wsong0210
 
414
newpath 366.79 270.31 moveto
415
372.9 261.65 lineto
416
362.72 264.61 lineto
417 61 wsong0210
closepath fill
418
1 setlinewidth
419
solid
420 68 wsong0210
 
421
newpath 366.79 270.31 moveto
422
372.9 261.65 lineto
423
362.72 264.61 lineto
424 61 wsong0210
closepath stroke
425
grestore
426
% t9
427
gsave
428
1 setlinewidth
429 68 wsong0210
 
430
newpath 348 261.5 moveto
431
294 261.5 lineto
432
294 234.5 lineto
433
348 234.5 lineto
434 61 wsong0210
closepath stroke
435 68 wsong0210
 
436 61 wsong0210
14 /Times-Roman set_font
437 68 wsong0210
301.5 244.9 moveto 39 (doa+/2) alignedtext
438 61 wsong0210
grestore
439
% t7->t9
440
gsave
441
1 setlinewidth
442 68 wsong0210
 
443
newpath 321.73 284.34 moveto
444
321.65 280.48 321.56 276.16 321.48 271.89 curveto
445 61 wsong0210
stroke
446 68 wsong0210
 
447
newpath 324.97 271.57 moveto
448
321.27 261.65 lineto
449
317.97 271.71 lineto
450 61 wsong0210
closepath fill
451
1 setlinewidth
452
solid
453 68 wsong0210
 
454
newpath 324.97 271.57 moveto
455
321.27 261.65 lineto
456
317.97 271.71 lineto
457 61 wsong0210
closepath stroke
458
grestore
459
% t19
460
gsave
461
1 setlinewidth
462 68 wsong0210
 
463
newpath 478 311.5 moveto
464
442 311.5 lineto
465
442 284.5 lineto
466
478 284.5 lineto
467 61 wsong0210
closepath stroke
468 68 wsong0210
 
469 61 wsong0210
14 /Times-Roman set_font
470 68 wsong0210
449.5 294.9 moveto 21 (hdd) alignedtext
471 61 wsong0210
grestore
472
% t19->p0
473
gsave
474
1 setlinewidth
475 68 wsong0210
 
476
newpath 441.97 302.64 moveto
477
408.68 311.2 337.85 329.41 303.91 338.14 curveto
478 61 wsong0210
stroke
479 68 wsong0210
 
480
newpath 302.73 334.83 moveto
481
293.92 340.71 lineto
482
304.48 341.61 lineto
483 61 wsong0210
closepath fill
484
1 setlinewidth
485
solid
486 68 wsong0210
 
487
newpath 302.73 334.83 moveto
488
293.92 340.71 lineto
489
304.48 341.61 lineto
490 61 wsong0210
closepath stroke
491
grestore
492 68 wsong0210
% p25
493 61 wsong0210
gsave
494 68 wsong0210
 
495
511 248 5.21 5.5 ellipse_path fill
496 61 wsong0210
1 setlinewidth
497
filled
498 68 wsong0210
 
499
511 248 5.21 5.5 ellipse_path stroke
500 61 wsong0210
1 setlinewidth
501
filled
502 68 wsong0210
 
503
511 248 9 9.5 ellipse_path stroke
504 61 wsong0210
grestore
505 68 wsong0210
% p25->t19
506 61 wsong0210
gsave
507
1 setlinewidth
508 68 wsong0210
 
509
newpath 504.38 254.49 moveto
510
498.51 260.25 489.59 268.99 481.29 277.13 curveto
511 61 wsong0210
stroke
512 68 wsong0210
 
513
newpath 478.63 274.84 moveto
514
473.94 284.34 lineto
515
483.53 279.84 lineto
516 61 wsong0210
closepath fill
517
1 setlinewidth
518
solid
519 68 wsong0210
 
520
newpath 478.63 274.84 moveto
521
473.94 284.34 lineto
522
483.53 279.84 lineto
523 61 wsong0210
closepath stroke
524
grestore
525
% t3
526
gsave
527
1 setlinewidth
528 68 wsong0210
 
529
newpath 171 211.5 moveto
530
127 211.5 lineto
531
127 184.5 lineto
532
171 184.5 lineto
533 61 wsong0210
closepath stroke
534 68 wsong0210
 
535 61 wsong0210
14 /Times-Roman set_font
536 68 wsong0210
134.5 194.9 moveto 29 (do-/1) alignedtext
537 61 wsong0210
grestore
538
% t1->t3
539
gsave
540
1 setlinewidth
541 68 wsong0210
 
542
newpath 70.23 235.51 moveto
543
84.48 228.73 102.21 220.28 117.24 213.13 curveto
544 61 wsong0210
stroke
545 68 wsong0210
 
546
newpath 119.14 216.1 moveto
547
126.66 208.64 lineto
548
116.13 209.78 lineto
549 61 wsong0210
closepath fill
550
1 setlinewidth
551
solid
552 68 wsong0210
 
553
newpath 119.14 216.1 moveto
554
126.66 208.64 lineto
555
116.13 209.78 lineto
556 61 wsong0210
closepath stroke
557
grestore
558
% t2->t3
559
gsave
560
1 setlinewidth
561 68 wsong0210
 
562
newpath 124.29 234.34 moveto
563
127.29 229.93 130.69 224.92 134 220.06 curveto
564 61 wsong0210
stroke
565 68 wsong0210
 
566
newpath 136.99 221.88 moveto
567
139.72 211.65 lineto
568
131.2 217.95 lineto
569 61 wsong0210
closepath fill
570
1 setlinewidth
571
solid
572 68 wsong0210
 
573
newpath 136.99 221.88 moveto
574
139.72 211.65 lineto
575
131.2 217.95 lineto
576 61 wsong0210
closepath stroke
577
grestore
578
% t4
579
gsave
580
1 setlinewidth
581 68 wsong0210
 
582
newpath 208 261.5 moveto
583
160 261.5 lineto
584
160 234.5 lineto
585
208 234.5 lineto
586 61 wsong0210
closepath stroke
587 68 wsong0210
0.66667 1 1 nodecolor
588 61 wsong0210
14 /Times-Roman set_font
589 68 wsong0210
168 244.9 moveto 32 (dia-/1) alignedtext
590 61 wsong0210
grestore
591
% t4->t6
592
gsave
593
1 setlinewidth
594 68 wsong0210
 
595
newpath 201.74 261.65 moveto
596
208.33 266.72 215.95 272.58 223.12 278.09 curveto
597 61 wsong0210
stroke
598 68 wsong0210
 
599
newpath 221.18 281.01 moveto
600
231.24 284.34 lineto
601
225.45 275.47 lineto
602 61 wsong0210
closepath fill
603
1 setlinewidth
604
solid
605 68 wsong0210
 
606
newpath 221.18 281.01 moveto
607
231.24 284.34 lineto
608
225.45 275.47 lineto
609 61 wsong0210
closepath stroke
610
grestore
611
% t5
612
gsave
613
1 setlinewidth
614 68 wsong0210
 
615
newpath 276 261.5 moveto
616
226 261.5 lineto
617
226 234.5 lineto
618
276 234.5 lineto
619 61 wsong0210
closepath stroke
620 68 wsong0210
 
621 61 wsong0210
14 /Times-Roman set_font
622 68 wsong0210
233.5 244.9 moveto 35 (doa-/1) alignedtext
623 61 wsong0210
grestore
624
% t5->t6
625
gsave
626
1 setlinewidth
627 68 wsong0210
 
628
newpath 250.45 261.65 moveto
629
250.3 265.5 250.13 269.82 249.96 274.09 curveto
630 61 wsong0210
stroke
631 68 wsong0210
 
632
newpath 246.45 274.21 moveto
633
249.55 284.34 lineto
634
253.44 274.49 lineto
635 61 wsong0210
closepath fill
636
1 setlinewidth
637
solid
638 68 wsong0210
 
639
newpath 246.45 274.21 moveto
640
249.55 284.34 lineto
641
253.44 274.49 lineto
642 61 wsong0210
closepath stroke
643
grestore
644
% t14
645
gsave
646
1 setlinewidth
647 68 wsong0210
 
648
newpath 381 161.5 moveto
649
343 161.5 lineto
650
343 134.5 lineto
651
381 134.5 lineto
652 61 wsong0210
closepath stroke
653 68 wsong0210
 
654 61 wsong0210
14 /Times-Roman set_font
655 68 wsong0210
351 144.9 moveto 22 (eof-) alignedtext
656 61 wsong0210
grestore
657
% t8->t14
658
gsave
659
1 setlinewidth
660 68 wsong0210
 
661
newpath 387.83 234.1 moveto
662
382.97 217.9 374.87 190.89 369.03 171.44 curveto
663 61 wsong0210
stroke
664 68 wsong0210
 
665
newpath 372.36 170.36 moveto
666
366.14 161.79 lineto
667
365.66 172.37 lineto
668 61 wsong0210
closepath fill
669
1 setlinewidth
670
solid
671 68 wsong0210
 
672
newpath 372.36 170.36 moveto
673
366.14 161.79 lineto
674
365.66 172.37 lineto
675 61 wsong0210
closepath stroke
676
grestore
677
% t10
678
gsave
679
1 setlinewidth
680 68 wsong0210
 
681
newpath 300 211.5 moveto
682
254 211.5 lineto
683
254 184.5 lineto
684
300 184.5 lineto
685 61 wsong0210
closepath stroke
686 68 wsong0210
0.66667 1 1 nodecolor
687 61 wsong0210
14 /Times-Roman set_font
688 68 wsong0210
262 194.9 moveto 30 (deca-) alignedtext
689 61 wsong0210
grestore
690
% t9->t10
691
gsave
692
1 setlinewidth
693 68 wsong0210
 
694
newpath 308.98 234.34 moveto
695
304.9 229.71 300.25 224.42 295.78 219.34 curveto
696 61 wsong0210
stroke
697 68 wsong0210
 
698
newpath 298.24 216.84 moveto
699
289.01 211.65 lineto
700
292.99 221.47 lineto
701 61 wsong0210
closepath fill
702
1 setlinewidth
703
solid
704 68 wsong0210
 
705
newpath 298.24 216.84 moveto
706
289.01 211.65 lineto
707
292.99 221.47 lineto
708 61 wsong0210
closepath stroke
709
grestore
710
% t13
711
gsave
712
1 setlinewidth
713 68 wsong0210
 
714
newpath 362 211.5 moveto
715
318 211.5 lineto
716
318 184.5 lineto
717
362 184.5 lineto
718 61 wsong0210
closepath stroke
719 68 wsong0210
0.66667 1 1 nodecolor
720 61 wsong0210
14 /Times-Roman set_font
721 68 wsong0210
326 194.9 moveto 28 (eofa-) alignedtext
722 61 wsong0210
grestore
723
% t9->t13
724
gsave
725
1 setlinewidth
726 68 wsong0210
 
727
newpath 326.19 234.34 moveto
728
327.74 230.26 329.49 225.67 331.2 221.16 curveto
729 61 wsong0210
stroke
730 68 wsong0210
 
731
newpath 334.53 222.24 moveto
732
334.81 211.65 lineto
733
327.99 219.75 lineto
734 61 wsong0210
closepath fill
735
1 setlinewidth
736
solid
737 68 wsong0210
 
738
newpath 334.53 222.24 moveto
739
334.81 211.65 lineto
740
327.99 219.75 lineto
741 61 wsong0210
closepath stroke
742
grestore
743
% t18
744
gsave
745
1 setlinewidth
746 68 wsong0210
 
747
newpath 482 261.5 moveto
748
438 261.5 lineto
749
438 234.5 lineto
750
482 234.5 lineto
751 61 wsong0210
closepath stroke
752 68 wsong0210
 
753 61 wsong0210
14 /Times-Roman set_font
754 68 wsong0210
446 244.9 moveto 28 (dec+) alignedtext
755 61 wsong0210
grestore
756
% t18->t19
757
gsave
758
1 setlinewidth
759 68 wsong0210
 
760
newpath 460 261.65 moveto
761
460 265.5 460 269.82 460 274.09 curveto
762 61 wsong0210
stroke
763 68 wsong0210
 
764
newpath 456.5 274.34 moveto
765
460 284.34 lineto
766
463.5 274.34 lineto
767 61 wsong0210
closepath fill
768
1 setlinewidth
769
solid
770 68 wsong0210
 
771
newpath 456.5 274.34 moveto
772
460 284.34 lineto
773
463.5 274.34 lineto
774 61 wsong0210
closepath stroke
775
grestore
776 68 wsong0210
% p22
777 61 wsong0210
gsave
778 68 wsong0210
 
779
427 198 5.21 5.5 ellipse_path fill
780 61 wsong0210
1 setlinewidth
781
filled
782 68 wsong0210
 
783
427 198 5.21 5.5 ellipse_path stroke
784 61 wsong0210
1 setlinewidth
785
filled
786 68 wsong0210
 
787
427 198 9 9.5 ellipse_path stroke
788 61 wsong0210
grestore
789 68 wsong0210
% p22->t18
790 61 wsong0210
gsave
791
1 setlinewidth
792 68 wsong0210
 
793
newpath 432.2 205.88 moveto
794
435.74 211.24 440.6 218.61 445.28 225.7 curveto
795 61 wsong0210
stroke
796 68 wsong0210
 
797
newpath 442.55 227.92 moveto
798
450.98 234.34 lineto
799
448.4 224.06 lineto
800 61 wsong0210
closepath fill
801
1 setlinewidth
802
solid
803 68 wsong0210
 
804
newpath 442.55 227.92 moveto
805
450.98 234.34 lineto
806
448.4 224.06 lineto
807 61 wsong0210
closepath stroke
808
grestore
809 68 wsong0210
% p23
810 61 wsong0210
gsave
811 68 wsong0210
 
812
463 198 5.21 5.5 ellipse_path fill
813 61 wsong0210
1 setlinewidth
814
filled
815 68 wsong0210
 
816
463 198 5.21 5.5 ellipse_path stroke
817 61 wsong0210
1 setlinewidth
818
filled
819 68 wsong0210
 
820
463 198 9 9.5 ellipse_path stroke
821 61 wsong0210
grestore
822 68 wsong0210
% p23->t18
823 61 wsong0210
gsave
824
1 setlinewidth
825 68 wsong0210
 
826
newpath 462.42 207.68 moveto
827
462.13 212.42 461.78 218.35 461.43 224.19 curveto
828 61 wsong0210
stroke
829 68 wsong0210
 
830
newpath 457.93 224.15 moveto
831
460.82 234.34 lineto
832
464.91 224.56 lineto
833 61 wsong0210
closepath fill
834
1 setlinewidth
835
solid
836 68 wsong0210
 
837
newpath 457.93 224.15 moveto
838
460.82 234.34 lineto
839
464.91 224.56 lineto
840 61 wsong0210
closepath stroke
841
grestore
842
% t3->t4
843
gsave
844
1 setlinewidth
845 68 wsong0210
 
846
newpath 158.55 211.65 moveto
847
161.64 216.05 165.14 221.06 168.54 225.92 curveto
848 61 wsong0210
stroke
849 68 wsong0210
 
850
newpath 165.83 228.15 moveto
851
174.44 234.34 lineto
852
171.57 224.14 lineto
853 61 wsong0210
closepath fill
854
1 setlinewidth
855
solid
856 68 wsong0210
 
857
newpath 165.83 228.15 moveto
858
174.44 234.34 lineto
859
171.57 224.14 lineto
860 61 wsong0210
closepath stroke
861
grestore
862
% t3->t5
863
gsave
864
1 setlinewidth
865 68 wsong0210
 
866
newpath 171.15 208.86 moveto
867
184.47 215.39 201.71 223.84 216.76 231.21 curveto
868 61 wsong0210
stroke
869 68 wsong0210
 
870
newpath 215.27 234.38 moveto
871
225.79 235.64 lineto
872
218.35 228.1 lineto
873 61 wsong0210
closepath fill
874
1 setlinewidth
875
solid
876 68 wsong0210
 
877
newpath 215.27 234.38 moveto
878
225.79 235.64 lineto
879
218.35 228.1 lineto
880 61 wsong0210
closepath stroke
881
grestore
882
% t11
883
gsave
884
1 setlinewidth
885 68 wsong0210
 
886
newpath 325 161.5 moveto
887
285 161.5 lineto
888
285 134.5 lineto
889
325 134.5 lineto
890 61 wsong0210
closepath stroke
891 68 wsong0210
 
892 61 wsong0210
14 /Times-Roman set_font
893 68 wsong0210
293 144.9 moveto 24 (dec-) alignedtext
894 61 wsong0210
grestore
895
% t10->t11
896
gsave
897
1 setlinewidth
898 68 wsong0210
 
899
newpath 284.65 184.34 moveto
900
287.06 180.04 289.78 175.17 292.44 170.43 curveto
901 61 wsong0210
stroke
902 68 wsong0210
 
903
newpath 295.53 172.08 moveto
904
297.36 161.65 lineto
905
289.42 168.66 lineto
906 61 wsong0210
closepath fill
907
1 setlinewidth
908
solid
909 68 wsong0210
 
910
newpath 295.53 172.08 moveto
911
297.36 161.65 lineto
912
289.42 168.66 lineto
913 61 wsong0210
closepath stroke
914
grestore
915
% t13->t14
916
gsave
917
1 setlinewidth
918 68 wsong0210
 
919
newpath 346.01 184.34 moveto
920
347.81 180.26 349.83 175.67 351.81 171.16 curveto
921 61 wsong0210
stroke
922 68 wsong0210
 
923
newpath 355.17 172.21 moveto
924
356 161.65 lineto
925
348.76 169.39 lineto
926 61 wsong0210
closepath fill
927
1 setlinewidth
928
solid
929 68 wsong0210
 
930
newpath 355.17 172.21 moveto
931
356 161.65 lineto
932
348.76 169.39 lineto
933 61 wsong0210
closepath stroke
934
grestore
935
% t17
936
gsave
937
1 setlinewidth
938 68 wsong0210
 
939
newpath 538 211.5 moveto
940
490 211.5 lineto
941
490 184.5 lineto
942
538 184.5 lineto
943 61 wsong0210
closepath stroke
944 68 wsong0210
0.66667 1 1 nodecolor
945 61 wsong0210
14 /Times-Roman set_font
946 68 wsong0210
498 194.9 moveto 32 (eofa+) alignedtext
947 61 wsong0210
grestore
948 68 wsong0210
% t17->p25
949 61 wsong0210
gsave
950
1 setlinewidth
951 68 wsong0210
 
952
newpath 513.19 211.58 moveto
953
512.88 216.74 512.52 222.73 512.18 228.35 curveto
954 61 wsong0210
stroke
955 68 wsong0210
 
956
newpath 508.68 228.17 moveto
957
511.58 238.36 lineto
958
515.67 228.59 lineto
959 61 wsong0210
closepath fill
960
1 setlinewidth
961
solid
962 68 wsong0210
 
963
newpath 508.68 228.17 moveto
964
511.58 238.36 lineto
965
515.67 228.59 lineto
966 61 wsong0210
closepath stroke
967
grestore
968
% t12
969
gsave
970
1 setlinewidth
971 68 wsong0210
 
972
newpath 470 111.5 moveto
973
420 111.5 lineto
974
420 84.5 lineto
975
470 84.5 lineto
976 61 wsong0210
closepath stroke
977 68 wsong0210
 
978 61 wsong0210
14 /Times-Roman set_font
979 68 wsong0210
427.5 94.9 moveto 35 (doa-/2) alignedtext
980 61 wsong0210
grestore
981
% t11->t12
982
gsave
983
1 setlinewidth
984 68 wsong0210
 
985
newpath 325.12 137.85 moveto
986
328.07 136.49 331.09 135.17 334 134 curveto
987
359.11 123.92 388.23 114.56 410.34 107.91 curveto
988 61 wsong0210
stroke
989 68 wsong0210
 
990
newpath 411.38 111.26 moveto
991
419.97 105.06 lineto
992
409.38 104.55 lineto
993 61 wsong0210
closepath fill
994
1 setlinewidth
995
solid
996 68 wsong0210
 
997
newpath 411.38 111.26 moveto
998
419.97 105.06 lineto
999
409.38 104.55 lineto
1000 61 wsong0210
closepath stroke
1001
grestore
1002 68 wsong0210
% t15
1003 61 wsong0210
gsave
1004
1 setlinewidth
1005 68 wsong0210
 
1006
newpath 386 111.5 moveto
1007
338 111.5 lineto
1008
338 84.5 lineto
1009
386 84.5 lineto
1010
closepath stroke
1011
0.66667 1 1 nodecolor
1012
14 /Times-Roman set_font
1013
346 94.9 moveto 32 (dia-/2) alignedtext
1014
grestore
1015
% t11->t15
1016
gsave
1017
1 setlinewidth
1018
 
1019
newpath 320.58 134.34 moveto
1020
326.23 129.38 332.75 123.66 338.91 118.25 curveto
1021 61 wsong0210
stroke
1022 68 wsong0210
 
1023
newpath 341.23 120.87 moveto
1024
346.44 111.65 lineto
1025
336.62 115.61 lineto
1026 61 wsong0210
closepath fill
1027
1 setlinewidth
1028
solid
1029 68 wsong0210
 
1030
newpath 341.23 120.87 moveto
1031
346.44 111.65 lineto
1032
336.62 115.61 lineto
1033 61 wsong0210
closepath stroke
1034
grestore
1035 68 wsong0210
% t14->t12
1036 61 wsong0210
gsave
1037
1 setlinewidth
1038 68 wsong0210
 
1039
newpath 381.25 136.4 moveto
1040
390.83 130.63 402.65 123.51 413.5 116.97 curveto
1041
stroke
1042
 
1043
newpath 415.56 119.82 moveto
1044
422.32 111.66 lineto
1045
411.95 113.82 lineto
1046
closepath fill
1047
1 setlinewidth
1048
solid
1049
 
1050
newpath 415.56 119.82 moveto
1051
422.32 111.66 lineto
1052
411.95 113.82 lineto
1053 61 wsong0210
closepath stroke
1054
grestore
1055
% t14->t15
1056
gsave
1057
1 setlinewidth
1058 68 wsong0210
 
1059
newpath 362 134.34 moveto
1060
362 130.48 362 126.16 362 121.89 curveto
1061 61 wsong0210
stroke
1062 68 wsong0210
 
1063
newpath 365.5 121.65 moveto
1064
362 111.65 lineto
1065
358.5 121.65 lineto
1066 61 wsong0210
closepath fill
1067
1 setlinewidth
1068
solid
1069 68 wsong0210
 
1070
newpath 365.5 121.65 moveto
1071
362 111.65 lineto
1072
358.5 121.65 lineto
1073 61 wsong0210
closepath stroke
1074
grestore
1075
% t16
1076
gsave
1077
1 setlinewidth
1078 68 wsong0210
 
1079
newpath 487 161.5 moveto
1080
437 161.5 lineto
1081
437 134.5 lineto
1082
487 134.5 lineto
1083 61 wsong0210
closepath stroke
1084 68 wsong0210
0.66667 1 1 nodecolor
1085 61 wsong0210
14 /Times-Roman set_font
1086 68 wsong0210
445 144.9 moveto 34 (deca+) alignedtext
1087 61 wsong0210
grestore
1088 68 wsong0210
% t16->p23
1089 61 wsong0210
gsave
1090
1 setlinewidth
1091 68 wsong0210
 
1092
newpath 462.27 161.58 moveto
1093
462.37 166.74 462.49 172.73 462.61 178.35 curveto
1094 61 wsong0210
stroke
1095 68 wsong0210
 
1096
newpath 459.11 178.43 moveto
1097
462.81 188.36 lineto
1098
466.11 178.29 lineto
1099 61 wsong0210
closepath fill
1100
1 setlinewidth
1101
solid
1102 68 wsong0210
 
1103
newpath 459.11 178.43 moveto
1104
462.81 188.36 lineto
1105
466.11 178.29 lineto
1106 61 wsong0210
closepath stroke
1107
grestore
1108
% t12->t17
1109
gsave
1110
1 setlinewidth
1111 68 wsong0210
 
1112
newpath 470.18 110.93 moveto
1113
479.49 116.83 489.37 124.62 496 134 curveto
1114
504.38 145.86 508.87 161.51 511.27 174.37 curveto
1115 61 wsong0210
stroke
1116 68 wsong0210
 
1117
newpath 507.83 175.03 moveto
1118
512.83 184.37 lineto
1119
514.75 173.95 lineto
1120 61 wsong0210
closepath fill
1121
1 setlinewidth
1122
solid
1123 68 wsong0210
 
1124
newpath 507.83 175.03 moveto
1125
512.83 184.37 lineto
1126
514.75 173.95 lineto
1127 61 wsong0210
closepath stroke
1128
grestore
1129
% t12->t16
1130
gsave
1131
1 setlinewidth
1132 68 wsong0210
 
1133
newpath 449.64 111.65 moveto
1134
451.03 115.72 452.59 120.31 454.12 124.82 curveto
1135 61 wsong0210
stroke
1136 68 wsong0210
 
1137
newpath 450.82 126 moveto
1138
457.35 134.34 lineto
1139
457.45 123.74 lineto
1140 61 wsong0210
closepath fill
1141
1 setlinewidth
1142
solid
1143 68 wsong0210
 
1144
newpath 450.82 126 moveto
1145
457.35 134.34 lineto
1146
457.45 123.74 lineto
1147 61 wsong0210
closepath stroke
1148
grestore
1149 68 wsong0210
% t15->p22
1150 61 wsong0210
gsave
1151
1 setlinewidth
1152 68 wsong0210
 
1153
newpath 373.36 111.69 moveto
1154
378.64 118.28 384.87 126.38 390 134 curveto
1155
400.28 149.27 410.66 167.52 417.79 180.62 curveto
1156 61 wsong0210
stroke
1157 68 wsong0210
 
1158
newpath 414.75 182.34 moveto
1159
422.56 189.49 lineto
1160
420.91 179.03 lineto
1161 61 wsong0210
closepath fill
1162
1 setlinewidth
1163
solid
1164 68 wsong0210
 
1165
newpath 414.75 182.34 moveto
1166
422.56 189.49 lineto
1167
420.91 179.03 lineto
1168 61 wsong0210
closepath stroke
1169
grestore
1170
endpage
1171
showpage
1172
grestore
1173
%%PageTrailer
1174
%%EndPage: 1
1175
%%Trailer
1176
%%Pages: 1
1177 68 wsong0210
%%BoundingBox: 45 224 567 568
1178 61 wsong0210
end
1179
restore
1180
%%EOF

powered by: WebSVN 2.1.0

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