Merge pull request #1669 from thasti/pyosys-attrs
[yosys.git] / manual / APPNOTE_011_Design_Investigation / example_03.dot
1 digraph "example" {
2 rankdir="LR";
3 remincross=true;
4 v0 [ label="a" ];
5 v1 [ label="b" ];
6 v2 [ label="$2_Y" ];
7 c4 [ shape=record, label="{{<p1> A|<p2> B}|$2\n$add|{<p3> Y}}" ];
8 v0:e -> c4:p1:w [color="black", label=""];
9 v1:e -> c4:p2:w [color="black", label=""];
10 c4:p3:e -> v2:w [color="black", style="setlinewidth(3)", label=""];
11 }