Hello!

I am using batik in a research project to render a high level diagram 
representing the state of an experimental processor on a (execution) 
cycle by cycle basis.  Using SVG gives me the flexibility to draw custom 
views of the processor, being able to visualize complex interactions in 
an ad-hoc kind of way.  Batik is very well suited for this task; I can 
draw a new 'view' of the processor using a SVG compliant drawing program 
(Adobe Illustrator), and then import it into the 'visualizer', which is 
the java application I've written which marries the SVG template view 
with real data coming from the processor to create the 'real' SVG view. 
 The biggest problem I'm having is that the rendering is very very slow. 
 It takes about 5-6 seconds to render the resultant SVG (attached).   
The SVG is very very simple.  No gradients, no effects.  A small number 
of path elements and several text elements.  Since the nature of this 
application is to render state for each machine cycle as the user 
navigates through execution history, this 5 second render time is 
painful.  Is there anything I can do to speed the rendering?

Thanks in advance!

Sean Langford
High Performance Computing Lab
University of Rhode Island

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg height="654.148" style="overflow:visible;enable-background:new 0 0 558.707 
654.148" viewBox="0 0 558.707 654.148" width="558.707" xml:space="preserve">
        <g id="Layer_1" style="stroke:#000000;">
                <g id="sg0">
                        <path d="M196.061,252h-196V0h196V252z" 
style="fill:#545454;stroke:none;"/>
                        <text id="Sharing_Group_1" transform="matrix(1 0 0 1 4.894 
12)">
                                <tspan style="fill:#43B2D1;stroke:none; 
font-family:'Arial-Black'; font-size:10;" x="0" y="0">Sharing Group 0</tspan>
                        </text>
                        <g id="pe0">
                                <path 
d="M136.478,247.417H61.894v-18.665h74.583V247.417z" 
style="fill:#FC4128;stroke-width:2;"/>
                                <text transform="matrix(1 0 0 1 65.5117 
236.7505)"><tspan style="stroke:none; font-family:'Arial-Black'; font-size:6;" x="0" 
y="0">Processing Element</tspan></text>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 65.311 243.5835)"><tspan style="stroke:none;" x="0" 
y="0">UID:      </tspan><tspan style="stroke:none;" x="20" 
y="0">fe700000</tspan></text>
                        </g>
                        <g id="asc0">
                                <path d="M96.978,226H3.394V15.333h93.583V226z" 
style="fill:#949494;stroke:none;"/>
                                <text transform="matrix(1 0 0 1 25.2793 
25.999)"><tspan style="stroke:none; font-family:'Arial-Black'; font-size:8;" x="0" 
y="0">AS Column</tspan></text>
                                <g id="as0">
                                        <path d="M94.311,125H7.394V30.334h86.917V125z" 
style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 11.3945 37.6675)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe7000b0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">1</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" 
y="42">00400a20</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" 
y="49">00801025</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56">move        
r2,r4</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="24" y="63">5</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="24" y="70">12</tspan>
                                        <tspan style="stroke:none;" x="0" y="77">
src1
00000004
1000f438
0
-1
</tspan>
                                        <tspan style="stroke:none;" x="0" y="84">
dst1
00000002
1000f438
0
-8
</tspan>
                                        </text>
                                </g>
                                <g id="as1">
                                        <path 
d="M94.311,223H7.394v-94.667h86.917V223z" style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 11.3945 135.6675)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">1</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe708d58</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">1</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">1</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" 
y="42">00400a24</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" 
y="49">80a80000</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56">lb  
r8,0(r5)</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="24" y="63">3</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="24" y="70">42</tspan>
                                        <tspan style="stroke:none;" x="0" y="77">
src1
00000005
10006000
0
-3
</tspan>
                                        <tspan style="stroke:none;" x="0" y="84">
dst1
00000008
00000044
0
-8
</tspan></text>
                                </g>
                        </g>
                </g>
                <g id="sg1">
                        <path d="M196.123,506h-196V254h196V506z" 
style="fill:#545454;stroke:none;"/>
                        <g id="pe0_1_">
                                <path 
d="M136.54,501.416H61.956v-18.664h74.583V501.416z" 
style="fill:#FC4128;stroke-width:2;"/>
                                <text transform="matrix(1 0 0 1 65.5737 
490.75)"><tspan style="stroke:none; font-family:'Arial-Black'; font-size:6;" x="0" 
y="0">Processing Element</tspan></text>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 65.373 497.584)"><tspan style="stroke:none;" x="0" 
y="0">UID:</tspan><tspan style="stroke:none;" x="20" y="0">fe70002c</tspan></text>
                        </g>
                        <text transform="matrix(1 0 0 1 4.9561 266)">
                                <tspan style="fill:#43B2D1;stroke:none; 
font-family:'Arial-Black'; font-size:10;" x="0" y="0">Sharing Group 1</tspan>
                        </text>
                        <g id="asc0_1_">
                                <path d="M97.04,480H3.456V269.333H97.04V480z" 
style="fill:#949494;stroke:none;"/>
                                <text transform="matrix(1 0 0 1 25.3413 279.999)">
                                <tspan style="stroke:none; font-family:'Arial-Black'; 
font-size:8;" x="0" y="0">AS Column</tspan>
                                </text>
                                <g id="as2">
                                        <path 
d="M94.373,379H7.456v-94.666h86.917V379z" style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 11.4565 291.6675)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">2</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe711a00</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">2</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">1</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" 
y="42">00400a28</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" 
y="49">348d0003</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56">ori 
r13,r4,0x3</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="24" y="63">5</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="24" y="70">13</tspan>
                                        <tspan style="stroke:none;" x="0" y="77">
src1
00000004
1000f438
0
-1
</tspan>
                                        <tspan style="stroke:none;" x="0" y="84">
dst1
0000000d
1000f43b
0
-8
</tspan>
                                        </text>
                                </g>
                                <g id="as3">
                                        <path 
d="M94.373,477H7.456v-94.666h86.917V477z" style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 11.4565 389.668)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">3</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe71a6a8</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">3</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" y="42"/>
                                        <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="49"/>
                                        <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56"/>
                                        <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="24" y="63"/>
                                        <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="24" y="70"/>
                                        <tspan style="stroke:none;" x="0" y="77"/>
                                        <tspan style="stroke:none;" x="0" y="84"/>
                                        </text>
                                </g>
                        </g>
                        <g id="asc1_1_">
                                <path 
d="M193.956,479.833h-93.583V269.167h93.583V479.833z" 
style="fill:#949494;stroke:none;"/>
                                <text transform="matrix(1 0 0 1 122.2578 
279.832)"><tspan style="stroke:none; font-family:'Arial-Black'; font-size:8;" x="0" 
y="0">AS Column</tspan></text>
                                <g>
                                        <path 
d="M191.289,378.834h-86.917v-94.667h86.917V378.834z" 
style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 108.373 291.5005)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">6</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe734ca0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" y="42"/>
                                        <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="49"/>
                                        <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56"/>
                                        <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="24" y="63"/>
                                        <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="24" y="70"/>
                                        <tspan style="stroke:none;" x="0" y="77"/>
                                        <tspan style="stroke:none;" x="0" y="84"/>
                                        </text>
                                </g>
                                <g>
                                        <path 
d="M191.289,476.834h-86.917v-94.667h86.917V476.834z" 
style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 108.373 389.5)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">7</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe73d948</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" y="42"/>
                                        <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="49"/>
                                        <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56"/>
                                        <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="24" y="63"/>
                                        <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="24" y="70"/>
                                        <tspan style="stroke:none;" x="0" y="77">      
 </tspan>
                                        <tspan style="stroke:none;" x="0" y="84">      
 </tspan>
                                        </text>
                                </g>
                        </g>
                </g>
                <g id="sg2">
                        <path d="M394.457,252h-196V0h196V252z" 
style="fill:#545454;stroke:none;"/>
                        <g id="pe0_2_">
                                <path 
d="M334.874,247.416H260.29v-18.664h74.583V247.416z" 
style="fill:#FC4128;stroke-width:2;"/>
                                <text transform="matrix(1 0 0 1 263.9077 
236.75)"><tspan style="stroke:none; font-family:'Arial-Black'; font-size:6;" x="0" 
y="0">Processing Element</tspan></text>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 263.7065 243.584)">
                                        <tspan style="stroke:none;" x="0" y="0">UID:   
 </tspan><tspan style="stroke:none;" x="20" y="0">fe700058</tspan>
                                </text>
                        </g>
                        <g id="asc1_2_">
                                <path 
