Skip to content

Instantly share code, notes, and snippets.

@cdleonard
Last active December 19, 2019 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdleonard/84d103dafc9131fcb8ca9a494822a131 to your computer and use it in GitHub Desktop.
Save cdleonard/84d103dafc9131fcb8ca9a494822a131 to your computer and use it in GitHub Desktop.
digraph {
rankdir = LR
node [shape = record]
subgraph cluster_1 {
label = "32700000.interconnect"
"1:NOC" [label="1:NOC
|avg_bw=0kBps
|peak_bw=0kBps"]
"2:DRAM" [label="2:DRAM
|avg_bw=0kBps
|peak_bw=0kBps"]
"3:OCRAM" [label="3:OCRAM
|avg_bw=0kBps
|peak_bw=0kBps"]
"4:A53" [label="4:A53
|avg_bw=0kBps
|peak_bw=0kBps"]
"5:VPU H1" [label="5:VPU H1
|avg_bw=0kBps
|peak_bw=0kBps"]
"6:VPU G1" [label="6:VPU G1
|avg_bw=0kBps
|peak_bw=0kBps"]
"7:VPU G2" [label="7:VPU G2
|avg_bw=0kBps
|peak_bw=0kBps"]
"8:PL301_VIDEO" [label="8:PL301_VIDEO
|avg_bw=0kBps
|peak_bw=0kBps"]
"9:GPU 2D" [label="9:GPU 2D
|avg_bw=0kBps
|peak_bw=0kBps"]
"10:GPU 3D" [label="10:GPU 3D
|avg_bw=0kBps
|peak_bw=0kBps"]
"11:PL301_GPU" [label="11:PL301_GPU
|avg_bw=0kBps
|peak_bw=0kBps"]
"12:CSI" [label="12:CSI
|avg_bw=0kBps
|peak_bw=0kBps"]
"13:LCDIF" [label="13:LCDIF
|avg_bw=0kBps
|peak_bw=0kBps"]
"14:PL301_MIPI" [label="14:PL301_MIPI
|avg_bw=0kBps
|peak_bw=0kBps"]
"15:USB1" [label="15:USB1
|avg_bw=0kBps
|peak_bw=0kBps"]
"16:USB2" [label="16:USB2
|avg_bw=0kBps
|peak_bw=0kBps"]
"17:PCIE" [label="17:PCIE
|avg_bw=0kBps
|peak_bw=0kBps"]
"18:PL301_HSIO" [label="18:PL301_HSIO
|avg_bw=0kBps
|peak_bw=0kBps"]
"19:SDMA2" [label="19:SDMA2
|avg_bw=0kBps
|peak_bw=0kBps"]
"20:SDMA3" [label="20:SDMA3
|avg_bw=0kBps
|peak_bw=0kBps"]
"21:PL301_AUDIO" [label="21:PL301_AUDIO
|avg_bw=0kBps
|peak_bw=0kBps"]
"23:ENET" [label="23:ENET
|avg_bw=0kBps
|peak_bw=0kBps"]
"22:PL301_ENET" [label="22:PL301_ENET
|avg_bw=0kBps
|peak_bw=0kBps"]
"26:SDMA1" [label="26:SDMA1
|avg_bw=0kBps
|peak_bw=0kBps"]
"25:NAND" [label="25:NAND
|avg_bw=0kBps
|peak_bw=0kBps"]
"27:USDHC1" [label="27:USDHC1
|avg_bw=0kBps
|peak_bw=0kBps"]
"28:USDHC2" [label="28:USDHC2
|avg_bw=0kBps
|peak_bw=0kBps"]
"29:USDHC3" [label="29:USDHC3
|avg_bw=0kBps
|peak_bw=0kBps"]
"24:PL301_MAIN" [label="24:PL301_MAIN
|avg_bw=0kBps
|peak_bw=0kBps"]
"1:NOC" -> "2:DRAM"
"1:NOC" -> "24:PL301_MAIN"
"4:A53" -> "1:NOC"
"5:VPU H1" -> "8:PL301_VIDEO"
"6:VPU G1" -> "8:PL301_VIDEO"
"7:VPU G2" -> "8:PL301_VIDEO"
"8:PL301_VIDEO" -> "1:NOC"
"9:GPU 2D" -> "11:PL301_GPU"
"10:GPU 3D" -> "11:PL301_GPU"
"11:PL301_GPU" -> "1:NOC"
"12:CSI" -> "14:PL301_MIPI"
"13:LCDIF" -> "14:PL301_MIPI"
"14:PL301_MIPI" -> "1:NOC"
"15:USB1" -> "18:PL301_HSIO"
"16:USB2" -> "18:PL301_HSIO"
"17:PCIE" -> "18:PL301_HSIO"
"18:PL301_HSIO" -> "1:NOC"
"19:SDMA2" -> "21:PL301_AUDIO"
"20:SDMA3" -> "21:PL301_AUDIO"
"21:PL301_AUDIO" -> "24:PL301_MAIN"
"23:ENET" -> "22:PL301_ENET"
"22:PL301_ENET" -> "24:PL301_MAIN"
"26:SDMA1" -> "24:PL301_MAIN"
"25:NAND" -> "24:PL301_MAIN"
"27:USDHC1" -> "24:PL301_MAIN"
"28:USDHC2" -> "24:PL301_MAIN"
"29:USDHC3" -> "24:PL301_MAIN"
"24:PL301_MAIN" -> "1:NOC"
"24:PL301_MAIN" -> "3:OCRAM"
}
}
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.40.1 (20161225.0304)
-->
<!-- Title: %3 Pages: 1 -->
<svg width="745pt" height="925pt"
viewBox="0.00 0.00 745.00 925.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 921)">
<title>%3</title>
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-921 741,-921 741,4 -4,4"/>
<g id="clust1" class="cluster">
<title>cluster_1</title>
<polygon fill="none" stroke="#000000" points="8,-8 8,-909 729,-909 729,-8 8,-8"/>
<text text-anchor="middle" x="368.5" y="-893.8" font-family="Times,serif" font-size="14.00" fill="#000000">32700000.interconnect</text>
</g>
<!-- 1:NOC -->
<g id="node1" class="node">
<title>1:NOC</title>
<polygon fill="none" stroke="#000000" points="314,-632.5 314,-701.5 422,-701.5 422,-632.5 314,-632.5"/>
<text text-anchor="middle" x="368" y="-686.3" font-family="Times,serif" font-size="14.00" fill="#000000">1:NOC</text>
<polyline fill="none" stroke="#000000" points="314,-678.5 422,-678.5 "/>
<text text-anchor="middle" x="368" y="-663.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="314,-655.5 422,-655.5 "/>
<text text-anchor="middle" x="368" y="-640.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 2:DRAM -->
<g id="node2" class="node">
<title>2:DRAM</title>
<polygon fill="none" stroke="#000000" points="466.5,-632.5 466.5,-701.5 574.5,-701.5 574.5,-632.5 466.5,-632.5"/>
<text text-anchor="middle" x="520.5" y="-686.3" font-family="Times,serif" font-size="14.00" fill="#000000">2:DRAM</text>
<polyline fill="none" stroke="#000000" points="466.5,-678.5 574.5,-678.5 "/>
<text text-anchor="middle" x="520.5" y="-663.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="466.5,-655.5 574.5,-655.5 "/>
<text text-anchor="middle" x="520.5" y="-640.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 1:NOC&#45;&gt;2:DRAM -->
<g id="edge1" class="edge">
<title>1:NOC&#45;&gt;2:DRAM</title>
<path fill="none" stroke="#000000" d="M422.1952,-667C433.2069,-667 444.8901,-667 456.2124,-667"/>
<polygon fill="#000000" stroke="#000000" points="456.4794,-670.5001 466.4793,-667 456.4793,-663.5001 456.4794,-670.5001"/>
</g>
<!-- 24:PL301_MAIN -->
<g id="node29" class="node">
<title>24:PL301_MAIN</title>
<polygon fill="none" stroke="#000000" points="464,-368.5 464,-437.5 577,-437.5 577,-368.5 464,-368.5"/>
<text text-anchor="middle" x="520.5" y="-422.3" font-family="Times,serif" font-size="14.00" fill="#000000">24:PL301_MAIN</text>
<polyline fill="none" stroke="#000000" points="464,-414.5 577,-414.5 "/>
<text text-anchor="middle" x="520.5" y="-399.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="464,-391.5 577,-391.5 "/>
<text text-anchor="middle" x="520.5" y="-376.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 1:NOC&#45;&gt;24:PL301_MAIN -->
<g id="edge2" class="edge">
<title>1:NOC&#45;&gt;24:PL301_MAIN</title>
<path fill="none" stroke="#000000" d="M409.3652,-632.4801C416.1729,-626.8593 422.719,-620.6929 428,-614 467.9669,-563.3484 493.5375,-492.9146 507.4375,-447.533"/>
<polygon fill="#000000" stroke="#000000" points="510.8706,-448.2696 510.3922,-437.6856 504.1659,-446.2578 510.8706,-448.2696"/>
</g>
<!-- 3:OCRAM -->
<g id="node3" class="node">
<title>3:OCRAM</title>
<polygon fill="none" stroke="#000000" points="613,-368.5 613,-437.5 721,-437.5 721,-368.5 613,-368.5"/>
<text text-anchor="middle" x="667" y="-422.3" font-family="Times,serif" font-size="14.00" fill="#000000">3:OCRAM</text>
<polyline fill="none" stroke="#000000" points="613,-414.5 721,-414.5 "/>
<text text-anchor="middle" x="667" y="-399.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="613,-391.5 721,-391.5 "/>
<text text-anchor="middle" x="667" y="-376.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 4:A53 -->
<g id="node4" class="node">
<title>4:A53</title>
<polygon fill="none" stroke="#000000" points="162,-720.5 162,-789.5 270,-789.5 270,-720.5 162,-720.5"/>
<text text-anchor="middle" x="216" y="-774.3" font-family="Times,serif" font-size="14.00" fill="#000000">4:A53</text>
<polyline fill="none" stroke="#000000" points="162,-766.5 270,-766.5 "/>
<text text-anchor="middle" x="216" y="-751.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="162,-743.5 270,-743.5 "/>
<text text-anchor="middle" x="216" y="-728.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 4:A53&#45;&gt;1:NOC -->
<g id="edge3" class="edge">
<title>4:A53&#45;&gt;1:NOC</title>
<path fill="none" stroke="#000000" d="M270.0175,-723.7267C281.3731,-717.1524 293.4451,-710.1634 305.0939,-703.4193"/>
<polygon fill="#000000" stroke="#000000" points="306.9999,-706.3602 313.9005,-698.3208 303.4926,-700.3022 306.9999,-706.3602"/>
</g>
<!-- 5:VPU H1 -->
<g id="node5" class="node">
<title>5:VPU H1</title>
<polygon fill="none" stroke="#000000" points="16,-808.5 16,-877.5 124,-877.5 124,-808.5 16,-808.5"/>
<text text-anchor="middle" x="70" y="-862.3" font-family="Times,serif" font-size="14.00" fill="#000000">5:VPU H1</text>
<polyline fill="none" stroke="#000000" points="16,-854.5 124,-854.5 "/>
<text text-anchor="middle" x="70" y="-839.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="16,-831.5 124,-831.5 "/>
<text text-anchor="middle" x="70" y="-816.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 8:PL301_VIDEO -->
<g id="node8" class="node">
<title>8:PL301_VIDEO</title>
<polygon fill="none" stroke="#000000" points="160,-632.5 160,-701.5 272,-701.5 272,-632.5 160,-632.5"/>
<text text-anchor="middle" x="216" y="-686.3" font-family="Times,serif" font-size="14.00" fill="#000000">8:PL301_VIDEO</text>
<polyline fill="none" stroke="#000000" points="160,-678.5 272,-678.5 "/>
<text text-anchor="middle" x="216" y="-663.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="160,-655.5 272,-655.5 "/>
<text text-anchor="middle" x="216" y="-640.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 5:VPU H1&#45;&gt;8:PL301_VIDEO -->
<g id="edge4" class="edge">
<title>5:VPU H1&#45;&gt;8:PL301_VIDEO</title>
<path fill="none" stroke="#000000" d="M116.1309,-808.304C118.9635,-805.3173 121.6241,-802.2064 124,-799 149.1579,-765.0477 134.5419,-744.7278 160,-711 160.4609,-710.3894 160.9322,-709.7826 161.4132,-709.1798"/>
<polygon fill="#000000" stroke="#000000" points="164.1339,-711.3869 168.1474,-701.5817 158.8953,-706.7439 164.1339,-711.3869"/>
</g>
<!-- 6:VPU G1 -->
<g id="node6" class="node">
<title>6:VPU G1</title>
<polygon fill="none" stroke="#000000" points="16,-720.5 16,-789.5 124,-789.5 124,-720.5 16,-720.5"/>
<text text-anchor="middle" x="70" y="-774.3" font-family="Times,serif" font-size="14.00" fill="#000000">6:VPU G1</text>
<polyline fill="none" stroke="#000000" points="16,-766.5 124,-766.5 "/>
<text text-anchor="middle" x="70" y="-751.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="16,-743.5 124,-743.5 "/>
<text text-anchor="middle" x="70" y="-728.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 6:VPU G1&#45;&gt;8:PL301_VIDEO -->
<g id="edge5" class="edge">
<title>6:VPU G1&#45;&gt;8:PL301_VIDEO</title>
<path fill="none" stroke="#000000" d="M124.365,-722.232C132.9994,-717.0278 142.0065,-711.5988 150.8578,-706.2638"/>
<polygon fill="#000000" stroke="#000000" points="152.8797,-709.1318 159.6374,-700.972 149.2661,-703.1366 152.8797,-709.1318"/>
</g>
<!-- 7:VPU G2 -->
<g id="node7" class="node">
<title>7:VPU G2</title>
<polygon fill="none" stroke="#000000" points="16,-632.5 16,-701.5 124,-701.5 124,-632.5 16,-632.5"/>
<text text-anchor="middle" x="70" y="-686.3" font-family="Times,serif" font-size="14.00" fill="#000000">7:VPU G2</text>
<polyline fill="none" stroke="#000000" points="16,-678.5 124,-678.5 "/>
<text text-anchor="middle" x="70" y="-663.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="16,-655.5 124,-655.5 "/>
<text text-anchor="middle" x="70" y="-640.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 7:VPU G2&#45;&gt;8:PL301_VIDEO -->
<g id="edge6" class="edge">
<title>7:VPU G2&#45;&gt;8:PL301_VIDEO</title>
<path fill="none" stroke="#000000" d="M124.365,-667C132.5497,-667 141.0693,-667 149.4736,-667"/>
<polygon fill="#000000" stroke="#000000" points="149.6375,-670.5001 159.6374,-667 149.6374,-663.5001 149.6375,-670.5001"/>
</g>
<!-- 8:PL301_VIDEO&#45;&gt;1:NOC -->
<g id="edge7" class="edge">
<title>8:PL301_VIDEO&#45;&gt;1:NOC</title>
<path fill="none" stroke="#000000" d="M272.1673,-667C282.379,-667 293.1043,-667 303.5329,-667"/>
<polygon fill="#000000" stroke="#000000" points="303.8327,-670.5001 313.8327,-667 303.8327,-663.5001 303.8327,-670.5001"/>
</g>
<!-- 9:GPU 2D -->
<g id="node9" class="node">
<title>9:GPU 2D</title>
<polygon fill="none" stroke="#000000" points="16,-544.5 16,-613.5 124,-613.5 124,-544.5 16,-544.5"/>
<text text-anchor="middle" x="70" y="-598.3" font-family="Times,serif" font-size="14.00" fill="#000000">9:GPU 2D</text>
<polyline fill="none" stroke="#000000" points="16,-590.5 124,-590.5 "/>
<text text-anchor="middle" x="70" y="-575.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="16,-567.5 124,-567.5 "/>
<text text-anchor="middle" x="70" y="-552.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 11:PL301_GPU -->
<g id="node11" class="node">
<title>11:PL301_GPU</title>
<polygon fill="none" stroke="#000000" points="162,-544.5 162,-613.5 270,-613.5 270,-544.5 162,-544.5"/>
<text text-anchor="middle" x="216" y="-598.3" font-family="Times,serif" font-size="14.00" fill="#000000">11:PL301_GPU</text>
<polyline fill="none" stroke="#000000" points="162,-590.5 270,-590.5 "/>
<text text-anchor="middle" x="216" y="-575.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="162,-567.5 270,-567.5 "/>
<text text-anchor="middle" x="216" y="-552.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 9:GPU 2D&#45;&gt;11:PL301_GPU -->
<g id="edge8" class="edge">
<title>9:GPU 2D&#45;&gt;11:PL301_GPU</title>
<path fill="none" stroke="#000000" d="M124.365,-579C133.2008,-579 142.427,-579 151.4769,-579"/>
<polygon fill="#000000" stroke="#000000" points="151.5896,-582.5001 161.5896,-579 151.5895,-575.5001 151.5896,-582.5001"/>
</g>
<!-- 10:GPU 3D -->
<g id="node10" class="node">
<title>10:GPU 3D</title>
<polygon fill="none" stroke="#000000" points="16,-456.5 16,-525.5 124,-525.5 124,-456.5 16,-456.5"/>
<text text-anchor="middle" x="70" y="-510.3" font-family="Times,serif" font-size="14.00" fill="#000000">10:GPU 3D</text>
<polyline fill="none" stroke="#000000" points="16,-502.5 124,-502.5 "/>
<text text-anchor="middle" x="70" y="-487.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="16,-479.5 124,-479.5 "/>
<text text-anchor="middle" x="70" y="-464.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 10:GPU 3D&#45;&gt;11:PL301_GPU -->
<g id="edge9" class="edge">
<title>10:GPU 3D&#45;&gt;11:PL301_GPU</title>
<path fill="none" stroke="#000000" d="M124.365,-523.768C133.6758,-529.38 143.4201,-535.2532 152.935,-540.9882"/>
<polygon fill="#000000" stroke="#000000" points="151.2182,-544.04 161.5896,-546.2047 154.8318,-538.0448 151.2182,-544.04"/>
</g>
<!-- 11:PL301_GPU&#45;&gt;1:NOC -->
<g id="edge10" class="edge">
<title>11:PL301_GPU&#45;&gt;1:NOC</title>
<path fill="none" stroke="#000000" d="M270.0175,-610.2733C281.3731,-616.8476 293.4451,-623.8366 305.0939,-630.5807"/>
<polygon fill="#000000" stroke="#000000" points="303.4926,-633.6978 313.9005,-635.6792 306.9999,-627.6398 303.4926,-633.6978"/>
</g>
<!-- 12:CSI -->
<g id="node12" class="node">
<title>12:CSI</title>
<polygon fill="none" stroke="#000000" points="16,-368.5 16,-437.5 124,-437.5 124,-368.5 16,-368.5"/>
<text text-anchor="middle" x="70" y="-422.3" font-family="Times,serif" font-size="14.00" fill="#000000">12:CSI</text>
<polyline fill="none" stroke="#000000" points="16,-414.5 124,-414.5 "/>
<text text-anchor="middle" x="70" y="-399.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="16,-391.5 124,-391.5 "/>
<text text-anchor="middle" x="70" y="-376.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 14:PL301_MIPI -->
<g id="node14" class="node">
<title>14:PL301_MIPI</title>
<polygon fill="none" stroke="#000000" points="162,-412.5 162,-481.5 270,-481.5 270,-412.5 162,-412.5"/>
<text text-anchor="middle" x="216" y="-466.3" font-family="Times,serif" font-size="14.00" fill="#000000">14:PL301_MIPI</text>
<polyline fill="none" stroke="#000000" points="162,-458.5 270,-458.5 "/>
<text text-anchor="middle" x="216" y="-443.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="162,-435.5 270,-435.5 "/>
<text text-anchor="middle" x="216" y="-420.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 12:CSI&#45;&gt;14:PL301_MIPI -->
<g id="edge11" class="edge">
<title>12:CSI&#45;&gt;14:PL301_MIPI</title>
<path fill="none" stroke="#000000" d="M124.365,-419.384C133.2958,-422.0755 142.6254,-424.8871 151.7688,-427.6427"/>
<polygon fill="#000000" stroke="#000000" points="151.005,-431.0679 161.5896,-430.6023 153.0249,-424.3656 151.005,-431.0679"/>
</g>
<!-- 13:LCDIF -->
<g id="node13" class="node">
<title>13:LCDIF</title>
<polygon fill="none" stroke="#000000" points="16,-280.5 16,-349.5 124,-349.5 124,-280.5 16,-280.5"/>
<text text-anchor="middle" x="70" y="-334.3" font-family="Times,serif" font-size="14.00" fill="#000000">13:LCDIF</text>
<polyline fill="none" stroke="#000000" points="16,-326.5 124,-326.5 "/>
<text text-anchor="middle" x="70" y="-311.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="16,-303.5 124,-303.5 "/>
<text text-anchor="middle" x="70" y="-288.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 13:LCDIF&#45;&gt;14:PL301_MIPI -->
<g id="edge12" class="edge">
<title>13:LCDIF&#45;&gt;14:PL301_MIPI</title>
<path fill="none" stroke="#000000" d="M113.9887,-349.569C117.4533,-352.6731 120.8329,-355.8393 124,-359 141.8845,-376.8484 141.9579,-385.3109 160,-403 160.7946,-403.779 161.6025,-404.5577 162.4219,-405.335"/>
<polygon fill="#000000" stroke="#000000" points="160.2982,-408.1344 170.0527,-412.2697 165.0061,-402.954 160.2982,-408.1344"/>
</g>
<!-- 14:PL301_MIPI&#45;&gt;1:NOC -->
<g id="edge13" class="edge">
<title>14:PL301_MIPI&#45;&gt;1:NOC</title>
<path fill="none" stroke="#000000" d="M240.096,-481.6867C250.5825,-497.5504 262.5956,-516.826 272,-535 291.4207,-572.5302 281.9852,-589.6997 308,-623 308.4771,-623.6108 308.9649,-624.2171 309.4624,-624.8188"/>
<polygon fill="#000000" stroke="#000000" points="307.0727,-627.3904 316.4231,-632.3725 312.2204,-622.6468 307.0727,-627.3904"/>
</g>
<!-- 15:USB1 -->
<g id="node15" class="node">
<title>15:USB1</title>
<polygon fill="none" stroke="#000000" points="16,-192.5 16,-261.5 124,-261.5 124,-192.5 16,-192.5"/>
<text text-anchor="middle" x="70" y="-246.3" font-family="Times,serif" font-size="14.00" fill="#000000">15:USB1</text>
<polyline fill="none" stroke="#000000" points="16,-238.5 124,-238.5 "/>
<text text-anchor="middle" x="70" y="-223.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="16,-215.5 124,-215.5 "/>
<text text-anchor="middle" x="70" y="-200.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 18:PL301_HSIO -->
<g id="node18" class="node">
<title>18:PL301_HSIO</title>
<polygon fill="none" stroke="#000000" points="162,-324.5 162,-393.5 270,-393.5 270,-324.5 162,-324.5"/>
<text text-anchor="middle" x="216" y="-378.3" font-family="Times,serif" font-size="14.00" fill="#000000">18:PL301_HSIO</text>
<polyline fill="none" stroke="#000000" points="162,-370.5 270,-370.5 "/>
<text text-anchor="middle" x="216" y="-355.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="162,-347.5 270,-347.5 "/>
<text text-anchor="middle" x="216" y="-332.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 15:USB1&#45;&gt;18:PL301_HSIO -->
<g id="edge14" class="edge">
<title>15:USB1&#45;&gt;18:PL301_HSIO</title>
<path fill="none" stroke="#000000" d="M113.9887,-261.569C117.4533,-264.6731 120.8329,-267.8393 124,-271 141.8845,-288.8484 141.9579,-297.3109 160,-315 160.7946,-315.779 161.6025,-316.5577 162.4219,-317.335"/>
<polygon fill="#000000" stroke="#000000" points="160.2982,-320.1344 170.0527,-324.2697 165.0061,-314.954 160.2982,-320.1344"/>
</g>
<!-- 16:USB2 -->
<g id="node16" class="node">
<title>16:USB2</title>
<polygon fill="none" stroke="#000000" points="16,-104.5 16,-173.5 124,-173.5 124,-104.5 16,-104.5"/>
<text text-anchor="middle" x="70" y="-158.3" font-family="Times,serif" font-size="14.00" fill="#000000">16:USB2</text>
<polyline fill="none" stroke="#000000" points="16,-150.5 124,-150.5 "/>
<text text-anchor="middle" x="70" y="-135.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="16,-127.5 124,-127.5 "/>
<text text-anchor="middle" x="70" y="-112.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 16:USB2&#45;&gt;18:PL301_HSIO -->
<g id="edge15" class="edge">
<title>16:USB2&#45;&gt;18:PL301_HSIO</title>
<path fill="none" stroke="#000000" d="M116.8334,-173.6584C119.4638,-176.6355 121.8901,-179.756 124,-183 157.1554,-233.9755 126.3938,-264.3206 160,-315 160.3417,-315.5152 160.6913,-316.0271 161.0486,-316.5356"/>
<polygon fill="#000000" stroke="#000000" points="158.4326,-318.8676 167.4286,-324.4645 163.8863,-314.4793 158.4326,-318.8676"/>
</g>
<!-- 17:PCIE -->
<g id="node17" class="node">
<title>17:PCIE</title>
<polygon fill="none" stroke="#000000" points="16,-16.5 16,-85.5 124,-85.5 124,-16.5 16,-16.5"/>
<text text-anchor="middle" x="70" y="-70.3" font-family="Times,serif" font-size="14.00" fill="#000000">17:PCIE</text>
<polyline fill="none" stroke="#000000" points="16,-62.5 124,-62.5 "/>
<text text-anchor="middle" x="70" y="-47.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="16,-39.5 124,-39.5 "/>
<text text-anchor="middle" x="70" y="-24.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 17:PCIE&#45;&gt;18:PL301_HSIO -->
<g id="edge16" class="edge">
<title>17:PCIE&#45;&gt;18:PL301_HSIO</title>
<path fill="none" stroke="#000000" d="M117.4645,-85.7014C119.9073,-88.6513 122.1222,-91.7553 124,-95 173.6287,-180.7525 109.6127,-229.6911 160,-315 160.2437,-315.4125 160.4928,-315.8227 160.7471,-316.2303"/>
<polygon fill="#000000" stroke="#000000" points="158.0346,-318.4495 166.7819,-324.4274 163.6717,-314.2994 158.0346,-318.4495"/>
</g>
<!-- 18:PL301_HSIO&#45;&gt;1:NOC -->
<g id="edge17" class="edge">
<title>18:PL301_HSIO&#45;&gt;1:NOC</title>
<path fill="none" stroke="#000000" d="M265.2181,-393.5726C267.7524,-396.5536 270.0507,-399.6998 272,-403 322.3873,-488.3089 256.2027,-538.5398 308,-623 308.2532,-623.4129 308.5119,-623.8232 308.7759,-624.2308"/>
<polygon fill="#000000" stroke="#000000" points="306.1623,-626.5751 315.0156,-632.3949 311.724,-622.3243 306.1623,-626.5751"/>
</g>
<!-- 19:SDMA2 -->
<g id="node19" class="node">
<title>19:SDMA2</title>
<polygon fill="none" stroke="#000000" points="162,-236.5 162,-305.5 270,-305.5 270,-236.5 162,-236.5"/>
<text text-anchor="middle" x="216" y="-290.3" font-family="Times,serif" font-size="14.00" fill="#000000">19:SDMA2</text>
<polyline fill="none" stroke="#000000" points="162,-282.5 270,-282.5 "/>
<text text-anchor="middle" x="216" y="-267.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="162,-259.5 270,-259.5 "/>
<text text-anchor="middle" x="216" y="-244.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 21:PL301_AUDIO -->
<g id="node21" class="node">
<title>21:PL301_AUDIO</title>
<polygon fill="none" stroke="#000000" points="308,-544.5 308,-613.5 428,-613.5 428,-544.5 308,-544.5"/>
<text text-anchor="middle" x="368" y="-598.3" font-family="Times,serif" font-size="14.00" fill="#000000">21:PL301_AUDIO</text>
<polyline fill="none" stroke="#000000" points="308,-590.5 428,-590.5 "/>
<text text-anchor="middle" x="368" y="-575.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="308,-567.5 428,-567.5 "/>
<text text-anchor="middle" x="368" y="-552.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 19:SDMA2&#45;&gt;21:PL301_AUDIO -->
<g id="edge18" class="edge">
<title>19:SDMA2&#45;&gt;21:PL301_AUDIO</title>
<path fill="none" stroke="#000000" d="M265.2181,-305.5726C267.7524,-308.5536 270.0507,-311.6998 272,-315 322.3873,-400.3089 256.2027,-450.5398 308,-535 308.2532,-535.4129 308.5119,-535.8232 308.7759,-536.2308"/>
<polygon fill="#000000" stroke="#000000" points="306.1623,-538.5751 315.0156,-544.3949 311.724,-534.3243 306.1623,-538.5751"/>
</g>
<!-- 20:SDMA3 -->
<g id="node20" class="node">
<title>20:SDMA3</title>
<polygon fill="none" stroke="#000000" points="162,-148.5 162,-217.5 270,-217.5 270,-148.5 162,-148.5"/>
<text text-anchor="middle" x="216" y="-202.3" font-family="Times,serif" font-size="14.00" fill="#000000">20:SDMA3</text>
<polyline fill="none" stroke="#000000" points="162,-194.5 270,-194.5 "/>
<text text-anchor="middle" x="216" y="-179.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="162,-171.5 270,-171.5 "/>
<text text-anchor="middle" x="216" y="-156.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 20:SDMA3&#45;&gt;21:PL301_AUDIO -->
<g id="edge19" class="edge">
<title>20:SDMA3&#45;&gt;21:PL301_AUDIO</title>
<path fill="none" stroke="#000000" d="M265.6349,-217.7625C268.0304,-220.6819 270.1873,-223.7638 272,-227 339.3521,-347.2425 238.6601,-415.8927 308,-535 308.1767,-535.3035 308.3564,-535.6055 308.539,-535.9061"/>
<polygon fill="#000000" stroke="#000000" points="305.8648,-538.1794 314.5811,-544.2024 311.5232,-534.0584 305.8648,-538.1794"/>
</g>
<!-- 21:PL301_AUDIO&#45;&gt;24:PL301_MAIN -->
<g id="edge20" class="edge">
<title>21:PL301_AUDIO&#45;&gt;24:PL301_MAIN</title>
<path fill="none" stroke="#000000" d="M417.8719,-544.4664C421.4185,-541.4011 424.8377,-538.2311 428,-535 454.2277,-508.2019 478.3417,-473.2924 495.3689,-446.1052"/>
<polygon fill="#000000" stroke="#000000" points="498.3639,-447.9166 500.642,-437.5696 492.4086,-444.2376 498.3639,-447.9166"/>
</g>
<!-- 23:ENET -->
<g id="node22" class="node">
<title>23:ENET</title>
<polygon fill="none" stroke="#000000" points="162,-60.5 162,-129.5 270,-129.5 270,-60.5 162,-60.5"/>
<text text-anchor="middle" x="216" y="-114.3" font-family="Times,serif" font-size="14.00" fill="#000000">23:ENET</text>
<polyline fill="none" stroke="#000000" points="162,-106.5 270,-106.5 "/>
<text text-anchor="middle" x="216" y="-91.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="162,-83.5 270,-83.5 "/>
<text text-anchor="middle" x="216" y="-68.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 22:PL301_ENET -->
<g id="node23" class="node">
<title>22:PL301_ENET</title>
<polygon fill="none" stroke="#000000" points="312.5,-456.5 312.5,-525.5 423.5,-525.5 423.5,-456.5 312.5,-456.5"/>
<text text-anchor="middle" x="368" y="-510.3" font-family="Times,serif" font-size="14.00" fill="#000000">22:PL301_ENET</text>
<polyline fill="none" stroke="#000000" points="312.5,-502.5 423.5,-502.5 "/>
<text text-anchor="middle" x="368" y="-487.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="312.5,-479.5 423.5,-479.5 "/>
<text text-anchor="middle" x="368" y="-464.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 23:ENET&#45;&gt;22:PL301_ENET -->
<g id="edge21" class="edge">
<title>23:ENET&#45;&gt;22:PL301_ENET</title>
<path fill="none" stroke="#000000" d="M265.6349,-129.7625C268.0304,-132.6819 270.1873,-135.7638 272,-139 339.3521,-259.2425 238.6601,-327.8927 308,-447 308.1767,-447.3035 308.3564,-447.6055 308.539,-447.9061"/>
<polygon fill="#000000" stroke="#000000" points="305.8648,-450.1794 314.5811,-456.2024 311.5232,-446.0584 305.8648,-450.1794"/>
</g>
<!-- 22:PL301_ENET&#45;&gt;24:PL301_MAIN -->
<g id="edge22" class="edge">
<title>22:PL301_ENET&#45;&gt;24:PL301_MAIN</title>
<path fill="none" stroke="#000000" d="M423.9194,-458.7317C433.9788,-452.927 444.5474,-446.8284 454.8525,-440.8818"/>
<polygon fill="#000000" stroke="#000000" points="456.9092,-443.736 463.8213,-435.7064 453.4106,-437.673 456.9092,-443.736"/>
</g>
<!-- 26:SDMA1 -->
<g id="node24" class="node">
<title>26:SDMA1</title>
<polygon fill="none" stroke="#000000" points="314,-368.5 314,-437.5 422,-437.5 422,-368.5 314,-368.5"/>
<text text-anchor="middle" x="368" y="-422.3" font-family="Times,serif" font-size="14.00" fill="#000000">26:SDMA1</text>
<polyline fill="none" stroke="#000000" points="314,-414.5 422,-414.5 "/>
<text text-anchor="middle" x="368" y="-399.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="314,-391.5 422,-391.5 "/>
<text text-anchor="middle" x="368" y="-376.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 26:SDMA1&#45;&gt;24:PL301_MAIN -->
<g id="edge23" class="edge">
<title>26:SDMA1&#45;&gt;24:PL301_MAIN</title>
<path fill="none" stroke="#000000" d="M422.1952,-403C432.4458,-403 443.2782,-403 453.8597,-403"/>
<polygon fill="#000000" stroke="#000000" points="453.9009,-406.5001 463.9009,-403 453.9008,-399.5001 453.9009,-406.5001"/>
</g>
<!-- 25:NAND -->
<g id="node25" class="node">
<title>25:NAND</title>
<polygon fill="none" stroke="#000000" points="314,-280.5 314,-349.5 422,-349.5 422,-280.5 314,-280.5"/>
<text text-anchor="middle" x="368" y="-334.3" font-family="Times,serif" font-size="14.00" fill="#000000">25:NAND</text>
<polyline fill="none" stroke="#000000" points="314,-326.5 422,-326.5 "/>
<text text-anchor="middle" x="368" y="-311.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="314,-303.5 422,-303.5 "/>
<text text-anchor="middle" x="368" y="-288.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 25:NAND&#45;&gt;24:PL301_MAIN -->
<g id="edge24" class="edge">
<title>25:NAND&#45;&gt;24:PL301_MAIN</title>
<path fill="none" stroke="#000000" d="M422.1952,-346.2733C432.8685,-352.4323 444.1726,-358.9553 455.1675,-365.2999"/>
<polygon fill="#000000" stroke="#000000" points="453.4901,-368.3729 463.9009,-370.3395 456.9888,-362.3099 453.4901,-368.3729"/>
</g>
<!-- 27:USDHC1 -->
<g id="node26" class="node">
<title>27:USDHC1</title>
<polygon fill="none" stroke="#000000" points="314,-192.5 314,-261.5 422,-261.5 422,-192.5 314,-192.5"/>
<text text-anchor="middle" x="368" y="-246.3" font-family="Times,serif" font-size="14.00" fill="#000000">27:USDHC1</text>
<polyline fill="none" stroke="#000000" points="314,-238.5 422,-238.5 "/>
<text text-anchor="middle" x="368" y="-223.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="314,-215.5 422,-215.5 "/>
<text text-anchor="middle" x="368" y="-200.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 27:USDHC1&#45;&gt;24:PL301_MAIN -->
<g id="edge25" class="edge">
<title>27:USDHC1&#45;&gt;24:PL301_MAIN</title>
<path fill="none" stroke="#000000" d="M417.8719,-261.5336C421.4185,-264.5989 424.8377,-267.7689 428,-271 454.2277,-297.7981 478.3417,-332.7076 495.3689,-359.8948"/>
<polygon fill="#000000" stroke="#000000" points="492.4086,-361.7624 500.642,-368.4304 498.3639,-358.0834 492.4086,-361.7624"/>
</g>
<!-- 28:USDHC2 -->
<g id="node27" class="node">
<title>28:USDHC2</title>
<polygon fill="none" stroke="#000000" points="314,-104.5 314,-173.5 422,-173.5 422,-104.5 314,-104.5"/>
<text text-anchor="middle" x="368" y="-158.3" font-family="Times,serif" font-size="14.00" fill="#000000">28:USDHC2</text>
<polyline fill="none" stroke="#000000" points="314,-150.5 422,-150.5 "/>
<text text-anchor="middle" x="368" y="-135.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="314,-127.5 422,-127.5 "/>
<text text-anchor="middle" x="368" y="-112.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 28:USDHC2&#45;&gt;24:PL301_MAIN -->
<g id="edge26" class="edge">
<title>28:USDHC2&#45;&gt;24:PL301_MAIN</title>
<path fill="none" stroke="#000000" d="M419.5407,-173.6559C422.5816,-176.6337 425.4395,-179.755 428,-183 469.9637,-236.1823 496.0566,-311.1729 509.4339,-358.4207"/>
<polygon fill="#000000" stroke="#000000" points="506.1407,-359.6446 512.1745,-368.3535 512.8886,-357.7827 506.1407,-359.6446"/>
</g>
<!-- 29:USDHC3 -->
<g id="node28" class="node">
<title>29:USDHC3</title>
<polygon fill="none" stroke="#000000" points="314,-16.5 314,-85.5 422,-85.5 422,-16.5 314,-16.5"/>
<text text-anchor="middle" x="368" y="-70.3" font-family="Times,serif" font-size="14.00" fill="#000000">29:USDHC3</text>
<polyline fill="none" stroke="#000000" points="314,-62.5 422,-62.5 "/>
<text text-anchor="middle" x="368" y="-47.3" font-family="Times,serif" font-size="14.00" fill="#000000">avg_bw=0kBps</text>
<polyline fill="none" stroke="#000000" points="314,-39.5 422,-39.5 "/>
<text text-anchor="middle" x="368" y="-24.3" font-family="Times,serif" font-size="14.00" fill="#000000">peak_bw=0kBps</text>
</g>
<!-- 29:USDHC3&#45;&gt;24:PL301_MAIN -->
<g id="edge27" class="edge">
<title>29:USDHC3&#45;&gt;24:PL301_MAIN</title>
<path fill="none" stroke="#000000" d="M420.2202,-85.6405C423.0595,-88.6051 425.69,-91.7291 428,-95 485.6631,-176.6481 507.9136,-294.7344 516.0807,-358.3598"/>
<polygon fill="#000000" stroke="#000000" points="512.6284,-358.9632 517.3175,-368.4639 519.5765,-358.1127 512.6284,-358.9632"/>
</g>
<!-- 24:PL301_MAIN&#45;&gt;1:NOC -->
<g id="edge28" class="edge">
<title>24:PL301_MAIN&#45;&gt;1:NOC</title>
<path fill="none" stroke="#000000" d="M513.6824,-437.6569C502.5309,-483.6646 477.1636,-565.4174 428.441,-630.532"/>
<polygon fill="#000000" stroke="#000000" points="425.4041,-628.738 422.0605,-638.7914 430.9437,-633.0174 425.4041,-628.738"/>
</g>
<!-- 24:PL301_MAIN&#45;&gt;3:OCRAM -->
<g id="edge29" class="edge">
<title>24:PL301_MAIN&#45;&gt;3:OCRAM</title>
<path fill="none" stroke="#000000" d="M577.1407,-403C585.4982,-403 594.1602,-403 602.6598,-403"/>
<polygon fill="#000000" stroke="#000000" points="602.9154,-406.5001 612.9154,-403 602.9154,-399.5001 602.9154,-406.5001"/>
</g>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment