diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-12-06 12:46:37 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-12-06 12:46:37 +0100 |
commit | 78765e6a1cd63162ba2e66d3ce7ad765ca76fe2c (patch) | |
tree | af9f4c6f4f4fa7e863a88b61824dce13a680c7d4 /manual/APPNOTE_011_Design_Investigation/example_03.dot | |
parent | abf81d76835d3ebb372ea128ee15cf6fb2c8f03a (diff) | |
parent | e65033e42137d351b6d948a402e968646432da6b (diff) | |
download | yosys-78765e6a1cd63162ba2e66d3ce7ad765ca76fe2c.tar.gz yosys-78765e6a1cd63162ba2e66d3ce7ad765ca76fe2c.tar.bz2 yosys-78765e6a1cd63162ba2e66d3ce7ad765ca76fe2c.zip |
Merge pull request #43 from Martoni/master
suppressing semi-colon at the end of dot files
Diffstat (limited to 'manual/APPNOTE_011_Design_Investigation/example_03.dot')
-rw-r--r-- | manual/APPNOTE_011_Design_Investigation/example_03.dot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/APPNOTE_011_Design_Investigation/example_03.dot b/manual/APPNOTE_011_Design_Investigation/example_03.dot index 6c00c29aa..e19d24af7 100644 --- a/manual/APPNOTE_011_Design_Investigation/example_03.dot +++ b/manual/APPNOTE_011_Design_Investigation/example_03.dot @@ -8,4 +8,4 @@ c4 [ shape=record, label="{{<p1> A|<p2> B}|$2\n$add|{<p3> Y}}" ]; v0:e -> c4:p1:w [color="black", label=""]; v1:e -> c4:p2:w [color="black", label=""]; c4:p3:e -> v2:w [color="black", style="setlinewidth(3)", label=""]; -}; +} |