d="M392.291,225.833h-93.584V15.167h93.584V225.833z" style="fill:#949494;stroke:none;"/>
                                <text transform="matrix(1 0 0 1 320.5913 
25.832)"><tspan style="stroke:none; font-family:'Arial-Black'; font-size:8;" x="0" 
y="0">AS Column</tspan></text>
                                <g>
                                        <path 
d="M389.623,124.834h-86.916V30.167h86.916V124.834z" 
style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 306.7065 37.5005)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">12</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe769890</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" y="42"/>
                                        <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="49"/>
                                        <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56"/>
                                        <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="24" y="63"/>
                                        <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="24" y="70"/>
                                        <tspan style="stroke:none;" x="0" y="77"/>
                                        <tspan style="stroke:none;" x="0" y="84"/>
                                        </text>
                                </g>
                                <g>
                                        <path 
d="M389.623,222.834h-86.916v-94.667h86.916V222.834z" 
style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 306.7065 135.5)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">13</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe772538</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" y="42"/>
                                        <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="49"/>
                                        <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56"/>
                                        <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="24" y="63"/>
                                        <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="24" y="70"/>
                                        <tspan style="stroke:none;" x="0" y="77"/>
                                        <tspan style="stroke:none;" x="0" y="84"/>
                                        </text>
                                </g>
                        </g>
                        <g id="asc0_2_">
                                <path d="M295.374,226H201.79V15.333h93.583V226z" 
style="fill:#949494;stroke:none;"/>
                                <text transform="matrix(1 0 0 1 223.6753 
25.999)"><tspan style="stroke:none; font-family:'Arial-Black'; font-size:8;" x="0" 
y="0">AS Column</tspan></text>
                                <g>
                                        <path 
d="M292.707,125H205.79V30.334h86.917V125z" style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 209.7905 37.6675)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">8</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe7465f0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">4</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">1</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" 
y="42">00400a2c</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" 
y="49">11000024</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56">beq 
r8,r0,0x400ac0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="24" y="63">1</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="24" y="70">30</tspan>
                                        <tspan style="stroke:none;" x="0" y="77">
src1
00000008
1000f428
0
-4
        </tspan>
                                        <tspan style="stroke:none;" x="0" y="84">      
 </tspan>
                                        </text>
                                </g>
                                <g>
                                        <path 
d="M292.707,223H205.79v-94.666h86.917V223z" style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 209.7905 135.668)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">9</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe74f298</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">5</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">1</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" 
y="42">00400a30</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" 
y="49">01a47022</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56">sub 
r14,r13,r4</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="0" y="63">5</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="0" y="70">20</tspan>
                                        <tspan style="stroke:none;" x="0" y="77">
src1
0000000d
1000f43b
0
2
</tspan>
                                        <tspan style="stroke:none;" x="0" y="84">
dst1
0000000e
00000003
0
-4
</tspan>
                                        </text>
                                </g>
                        </g>
                        <text transform="matrix(1 0 0 1 203.29 12)"><tspan 
style="fill:#43B2D1;stroke:none; font-family:'Arial-Black'; font-size:10;" x="0" 
y="0">Sharing Group 2</tspan></text>
                </g>
                        <g id="asc1">
                                <path 
d="M193.894,225.833h-93.583V15.167h93.583V225.833z" style="fill:#949494;stroke:none;"/>
                                <text transform="matrix(1 0 0 1 122.1958 
25.832)"><tspan style="stroke:none; font-family:'Arial-Black'; font-size:8;" x="0" 
y="0">AS Column</tspan></text>
                                <g>
                                        <path 
d="M191.227,124.833h-86.917V30.167h86.917V124.833z" 
style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 108.311 37.5005)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">4</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe723350</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" y="42"/>
                                        <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="49"/>
                                        <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56"/>
                                        <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="24" y="63"/>
                                        <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="24" y="70"/>
                                        <tspan style="stroke:none;" x="0" y="77"/>
                                        <tspan style="stroke:none;" x="0" y="84"/>
                                        </text>
                                </g>
                                <g>
                                        <path 
