bmptorgb16_x86u.cfg.dot

来自「TI公司达芬奇DM6446平台最新培训附加实验及实验源码」· DOT 代码 · 共 80 行

DOT
80
字号
digraph configuration {    size="7.5,10";    rankdir=LR;    ranksep=".50 equally";    concentrate=true;    compound=true;    label="\nConfiguration for app/bmpToRgb16.x86U"  node [font=Helvetica, fontsize=14, fontcolor=black];  subgraph cluster0 {label=""; __cfg [label="null", color=white, fontcolor=blue];    node [font=Helvetica, fontsize=10];    subgraph cluster1 {        label="";        xdc__top [shape=box,label="xdc\n1,1,0,0", color=white];    }    subgraph cluster2 {        label="";        xdc_rts__top [shape=box,label="xdc.rts\n1,0,0,0", color=white];        xdc_rts__bot [shape=point,label="", style=invis];    }    subgraph cluster3 {        label="";        xdc_platform__top [shape=box,label="xdc.platform\n1,0,0,0", color=white];        xdc_platform__bot [shape=point,label="", style=invis];        xdc_platform_ExeContext [style=filled,fillcolor=lightgray, label="ExeContext"];        xdc_platform__top -> xdc_platform_ExeContext[style=invis];        xdc_platform_ExeContext -> xdc_platform__bot[style=invis];    }    subgraph cluster4 {        label="";        xdc_cfg__top [shape=box,label="xdc.cfg\n1,0,0,0", color=white];        xdc_cfg__bot [shape=point,label="", style=invis];        xdc_cfg_Program [style=filled,fillcolor=lightgray, label="Program"];        xdc_cfg__top -> xdc_cfg_Program[style=invis];        xdc_cfg_Program -> xdc_cfg__bot[style=invis];    }    subgraph cluster5 {        label="";        xdc_shelf__top [shape=box,label="xdc.shelf\n1,0,0,0", color=white];    }    subgraph cluster6 {        label="";        xdc_spec__top [shape=box,label="xdc.spec\n1,0,0,0", color=white];    }    subgraph cluster7 {        label="";        xdc_spec_jserver__top [shape=box,label="xdc.spec.jserver\n1,0,0,0", color=white];    }    subgraph cluster8 {        label="";        xdc_utils__top [shape=box,label="xdc.utils\n1,0,0,0", color=white];        xdc_utils__bot [shape=point,label="", style=invis];        xdc_utils_Clock [style=filled,fillcolor=lightgray, label="Clock"];        xdc_utils__top -> xdc_utils_Clock[style=invis];        xdc_utils_Clock -> xdc_utils__bot[style=invis];    }    subgraph cluster9 {        label="";        host_platforms_PC__top [shape=box,label="host.platforms.PC\n1,0,0,0", color=white];        host_platforms_PC__bot [shape=point,label="", style=invis];        host_platforms_PC_Platform [style=filled,fillcolor=lightgray, label="Platform"];        host_platforms_PC__top -> host_platforms_PC_Platform[style=invis];        host_platforms_PC_Platform -> host_platforms_PC__bot[style=invis];        host_platforms_PC_Intel80586 [style=filled,fillcolor=lightgray, label="Intel80586"];        host_platforms_PC__top -> host_platforms_PC_Intel80586[style=invis];        host_platforms_PC_Intel80586 -> host_platforms_PC__bot[style=invis];    }    subgraph cluster10 {        label="";        gnu_targets_rts86U__top [shape=box,label="gnu.targets.rts86U\n1,0,0,0", color=white];    }    subgraph cluster11 {        label="";        app__top [shape=box,label="app\n", color=white];    }  }  node [font=Helvetica, fontsize=10];    gnu_targets_Linux86__1_0_3__2_1 [shape=record,label="gnu.targets.Linux86|1,0,3.2,1",style=filled, fillcolor=lightgrey];    gnu_targets_rts86U__top -> gnu_targets_Linux86__1_0_3__2_1 [ltail=cluster10];    gnu_targets_Linux86__1_0_3__4_5 [shape=record,label="gnu.targets.Linux86|1,0,3.4,5",style=filled, fillcolor=lightgrey];    app__top -> gnu_targets_Linux86__1_0_3__4_5 [ltail=cluster11];}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?