]> Witch of Git - sigbovik-nan-2020/blob - figures/toggle-base.dot
Add paper
[sigbovik-nan-2020] / figures / toggle-base.dot
1 digraph "toggle" {
2 label="toggle";
3 rankdir="LR";
4 remincross=true;
5 n3 [ shape=octagon, label="clk", color="black", fontcolor="black" ];
6 n4 [ shape=octagon, label="en", color="black", fontcolor="black" ];
7 n5 [ shape=octagon, label="out", color="black", fontcolor="black" ];
8 c8 [ shape=record, label="{{<p6> A}|$2\n$not|{<p7> Y}}" ];
9 c12 [ shape=record, label="{{<p9> CLK|<p10> D}|$6\n$dff|{<p11> Q}}" ];
10 c15 [ shape=record, label="{{<p6> A|<p13> B|<p14> S}|$4\n$mux|{<p7> Y}}" ];
11 c15:p7:e -> c12:p10:w [color="black", label=""];
12 c8:p7:e -> c15:p13:w [color="black", label=""];
13 n3:e -> c12:p9:w [color="black", label=""];
14 n4:e -> c15:p14:w [color="black", label=""];
15 c12:p11:e -> n5:w [color="black", label=""];
16 n5:e -> c15:p6:w [color="black", label=""];
17 n5:e -> c8:p6:w [color="black", label=""];
18 }