d="M191.227,222.833h-86.917v-94.667h86.917V222.833z" 
style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 108.311 135.5005)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">5</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe72bff8</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" y="42"/>
                                        <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="49"/>
                                        <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56"/>
                                        <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="24" y="63"/>
                                        <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="24" y="70"/>
                                        <tspan style="stroke:none;" x="0" y="77"/>
                                        <tspan style="stroke:none;" x="0" y="84"/>
                                        </text>
                                </g>
                        </g>
                </g>
                <g id="sg3">
                        <path d="M394.124,506h-196V254h196V506z" 
style="fill:#545454;stroke:none;"/>
                        <g id="pe0_3_">
                                <path 
d="M334.541,501.416h-74.583v-18.664h74.583V501.416z" 
style="fill:#FC4128;stroke-width:2;"/>
                                <text transform="matrix(1 0 0 1 263.5747 490.75)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black'; font-size:6;" x="0" y="0">Processing Element</tspan>
                                </text>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 263.3735 497.584)">
                                        <tspan style="stroke:none;" x="0" y="0">UID:   
 </tspan>
                                        <tspan style="stroke:none;" x="20" 
y="0">fe700084</tspan>
                                </text>
                        </g>
                        <g id="asc1_3_">
                                <path 
d="M391.958,479.833h-93.584V269.167h93.584V479.833z" 
style="fill:#949494;stroke:none;"/>
                                <text transform="matrix(1 0 0 1 320.2583 279.832)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black'; font-size:8;" x="0" y="0">AS Column</tspan>
                                </text>
                                <g>
                                        <path 
d="M389.29,378.834h-86.916v-94.667h86.916V378.834z" 
style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 306.3735 291.5005)">
                                                <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                                <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">14</tspan>
                                                <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe77b1e0</tspan>
                                                <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                                <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">0</tspan>
                                                <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">0</tspan>
                                                <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" y="42"/>
                                                <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="49"/>
                                                <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56"/>
                                                <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="24" y="63"/>
                                                <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="24" y="70"/>
                                                <tspan style="stroke:none;" x="0" 
y="77"/>
                                                <tspan style="stroke:none;" x="0" 
y="84"/>
                                        </text>
                                </g>
                                <g>
                                        <path 
d="M389.29,476.834h-86.916v-94.667h86.916V476.834z" 
style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 306.3735 389.5)">
                                                <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                                <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">15</tspan>
                                                <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe783e88</tspan>
                                                <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                                <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">0</tspan>
                                                <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">0</tspan>
                                                <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" y="42"/>
                                                <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="49"/>
                                                <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56"/>
                                                <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="24" y="63"/>
                                                <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="24" y="70"/>
                                                <tspan style="stroke:none;" x="0" 
y="77"/>
                                                <tspan style="stroke:none;" x="0" 
y="84"/>
                                        </text>
                                </g>
                        </g>
                        <g id="asc0_3_">
                                <path d="M295.041,480h-93.583V269.333h93.583V480z" 
style="fill:#949494;stroke:none;"/>
                                <text transform="matrix(1 0 0 1 223.3423 
279.999)"><tspan style="stroke:none; font-family:'Arial-Black'; font-size:8;" x="0" 
y="0">AS Column</tspan></text>
                                <g>
                                        <path 
d="M292.374,379h-86.916v-94.666h86.916V379z" style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 209.4575 291.6675)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">10</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe757f40</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">6</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">1</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" 
y="42">00400a34</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" 
y="49">80a90001</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56">lb  
r9,1(r5)</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="24" y="63">3</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="24" y="70">42</tspan>
                                        <tspan style="stroke:none;" x="0" y="77">
src1
00000005
10006000
0
-3
</tspan>
                                        <tspan style="stroke:none;" x="0" y="84">
dst1
00000009
00000048
0
-4
</tspan>
                                </text>
                                </g>
                                <g>
                                        <path 
d="M292.374,477h-86.916v-94.666h86.916V477z" style="fill:#FFFF41;stroke-width:2;"/>
                                        <text style="font-family:'ArialMT'; 
font-size:6;" transform="matrix(1 0 0 1 209.4575 389.668)">
                                        <tspan style="stroke:none; 
