diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-12-08 15:12:32 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-12-08 15:12:32 +0100 |
commit | 6069715c9ee9710cf14945311cca222e27482610 (patch) | |
tree | 9f28cb6380ed513d9ea4862b467bf947922fcb42 /manual/APPNOTE_011_Design_Investigation/memdemo_01.dot | |
parent | 0bd08688b8403cd36494823789db3eacc6d4e1b7 (diff) | |
download | yosys-6069715c9ee9710cf14945311cca222e27482610.tar.gz yosys-6069715c9ee9710cf14945311cca222e27482610.tar.bz2 yosys-6069715c9ee9710cf14945311cca222e27482610.zip |
Finished AppNote 011
Diffstat (limited to 'manual/APPNOTE_011_Design_Investigation/memdemo_01.dot')
-rw-r--r-- | manual/APPNOTE_011_Design_Investigation/memdemo_01.dot | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/manual/APPNOTE_011_Design_Investigation/memdemo_01.dot b/manual/APPNOTE_011_Design_Investigation/memdemo_01.dot new file mode 100644 index 000000000..bbd7fcc63 --- /dev/null +++ b/manual/APPNOTE_011_Design_Investigation/memdemo_01.dot @@ -0,0 +1,29 @@ +digraph "memdemo" { +rankdir="LR"; +remincross=true; +n4 [ shape=diamond, label="mem[0]", color="black", fontcolor="black" ]; +n5 [ shape=diamond, label="mem[1]", color="black", fontcolor="black" ]; +n6 [ shape=diamond, label="mem[2]", color="black", fontcolor="black" ]; +n7 [ shape=diamond, label="mem[3]", color="black", fontcolor="black" ]; +n8 [ shape=octagon, label="y", color="black", fontcolor="black" ]; +v0 [ label="$0\\s2[1:0] [1]" ]; +c13 [ shape=record, label="{{<p9> A|<p10> B|<p11> S}|$110\n$mux|{<p12> Y}}" ]; +v1 [ label="$0\\s2[1:0] [0]" ]; +c14 [ shape=record, label="{{<p9> A|<p10> B|<p11> S}|$113\n$mux|{<p12> Y}}" ]; +v2 [ label="$0\\s2[1:0] [0]" ]; +c15 [ shape=record, label="{{<p9> A|<p10> B|<p11> S}|$116\n$mux|{<p12> Y}}" ]; +v3 [ label="clk" ]; +c19 [ shape=record, label="{{<p16> CLK|<p17> D}|$64\n$dff|{<p18> Q}}" ]; +c13:p12:e -> c19:p17:w [color="black", style="setlinewidth(3)", label=""]; +c14:p12:e -> c13:p9:w [color="black", style="setlinewidth(3)", label=""]; +c15:p12:e -> c13:p10:w [color="black", style="setlinewidth(3)", label=""]; +n4:e -> c14:p9:w [color="black", style="setlinewidth(3)", label=""]; +n5:e -> c14:p10:w [color="black", style="setlinewidth(3)", label=""]; +n6:e -> c15:p9:w [color="black", style="setlinewidth(3)", label=""]; +n7:e -> c15:p10:w [color="black", style="setlinewidth(3)", label=""]; +c19:p18:e -> n8:w [color="black", style="setlinewidth(3)", label=""]; +v0:e -> c13:p11:w [color="black", label=""]; +v1:e -> c14:p11:w [color="black", label=""]; +v2:e -> c15:p11:w [color="black", label=""]; +v3:e -> c19:p16:w [color="black", label=""]; +}; |