test.dot 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. digraph structs {
  2. node [shape=plaintext]
  3. rankdir=LR
  4. edge [arrowsize=0.5]
  5. fontname="times"
  6. proc [label=<
  7. <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4">
  8. <TR>
  9. <TD ALIGN="CENTER" PORT="i">proc<BR/>(Processing)</TD>
  10. </TR>
  11. </TABLE>>];
  12. sink [label=<
  13. <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4">
  14. <TR>
  15. <TD ALIGN="CENTER" PORT="i">sink<BR/>(VHTSink)</TD>
  16. </TR>
  17. </TABLE>>];
  18. src [label=<
  19. <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4">
  20. <TR>
  21. <TD ALIGN="CENTER" PORT="i">src<BR/>(VHTSource)</TD>
  22. </TR>
  23. </TABLE>>];
  24. src:i -> proc:i [headlabel=<
  25. <TABLE BORDER="0" CELLPADDING="2"><TR><TD><FONT COLOR="blue" POINT-SIZE="12.0" >128</FONT>
  26. </TD></TR></TABLE>>,taillabel=<
  27. <TABLE BORDER="0" CELLPADDING="2"><TR><TD><FONT COLOR="blue" POINT-SIZE="12.0" >128</FONT>
  28. </TD></TR></TABLE>>,label="q15(128)"]
  29. proc:i -> sink:i [headlabel=<
  30. <TABLE BORDER="0" CELLPADDING="2"><TR><TD><FONT COLOR="blue" POINT-SIZE="12.0" >128</FONT>
  31. </TD></TR></TABLE>>,taillabel=<
  32. <TABLE BORDER="0" CELLPADDING="2"><TR><TD><FONT COLOR="blue" POINT-SIZE="12.0" >128</FONT>
  33. </TD></TR></TABLE>>,label="q15(128)"]
  34. }