font-family:'Arial-Black';" x="0" y="0">Active Station</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="7">id:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" y="7">11</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="14">uid:</tspan><tspan style="fill:#6B6B6B;stroke:none;" x="24" 
y="14">fe760be8</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="21">path:</tspan><tspan style="stroke:none;" x="24" y="21">0</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="28">tt:</tspan><tspan style="stroke:none;" x="24" y="28">7</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="35">used:</tspan><tspan style="fill:#DF1430;stroke:none;" x="24" y="35">1</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="42">ia:</tspan><tspan style="fill:#329F2C;stroke:none;" x="24" 
y="42">00400a38</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="49">inst:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" 
y="49">00ae7820</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="56">dis:</tspan><tspan style="fill:#3A6CAF;stroke:none;" x="24" y="56">add 
r15,r5,r14</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="63">opclass:</tspan><tspan style="stroke:none;" x="24" y="63">5</tspan>
                                        <tspan style="stroke:none;" x="0" 
y="70">opexec:</tspan><tspan style="stroke:none;" x="24" y="70">1</tspan>
                                        <tspan style="stroke:none;" x="0" y="77">
src1
00000005
10006000
0
-3
</tspan>
                                        <tspan style="stroke:none;" x="0" y="84">
dst1
0000000f
ffff6bc8
0
-4
</tspan>
                                </text>
                                </g>
                        </g>
                        <text transform="matrix(1 0 0 1 202.9575 266)"><tspan 
style="fill:#43B2D1;stroke:none; font-family:'Arial-Black'; font-size:10;" x="0" 
y="0">Sharing Group 3</tspan></text>
                </g>
                <g id="instruction_response">
                        <path d="M326.824,624.007H252.38V579.43h74.443V624.007z" 
style="fill:#949494;stroke:none;"/>
                        <text transform="matrix(1 0 0 1 255.7134 586.4287)"><tspan 
style="stroke:none; font-family:'Arial-Black'; font-size:6;" x="0" y="0">Instruction 
Response </tspan></text>
                        <g>
                                <path 
d="M315.712,621.763h-54.936v-32.166h54.936V621.763z" style="fill:#FFFF41;"/>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 264.0464 597.0957)">
                                <tspan style="stroke:none;" x="0" 
y="0">uid:</tspan><tspan style="stroke:none;" x="18" y="0">ffbe8ecc</tspan>
                                <tspan style="stroke:none;" x="0" 
y="7">hold:</tspan><tspan style="stroke:none;" x="18" y="7">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="14">busy:</tspan><tspan style="stroke:none;" x="18" y="14">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="21">dp:</tspan><tspan style="stroke:none;" x="18" y="21">0</tspan>
                                </text>
                        </g>
                </g>
                <g id="instruction_request">
                        <path d="M327.597,574.48h-74.444v-44.577h74.444V574.48z" 
style="fill:#949494;stroke:none;"/>
                        <text transform="matrix(1 0 0 1 256.4863 536.9023)"><tspan 
style="stroke:none; font-family:'Arial-Black'; font-size:6;" x="0" y="0">Instruction 
Request </tspan></text>
                        <g>
                                <path 
d="M316.486,572.236h-54.937V540.07h54.937V572.236z" style="fill:#FFFF41;"/>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 264.8198 547.5693)">
                                <tspan style="stroke:none;" x="0" 
y="0">uid:</tspan><tspan style="stroke:none;" x="18" y="0">ffbe8e88</tspan>
                                <tspan style="stroke:none;" x="0" 
y="7">hold:</tspan><tspan style="stroke:none;" x="18" y="7">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="14">busy:</tspan><tspan style="stroke:none;" x="18" y="14">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="21">dp:</tspan><tspan style="stroke:none;" x="18" y="21">0</tspan>
                                </text>
                        </g>
                </g>
                <g id="mwb">
                        <path d="M234.765,644.111H0v-44.577h234.765V644.111z" 
style="fill:#949494;stroke:none;"/>
                        <text transform="matrix(1 0 0 1 3.333 606.5332)"><tspan 
style="stroke:none; font-family:'Arial-Black'; font-size:6;" x="0" y="0">Memory Write 
Bus</tspan></text>
                        <g>
                                <path 
d="M230.336,641.633h-54.937v-32.166h54.937V641.633z" style="fill:#FFFF41;"/>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 178.6699 616.9658)">
                                <tspan style="stroke:none;" x="0" 
y="0">uid:</tspan><tspan style="stroke:none;" x="18" y="0">008b8e2c</tspan>
                                <tspan style="stroke:none;" x="0" 
