digraph chains_dispDistSrc_dualDisplay {

       ColorScheme [shape=none, margin=0, label=<
       <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4">
       <TR><TD bgcolor="lightblue">IPU1_0</TD></TR>
       <TR><TD bgcolor="lightsalmon">A15</TD></TR>
       </TABLE>>];

       /************** LINKS ************************/
       DispDistSrc_gfx [color=lightsalmon, style=filled]
       IPCOut_A15_0_IPU1_0_0 [color=lightsalmon, style=filled]
       IPCIn_IPU1_0_A15_0_0 [color=lightblue, style=filled]
       Display_gfx [color=lightblue, style=filled]
       DispDistSrc_vid [color=lightsalmon, style=filled]
       IPCOut_A15_0_IPU1_0_1 [color=lightsalmon, style=filled]
       IPCIn_IPU1_0_A15_0_1 [color=lightblue, style=filled]
       Display_vid [color=lightblue, style=filled]

       /************** CONNECTIONS ************************/
       DispDistSrc_gfx -> IPCOut_A15_0_IPU1_0_0
       DispDistSrc_vid -> IPCOut_A15_0_IPU1_0_1
       IPCOut_A15_0_IPU1_0_0 -> IPCIn_IPU1_0_A15_0_0
       IPCIn_IPU1_0_A15_0_0 -> Display_gfx
       IPCOut_A15_0_IPU1_0_1 -> IPCIn_IPU1_0_A15_0_1
       IPCIn_IPU1_0_A15_0_1 -> Display_vid
}
