Titan Core Initial Contribution
[deliverable/titan.core.git] / doc / parallelarch / state_mach_mapping_mc.eps
1 %!PS-Adobe-2.0
2 %%Creator: Graphviz version 2.12 (Mon Dec 4 22:04:37 UTC 2006)
3 %%For: Bill Gates
4 %%Title: state_mach_mapping_mc
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 0 0 moveto
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 aligned label in bounding box aligned to current point
92 /alignedtext { % width adj text
93 /text exch def
94 /adj exch def
95 /width exch def
96 gsave
97 width 0 gt {
98 text stringwidth pop adj mul 0 rmoveto
99 } if
100 [] 0 setdash
101 text show
102 grestore
103 } def
104
105 /boxprim { % xcorner ycorner xsize ysize
106 4 2 roll
107 moveto
108 2 copy
109 exch 0 rlineto
110 0 exch rlineto
111 pop neg 0 rlineto
112 closepath
113 } bind def
114
115 /ellipse_path {
116 /ry exch def
117 /rx exch def
118 /y exch def
119 /x exch def
120 matrix currentmatrix
121 newpath
122 x y translate
123 rx ry scale
124 0 0 1 0 360 arc
125 setmatrix
126 } bind def
127
128 /endpage { showpage } bind def
129 /showpage { } def
130
131 /layercolorseq
132 [ % layer color sequence - darkest to lightest
133 [0 0 0]
134 [.2 .8 .8]
135 [.4 .8 .8]
136 [.6 .8 .8]
137 [.8 .8 .8]
138 ]
139 def
140
141 /layerlen layercolorseq length def
142
143 /setlayer {/maxlayer exch def /curlayer exch def
144 layercolorseq curlayer 1 sub layerlen mod get
145 aload pop sethsbcolor
146 /nodecolor {nopcolor} def
147 /edgecolor {nopcolor} def
148 /graphcolor {nopcolor} def
149 } bind def
150
151 /onlayer { curlayer ne {invis} if } def
152
153 /onlayers {
154 /myupper exch def
155 /mylower exch def
156 curlayer mylower lt
157 curlayer myupper gt
158 or
159 {invis} if
160 } def
161
162 /curlayer 0 def
163
164 %%EndResource
165 %%EndProlog
166 %%BeginSetup
167 14 default-font-family set_font
168 1 setmiterlimit
169 % /arrowlength 10 def
170 % /arrowwidth 5 def
171
172 % make sure pdfmark is harmless for PS-interpreters other than Distiller
173 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
174 % make '<<' and '>>' safe on PS Level 1 devices
175 /languagelevel where {pop languagelevel}{1} ifelse
176 2 lt {
177 userdict (<<) cvn ([) cvn load put
178 userdict (>>) cvn ([) cvn load put
179 } if
180
181 %%EndSetup
182 setupLatin1
183 %%Page: 1 1
184 %%PageBoundingBox: 36 36 650 496
185 %%PageOrientation: Portrait
186 gsave
187 36 36 650 496 boxprim clip newpath
188 0 0 1 beginpage
189 1 1 set_scale 0 rotate 40 40 translate
190 0.000 0.000 1.000 graphcolor
191 newpath -4 -4 moveto
192 -4 456 lineto
193 610 456 lineto
194 610 -4 lineto
195 closepath fill
196 1 setlinewidth
197 0.000 0.000 1.000 graphcolor
198 newpath -4 -4 moveto
199 -4 456 lineto
200 610 456 lineto
201 610 -4 lineto
202 closepath stroke
203 % START
204 gsave
205 grestore
206 % IDLE
207 gsave
208 0.000 0.000 0.827 nodecolor
209 newpath 246 376 moveto
210 216 376 lineto
211 204 364 lineto
212 204 352 lineto
213 216 340 lineto
214 246 340 lineto
215 258 352 lineto
216 258 364 lineto
217 closepath fill
218 1 setlinewidth
219 filled
220 0.000 0.000 0.827 nodecolor
221 newpath 246 376 moveto
222 216 376 lineto
223 204 364 lineto
224 204 352 lineto
225 216 340 lineto
226 246 340 lineto
227 258 352 lineto
228 258 364 lineto
229 closepath stroke
230 0.000 0.000 0.827 nodecolor
231 newpath 216 376 moveto
232 210 376 204 370 204 364 curveto
233 closepath fill
234 1 setlinewidth
235 filled
236 0.000 0.000 0.827 nodecolor
237 newpath 216 376 moveto
238 210 376 204 370 204 364 curveto
239 stroke
240 0.000 0.000 0.827 nodecolor
241 newpath 204 352 moveto
242 204 346 210 340 216 340 curveto
243 closepath fill
244 1 setlinewidth
245 filled
246 0.000 0.000 0.827 nodecolor
247 newpath 204 352 moveto
248 204 346 210 340 216 340 curveto
249 stroke
250 0.000 0.000 0.827 nodecolor
251 newpath 246 340 moveto
252 252 340 258 346 258 352 curveto
253 closepath fill
254 1 setlinewidth
255 filled
256 0.000 0.000 0.827 nodecolor
257 newpath 246 340 moveto
258 252 340 258 346 258 352 curveto
259 stroke
260 0.000 0.000 0.827 nodecolor
261 newpath 258 364 moveto
262 258 370 252 376 246 376 curveto
263 closepath fill
264 1 setlinewidth
265 filled
266 0.000 0.000 0.827 nodecolor
267 newpath 258 364 moveto
268 258 370 252 376 246 376 curveto
269 stroke
270 1 setlinewidth
271 filled
272 0.000 0.000 0.000 nodecolor
273 newpath 246 376 moveto
274 216 376 lineto
275 stroke
276 1 setlinewidth
277 filled
278 0.000 0.000 0.000 nodecolor
279 newpath 216 376 moveto
280 210 376 204 370 204 364 curveto
281 stroke
282 1 setlinewidth
283 filled
284 0.000 0.000 0.000 nodecolor
285 newpath 204 364 moveto
286 204 352 lineto
287 stroke
288 1 setlinewidth
289 filled
290 0.000 0.000 0.000 nodecolor
291 newpath 204 352 moveto
292 204 346 210 340 216 340 curveto
293 stroke
294 1 setlinewidth
295 filled
296 0.000 0.000 0.000 nodecolor
297 newpath 216 340 moveto
298 246 340 lineto
299 stroke
300 1 setlinewidth
301 filled
302 0.000 0.000 0.000 nodecolor
303 newpath 246 340 moveto
304 252 340 258 346 258 352 curveto
305 stroke
306 1 setlinewidth
307 filled
308 0.000 0.000 0.000 nodecolor
309 newpath 258 352 moveto
310 258 364 lineto
311 stroke
312 1 setlinewidth
313 filled
314 0.000 0.000 0.000 nodecolor
315 newpath 258 364 moveto
316 258 370 252 376 246 376 curveto
317 stroke
318 0.000 0.000 0.000 nodecolor
319 16.00 /Times-Roman set_font
320 213 352 moveto
321 (IDLE)
322 [4.8 11.52 9.36 9.84]
323 xshow
324 grestore
325 % START->IDLE
326 gsave
327 1 setlinewidth
328 0.000 0.000 0.000 edgecolor
329 newpath 231 406 moveto
330 231 400 231 393 231 386 curveto
331 stroke
332 1 setlinewidth
333 solid
334 0.000 0.000 0.000 edgecolor
335 231 410 4 4 ellipse_path stroke
336 0.000 0.000 0.000 edgecolor
337 newpath 234.5 386 moveto
338 231 376 lineto
339 227.5 386 lineto
340 closepath fill
341 1 setlinewidth
342 solid
343 0.000 0.000 0.000 edgecolor
344 newpath 234.5 386 moveto
345 231 376 lineto
346 227.5 386 lineto
347 closepath stroke
348 grestore
349 % IDLE->IDLE
350 gsave
351 1 setlinewidth
352 0.000 0.000 0.000 edgecolor
353 newpath 258 371 moveto
354 268 372 276 367 276 358 curveto
355 276 352 273 348 268 346 curveto
356 stroke
357 0.000 0.000 0.000 edgecolor
358 newpath 268.299 342.512 moveto
359 258 345 lineto
360 267.602 349.478 lineto
361 closepath fill
362 1 setlinewidth
363 solid
364 0.000 0.000 0.000 edgecolor
365 newpath 268.299 342.512 moveto
366 258 345 lineto
367 267.602 349.478 lineto
368 closepath stroke
369 0.000 0.000 0.000 edgecolor
370 12.00 /Times-Roman set_font
371 276 360 moveto
372 (UNMAP_REQ/)
373 [8.64 8.64 10.56 8.4 6.72 6 7.92 7.44 8.64 3.36]
374 xshow
375 0.000 0.000 0.000 edgecolor
376 12.00 /Times-Roman set_font
377 277.5 346 moveto
378 (UNMAP_ACK)
379 [8.64 8.64 10.56 8.4 6.72 6 8.4 7.92 8.4]
380 xshow
381 grestore
382 % MAPPING
383 gsave
384 1 setlinewidth
385 0.000 0.000 0.000 nodecolor
386 newpath 76 273 moveto
387 12 273 lineto
388 stroke
389 1 setlinewidth
390 0.000 0.000 0.000 nodecolor
391 newpath 12 273 moveto
392 6 273 4.38168e-014 267 3.78956e-014 261 curveto
393 stroke
394 1 setlinewidth
395 0.000 0.000 0.000 nodecolor
396 newpath 3.78956e-014 261 moveto
397 2.60532e-014 249 lineto
398 stroke
399 1 setlinewidth
400 0.000 0.000 0.000 nodecolor
401 newpath 2.60532e-014 249 moveto
402 2.0132e-014 243 6 237 12 237 curveto
403 stroke
404 1 setlinewidth
405 0.000 0.000 0.000 nodecolor
406 newpath 12 237 moveto
407 76 237 lineto
408 stroke
409 1 setlinewidth
410 0.000 0.000 0.000 nodecolor
411 newpath 76 237 moveto
412 82 237 88 243 88 249 curveto
413 stroke
414 1 setlinewidth
415 0.000 0.000 0.000 nodecolor
416 newpath 88 249 moveto
417 88 261 lineto
418 stroke
419 1 setlinewidth
420 0.000 0.000 0.000 nodecolor
421 newpath 88 261 moveto
422 88 267 82 273 76 273 curveto
423 stroke
424 0.000 0.000 0.000 nodecolor
425 16.00 /Times-Roman set_font
426 8 249 moveto
427 (MAPPING)
428 [14.4 11.28 8.88 8.88 4.8 11.52 11.28]
429 xshow
430 grestore
431 % IDLE->MAPPING
432 gsave
433 1 setlinewidth
434 0.000 0.000 0.000 edgecolor
435 newpath 204 354 moveto
436 166 349 99 337 80 322 curveto
437 67 312 58 296 53 282 curveto
438 stroke
439 0.000 0.000 0.000 edgecolor
440 newpath 56.2598 280.717 moveto
441 49 273 lineto
442 49.8631 283.56 lineto
443 closepath fill
444 1 setlinewidth
445 solid
446 0.000 0.000 0.000 edgecolor
447 newpath 56.2598 280.717 moveto
448 49 273 lineto
449 49.8631 283.56 lineto
450 closepath stroke
451 0.000 0.000 0.000 edgecolor
452 12.00 /Times-Roman set_font
453 82.5 310 moveto
454 (MAP_REQ/)
455 [10.56 8.4 6.72 6 7.92 7.44 8.64 3.36]
456 xshow
457 0.000 0.000 0.000 edgecolor
458 12.00 /Times-Roman set_font
459 99.5 296 moveto
460 (MAP)
461 [10.56 8.4 6.72]
462 xshow
463 grestore
464 % MAPPED
465 gsave
466 0.000 0.000 0.827 nodecolor
467 newpath 317 156 moveto
468 261 156 lineto
469 249 144 lineto
470 249 132 lineto
471 261 120 lineto
472 317 120 lineto
473 329 132 lineto
474 329 144 lineto
475 closepath fill
476 1 setlinewidth
477 filled
478 0.000 0.000 0.827 nodecolor
479 newpath 317 156 moveto
480 261 156 lineto
481 249 144 lineto
482 249 132 lineto
483 261 120 lineto
484 317 120 lineto
485 329 132 lineto
486 329 144 lineto
487 closepath stroke
488 0.000 0.000 0.827 nodecolor
489 newpath 261 156 moveto
490 255 156 249 150 249 144 curveto
491 closepath fill
492 1 setlinewidth
493 filled
494 0.000 0.000 0.827 nodecolor
495 newpath 261 156 moveto
496 255 156 249 150 249 144 curveto
497 stroke
498 0.000 0.000 0.827 nodecolor
499 newpath 249 132 moveto
500 249 126 255 120 261 120 curveto
501 closepath fill
502 1 setlinewidth
503 filled
504 0.000 0.000 0.827 nodecolor
505 newpath 249 132 moveto
506 249 126 255 120 261 120 curveto
507 stroke
508 0.000 0.000 0.827 nodecolor
509 newpath 317 120 moveto
510 323 120 329 126 329 132 curveto
511 closepath fill
512 1 setlinewidth
513 filled
514 0.000 0.000 0.827 nodecolor
515 newpath 317 120 moveto
516 323 120 329 126 329 132 curveto
517 stroke
518 0.000 0.000 0.827 nodecolor
519 newpath 329 144 moveto
520 329 150 323 156 317 156 curveto
521 closepath fill
522 1 setlinewidth
523 filled
524 0.000 0.000 0.827 nodecolor
525 newpath 329 144 moveto
526 329 150 323 156 317 156 curveto
527 stroke
528 1 setlinewidth
529 filled
530 0.000 0.000 0.000 nodecolor
531 newpath 317 156 moveto
532 261 156 lineto
533 stroke
534 1 setlinewidth
535 filled
536 0.000 0.000 0.000 nodecolor
537 newpath 261 156 moveto
538 255 156 249 150 249 144 curveto
539 stroke
540 1 setlinewidth
541 filled
542 0.000 0.000 0.000 nodecolor
543 newpath 249 144 moveto
544 249 132 lineto
545 stroke
546 1 setlinewidth
547 filled
548 0.000 0.000 0.000 nodecolor
549 newpath 249 132 moveto
550 249 126 255 120 261 120 curveto
551 stroke
552 1 setlinewidth
553 filled
554 0.000 0.000 0.000 nodecolor
555 newpath 261 120 moveto
556 317 120 lineto
557 stroke
558 1 setlinewidth
559 filled
560 0.000 0.000 0.000 nodecolor
561 newpath 317 120 moveto
562 323 120 329 126 329 132 curveto
563 stroke
564 1 setlinewidth
565 filled
566 0.000 0.000 0.000 nodecolor
567 newpath 329 132 moveto
568 329 144 lineto
569 stroke
570 1 setlinewidth
571 filled
572 0.000 0.000 0.000 nodecolor
573 newpath 329 144 moveto
574 329 150 323 156 317 156 curveto
575 stroke
576 0.000 0.000 0.000 nodecolor
577 16.00 /Times-Roman set_font
578 256.5 132 moveto
579 (MAPPED)
580 [14.4 11.28 8.88 8.88 9.84 11.52]
581 xshow
582 grestore
583 % MAPPED->IDLE
584 gsave
585 1 setlinewidth
586 dashed
587 0.000 0.000 0.000 edgecolor
588 newpath 294 156 moveto
589 302 191 314 268 285 322 curveto
590 281 330 274 336 267 341 curveto
591 stroke
592 0.000 0.000 0.000 edgecolor
593 newpath 264.379 338.541 moveto
594 258 347 lineto
595 268.262 344.365 lineto
596 closepath fill
597 1 setlinewidth
598 solid
599 0.000 0.000 0.000 edgecolor
600 newpath 264.379 338.541 moveto
601 258 347 lineto
602 268.262 344.365 lineto
603 closepath stroke
604 0.000 0.000 0.000 edgecolor
605 12.00 /Times-Roman set_font
606 315.5 264 moveto
607 (UNMAPPED or)
608 [8.64 8.64 10.56 8.4 6.72 6.72 7.44 8.64 3.12 6.24 4.08]
609 xshow
610 0.000 0.000 0.000 edgecolor
611 12.00 /Times-Roman set_font
612 301.5 250 moveto
613 (component terminates/)
614 [5.28 6.24 8.88 6 6.24 5.76 5.28 5.76 3.6 3.12 3.6 5.28 4.08 8.88 2.88 5.76 5.28 3.6 5.28 4.56 3.36]
615 xshow
616 0.000 0.000 0.000 edgecolor
617 12.00 /Times-Roman set_font
618 356 236 moveto 5 -0.5 (-) alignedtext
619 grestore
620 % MAPPED->MAPPED
621 gsave
622 1 setlinewidth
623 0.000 0.000 0.000 edgecolor
624 newpath 318 156 moveto
625 333 159 347 153 347 138 curveto
626 347 127 339 120 328 119 curveto
627 stroke
628 0.000 0.000 0.000 edgecolor
629 newpath 327.602 115.522 moveto
630 318 120 lineto
631 328.299 122.488 lineto
632 closepath fill
633 1 setlinewidth
634 solid
635 0.000 0.000 0.000 edgecolor
636 newpath 327.602 115.522 moveto
637 318 120 lineto
638 328.299 122.488 lineto
639 closepath stroke
640 0.000 0.000 0.000 edgecolor
641 12.00 /Times-Roman set_font
642 346.5 140 moveto
643 (MAP_REQ/)
644 [10.56 8.4 6.72 6 7.92 7.44 8.64 3.36]
645 xshow
646 0.000 0.000 0.000 edgecolor
647 12.00 /Times-Roman set_font
648 348 126 moveto
649 (MAP_ACK)
650 [10.56 8.4 6.72 6 8.4 7.92 8.4]
651 xshow
652 grestore
653 % UNMAPPING
654 gsave
655 1 setlinewidth
656 0.000 0.000 0.000 nodecolor
657 newpath 419 56 moveto
658 333 56 lineto
659 stroke
660 1 setlinewidth
661 0.000 0.000 0.000 nodecolor
662 newpath 333 56 moveto
663 327 56 321 50 321 44 curveto
664 stroke
665 1 setlinewidth
666 0.000 0.000 0.000 nodecolor
667 newpath 321 44 moveto
668 321 32 lineto
669 stroke
670 1 setlinewidth
671 0.000 0.000 0.000 nodecolor
672 newpath 321 32 moveto
673 321 26 327 20 333 20 curveto
674 stroke
675 1 setlinewidth
676 0.000 0.000 0.000 nodecolor
677 newpath 333 20 moveto
678 419 20 lineto
679 stroke
680 1 setlinewidth
681 0.000 0.000 0.000 nodecolor
682 newpath 419 20 moveto
683 425 20 431 26 431 32 curveto
684 stroke
685 1 setlinewidth
686 0.000 0.000 0.000 nodecolor
687 newpath 431 32 moveto
688 431 44 lineto
689 stroke
690 1 setlinewidth
691 0.000 0.000 0.000 nodecolor
692 newpath 431 44 moveto
693 431 50 425 56 419 56 curveto
694 stroke
695 0.000 0.000 0.000 nodecolor
696 16.00 /Times-Roman set_font
697 328.5 32 moveto
698 (UNMAPPING)
699 [11.52 11.52 14.4 11.28 8.88 8.88 4.8 11.52 11.28]
700 xshow
701 grestore
702 % MAPPED->UNMAPPING
703 gsave
704 1 setlinewidth
705 0.000 0.000 0.000 edgecolor
706 newpath 304 120 moveto
707 315 107 330 89 344 74 curveto
708 347 71 350 67 352 64 curveto
709 stroke
710 0.000 0.000 0.000 edgecolor
711 newpath 355.049 65.8306 moveto
712 359 56 lineto
713 349.781 61.221 lineto
714 closepath fill
715 1 setlinewidth
716 solid
717 0.000 0.000 0.000 edgecolor
718 newpath 355.049 65.8306 moveto
719 359 56 lineto
720 349.781 61.221 lineto
721 closepath stroke
722 0.000 0.000 0.000 edgecolor
723 12.00 /Times-Roman set_font
724 344 90 moveto
725 (UNMAP_REQ/)
726 [8.64 8.64 10.56 8.4 6.72 6 7.92 7.44 8.64 3.36]
727 xshow
728 0.000 0.000 0.000 edgecolor
729 12.00 /Times-Roman set_font
730 360.5 76 moveto
731 (UNMAP)
732 [8.64 8.64 10.56 8.4 6.72]
733 xshow
734 grestore
735 % MAPPING->IDLE
736 gsave
737 1 setlinewidth
738 dashed
739 0.000 0.000 0.000 edgecolor
740 newpath 88 270 moveto
741 105 276 124 284 141 294 curveto
742 158 304 159 310 176 322 curveto
743 182 326 189 331 195 335 curveto
744 stroke
745 0.000 0.000 0.000 edgecolor
746 newpath 193.738 338.365 moveto
747 204 341 lineto
748 197.621 332.541 lineto
749 closepath fill
750 1 setlinewidth
751 solid
752 0.000 0.000 0.000 edgecolor
753 newpath 193.738 338.365 moveto
754 204 341 lineto
755 197.621 332.541 lineto
756 closepath stroke
757 0.000 0.000 0.000 edgecolor
758 12.00 /Times-Roman set_font
759 176.5 310 moveto
760 (component terminates/)
761 [5.28 6.24 8.88 6 6.24 5.76 5.28 5.76 3.6 3.12 3.6 5.28 4.08 8.88 2.88 5.76 5.28 3.6 5.28 4.56 3.36]
762 xshow
763 0.000 0.000 0.000 edgecolor
764 12.00 /Times-Roman set_font
765 231 296 moveto 5 -0.5 (-) alignedtext
766 grestore
767 % MAPPING->MAPPED
768 gsave
769 1 setlinewidth
770 0.000 0.000 0.000 edgecolor
771 newpath 82 237 moveto
772 125 216 195 183 242 160 curveto
773 stroke
774 0.000 0.000 0.000 edgecolor
775 newpath 243.283 163.26 moveto
776 251 156 lineto
777 240.44 156.863 lineto
778 closepath fill
779 1 setlinewidth
780 solid
781 0.000 0.000 0.000 edgecolor
782 newpath 243.283 163.26 moveto
783 251 156 lineto
784 240.44 156.863 lineto
785 closepath stroke
786 0.000 0.000 0.000 edgecolor
787 12.00 /Times-Roman set_font
788 210.5 197 moveto
789 (MAPPED/)
790 [10.56 8.4 6.72 6.72 7.44 8.64 3.36]
791 xshow
792 0.000 0.000 0.000 edgecolor
793 12.00 /Times-Roman set_font
794 208 183 moveto
795 (MAP_ACK)
796 [10.56 8.4 6.72 6 8.4 7.92 8.4]
797 xshow
798 grestore
799 % MAPPING->MAPPING
800 gsave
801 1 setlinewidth
802 0.000 0.000 0.000 edgecolor
803 newpath 88 265 moveto
804 98 264 106 261 106 255 curveto
805 106 251 103 249 98 247 curveto
806 stroke
807 0.000 0.000 0.000 edgecolor
808 newpath 98.4922 243.529 moveto
809 88 245 lineto
810 97.1194 250.393 lineto
811 closepath fill
812 1 setlinewidth
813 solid
814 0.000 0.000 0.000 edgecolor
815 newpath 98.4922 243.529 moveto
816 88 245 lineto
817 97.1194 250.393 lineto
818 closepath stroke
819 0.000 0.000 0.000 edgecolor
820 12.00 /Times-Roman set_font
821 105.5 257 moveto
822 (MAP_REQ/)
823 [10.56 8.4 6.72 6 7.92 7.44 8.64 3.36]
824 xshow
825 0.000 0.000 0.000 edgecolor
826 12.00 /Times-Roman set_font
827 136 243 moveto 5 -0.5 (-) alignedtext
828 grestore
829 % MAPPING->MAPPING
830 gsave
831 1 setlinewidth
832 0.000 0.000 0.000 edgecolor
833 newpath 64 273 moveto
834 102 295 167 289 167 255 curveto
835 167 224 112 216 73 232 curveto
836 stroke
837 0.000 0.000 0.000 edgecolor
838 newpath 71.0418 229.084 moveto
839 64 237 lineto
840 74.4414 235.203 lineto
841 closepath fill
842 1 setlinewidth
843 solid
844 0.000 0.000 0.000 edgecolor
845 newpath 71.0418 229.084 moveto
846 64 237 lineto
847 74.4414 235.203 lineto
848 closepath stroke
849 0.000 0.000 0.000 edgecolor
850 12.00 /Times-Roman set_font
851 167 257 moveto
852 (UNMAP_REQ/)
853 [8.64 8.64 10.56 8.4 6.72 6 7.92 7.44 8.64 3.36]
854 xshow
855 0.000 0.000 0.000 edgecolor
856 12.00 /Times-Roman set_font
857 185.5 243 moveto
858 (ERROR)
859 [7.44 7.92 7.92 8.64 7.92]
860 xshow
861 grestore
862 % UNMAPPING->IDLE
863 gsave
864 1 setlinewidth
865 0.000 0.000 0.000 edgecolor
866 newpath 407 56 moveto
867 413 61 419 67 422 74 curveto
868 461 154 465 201 415 276 curveto
869 381 325 311 345 268 353 curveto
870 stroke
871 0.000 0.000 0.000 edgecolor
872 newpath 267.119 349.607 moveto
873 258 355 lineto
874 268.492 356.471 lineto
875 closepath fill
876 1 setlinewidth
877 solid
878 0.000 0.000 0.000 edgecolor
879 newpath 267.119 349.607 moveto
880 258 355 lineto
881 268.492 356.471 lineto
882 closepath stroke
883 0.000 0.000 0.000 edgecolor
884 12.00 /Times-Roman set_font
885 464.5 204 moveto
886 (UNMAPPED or)
887 [8.64 8.64 10.56 8.4 6.72 6.72 7.44 8.64 3.12 6.24 4.08]
888 xshow
889 0.000 0.000 0.000 edgecolor
890 12.00 /Times-Roman set_font
891 450.5 190 moveto
892 (component terminates/)
893 [5.28 6.24 8.88 6 6.24 5.76 5.28 5.76 3.6 3.12 3.6 5.28 4.08 8.88 2.88 5.76 5.28 3.6 5.28 4.56 3.36]
894 xshow
895 0.000 0.000 0.000 edgecolor
896 12.00 /Times-Roman set_font
897 467.5 176 moveto
898 (UNMAP_ACK)
899 [8.64 8.64 10.56 8.4 6.72 6 8.4 7.92 8.4]
900 xshow
901 grestore
902 % UNMAPPING->UNMAPPING
903 gsave
904 1 setlinewidth
905 0.000 0.000 0.000 edgecolor
906 newpath 399 56 moveto
907 441 77 510 71 510 38 curveto
908 510 7 450 0 408 16 curveto
909 stroke
910 0.000 0.000 0.000 edgecolor
911 newpath 406.717 12.7402 moveto
912 399 20 lineto
913 409.56 19.1369 lineto
914 closepath fill
915 1 setlinewidth
916 solid
917 0.000 0.000 0.000 edgecolor
918 newpath 406.717 12.7402 moveto
919 399 20 lineto
920 409.56 19.1369 lineto
921 closepath stroke
922 0.000 0.000 0.000 edgecolor
923 12.00 /Times-Roman set_font
924 510 40 moveto
925 (UNMAP_REQ/)
926 [8.64 8.64 10.56 8.4 6.72 6 7.92 7.44 8.64 3.36]
927 xshow
928 0.000 0.000 0.000 edgecolor
929 12.00 /Times-Roman set_font
930 549 26 moveto 5 -0.5 (-) alignedtext
931 grestore
932 % UNMAPPING->UNMAPPING
933 gsave
934 1 setlinewidth
935 0.000 0.000 0.000 edgecolor
936 newpath 431 47 moveto
937 442 45 449 43 449 38 curveto
938 449 35 446 33 441 31 curveto
939 stroke
940 0.000 0.000 0.000 edgecolor
941 newpath 441.492 27.5292 moveto
942 431 29 lineto
943 440.119 34.3933 lineto
944 closepath fill
945 1 setlinewidth
946 solid
947 0.000 0.000 0.000 edgecolor
948 newpath 441.492 27.5292 moveto
949 431 29 lineto
950 440.119 34.3933 lineto
951 closepath stroke
952 0.000 0.000 0.000 edgecolor
953 12.00 /Times-Roman set_font
954 448.5 40 moveto
955 (MAP_REQ/)
956 [10.56 8.4 6.72 6 7.92 7.44 8.64 3.36]
957 xshow
958 0.000 0.000 0.000 edgecolor
959 12.00 /Times-Roman set_font
960 458.5 26 moveto
961 (ERROR)
962 [7.44 7.92 7.92 8.64 7.92]
963 xshow
964 grestore
965 endpage
966 showpage
967 grestore
968 %%PageTrailer
969 %%EndPage: 1
970 %%Trailer
971 %%Pages: 1
972 %%BoundingBox: 36 36 650 496
973 end
974 restore
975 %%EOF
This page took 0.053242 seconds and 5 git commands to generate.