y="7">hold:</tspan><tspan style="stroke:none;" x="18" y="7">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="14">busy:</tspan><tspan style="stroke:none;" x="18" y="14">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="21">dp:</tspan><tspan style="stroke:none;" x="18" y="21">0</tspan></text>
                        </g>
                        <g>
                                <path 
d="M172.963,641.623h-54.937v-32.166h54.937V641.623z" style="fill:#FFFF41;"/>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 121.2969 616.9561)">
                                <tspan style="stroke:none;" x="0" 
y="0">uid:</tspan><tspan style="stroke:none;" x="18" y="0">008b8de8</tspan>
                                <tspan style="stroke:none;" x="0" 
y="7">hold:</tspan><tspan style="stroke:none;" x="18" y="7">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="14">busy:</tspan><tspan style="stroke:none;" x="18" y="14">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="21">dp:</tspan><tspan style="stroke:none;" x="18" y="21">0</tspan></text>
                        </g>
                        <g>
                                <path 
d="M115.453,641.613H60.516v-32.166h54.937V641.613z" style="fill:#FFFF41;"/>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 63.7866 616.9463)">
                                <tspan style="stroke:none;" x="0" 
y="0">uid:</tspan><tspan style="stroke:none;" x="18" y="0">008b8da4</tspan>
                                <tspan style="stroke:none;" x="0" 
y="7">hold:</tspan><tspan style="stroke:none;" x="18" y="7">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="14">busy:</tspan><tspan style="stroke:none;" x="18" y="14">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="21">dp:</tspan><tspan style="stroke:none;" x="18" y="21">0</tspan></text>
                        </g>
                        <g>
                                <path 
d="M58.333,641.867H3.396v-32.166h54.937V641.867z" style="fill:#FFFF41;"/>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 6.6665 617.2002)">
                                <tspan style="stroke:none;" x="0" 
y="0">uid:</tspan><tspan style="stroke:none;" x="18" y="0">008b8d60</tspan>
                                <tspan style="stroke:none;" x="0" 
y="7">hold:</tspan><tspan style="stroke:none;" x="18" y="7">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="14">busy:</tspan><tspan style="stroke:none;" x="18" y="14">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="21">dp:</tspan><tspan style="stroke:none;" x="18" y="21">0</tspan></text>
                        </g>
                </g>
                <g id="mbb">
                        <path d="M234.765,597.831H0v-44.577h234.765V597.831z" 
style="fill:#949494;stroke:none;"/>
                        <text transform="matrix(1 0 0 1 3.333 560.2529)"><tspan 
style="stroke:none; font-family:'Arial-Black'; font-size:6;" x="0" y="0">Memory 
Backwarding Bus</tspan></text>
                        <g>
                                <path 
d="M230.336,595.353h-54.937v-32.166h54.937V595.353z" style="fill:#FFFF41;"/>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 178.6699 570.6855)">
                                <tspan style="stroke:none;" x="0" 
y="0">uid:</tspan><tspan style="stroke:none;" x="18" y="0">008b8f44</tspan>
                                <tspan style="stroke:none;" x="0" 
y="7">hold:</tspan><tspan style="stroke:none;" x="18" y="7">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="14">busy:</tspan><tspan style="stroke:none;" x="18" y="14">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="21">dp:</tspan><tspan style="stroke:none;" x="18" y="21">0</tspan></text>
                        </g>
                        <g>
                                <path 
d="M172.963,595.343h-54.937v-32.166h54.937V595.343z" style="fill:#FFFF41;"/>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 121.2969 570.6758)">
                                <tspan style="stroke:none;" x="0" 
y="0">uid:</tspan><tspan style="stroke:none;" x="18" y="0">008b8f00</tspan>
                                <tspan style="stroke:none;" x="0" 
y="7">hold:</tspan><tspan style="stroke:none;" x="18" y="7">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="14">busy:</tspan><tspan style="stroke:none;" x="18" y="14">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="21">dp:</tspan><tspan style="stroke:none;" x="18" y="21">0</tspan></text>
                        </g>
                        <g>
                                <path 
d="M115.453,595.333H60.516v-32.166h54.937V595.333z" style="fill:#FFFF41;"/>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 63.7866 570.666)">
                                <tspan style="stroke:none;" x="0" 
y="0">uid:</tspan><tspan style="stroke:none;" x="18" y="0">008b8ebc</tspan>
                                <tspan style="stroke:none;" x="0" 
y="7">hold:</tspan><tspan style="stroke:none;" x="18" y="7">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="14">busy:</tspan><tspan style="stroke:none;" x="18" y="14">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="21">dp:</tspan><tspan style="stroke:none;" x="18" y="21">0</tspan></text>
                        </g>
                        <g>
                                <path 
d="M58.333,595.587H3.396v-32.166h54.937V595.587z" style="fill:#FFFF41;"/>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 6.6665 570.9199)">
                                <tspan style="stroke:none;" x="0" 
y="0">uid:</tspan><tspan style="stroke:none;" x="18" y="0">008b8e78</tspan>
                                <tspan style="stroke:none;" x="0" 
y="7">hold:</tspan><tspan style="stroke:none;" x="18" y="7">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="14">busy:</tspan><tspan style="stroke:none;" x="18" y="14">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="21">dp:</tspan><tspan style="stroke:none;" x="18" y="21">0</tspan></text>
                        </g>
                </g>
                <g id="mfb">
                        <path d="M234.77,552.395H0.005v-44.577H234.77V552.395z" 
style="fill:#949494;stroke:none;"/>
                        <text transform="matrix(1 0 0 1 3.3384 514.8164)"><tspan 
style="stroke:none; font-family:'Arial-Black'; font-size:6;" x="0" y="0">Memory 
Forwarding Bus</tspan></text>
                        <g>
                                <path 
d="M230.342,549.916h-54.937V517.75h54.937V549.916z" style="fill:#FFFF41;"/>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 178.6753 525.249)">
                                <tspan style="stroke:none;" x="0" 
y="0">uid:</tspan><tspan style="stroke:none;" x="18" y="0">008b905c</tspan>
                                <tspan style="stroke:none;" x="0" 
y="7">hold:</tspan><tspan style="stroke:none;" x="18" y="7">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="14">busy:</tspan><tspan style="stroke:none;" x="18" y="14">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="21">dp:</tspan><tspan style="stroke:none;" x="18" y="21">0</tspan></text>
                        </g>
                        <g>
                                <path 
d="M172.969,549.906h-54.937V517.74h54.937V549.906z" style="fill:#FFFF41;"/>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 121.3022 525.2393)">
                                <tspan style="stroke:none;" x="0" 
y="0">uid:</tspan><tspan style="stroke:none;" x="18" y="0">008b9018</tspan>
                                <tspan style="stroke:none;" x="0" 
y="7">hold:</tspan><tspan style="stroke:none;" x="18" y="7">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="14">busy:</tspan><tspan style="stroke:none;" x="18" y="14">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="21">dp:</tspan><tspan style="stroke:none;" x="18" y="21">0</tspan></text>
                        </g>
                        <g>
                                <path 
d="M115.458,549.896H60.521V517.73h54.937V549.896z" style="fill:#FFFF41;"/>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 63.792 525.2295)">
                                <tspan style="stroke:none;" x="0" 
y="0">uid:</tspan><tspan style="stroke:none;" x="18" y="0">008b8fd4</tspan>
                                <tspan style="stroke:none;" x="0" 
y="7">hold:</tspan><tspan style="stroke:none;" x="18" y="7">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="14">busy:</tspan><tspan style="stroke:none;" x="18" y="14">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="21">dp:</tspan><tspan style="stroke:none;" x="18" y="21">0</tspan></text>
                        </g>
                        <g>
                                <path d="M58.338,550.15H3.401v-32.166h54.937V550.15z" 
style="fill:#FFFF41;"/>
                                <text style="font-family:'ArialMT'; font-size:6;" 
transform="matrix(1 0 0 1 6.6719 525.4834)">
                                <tspan style="stroke:none;" x="0" 
y="0">uid:</tspan><tspan style="stroke:none;" x="18" y="0">008b8f90</tspan>
                                <tspan style="stroke:none;" x="0" 
y="7">hold:</tspan><tspan style="stroke:none;" x="18" y="7">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="14">busy:</tspan><tspan style="stroke:none;" x="18" y="14">0</tspan>
                                <tspan style="stroke:none;" x="0" 
y="21">dp:</tspan><tspan style="stroke:none;" x="18" y="21">0</tspan></text>
                        </g>
                </g>
</svg>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to