aboutsummaryrefslogtreecommitdiffstats
path: root/manual/APPNOTE_011_Design_Investigation/example_03.dot
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-12-06 12:46:37 +0100
committerClifford Wolf <clifford@clifford.at>2014-12-06 12:46:37 +0100
commit78765e6a1cd63162ba2e66d3ce7ad765ca76fe2c (patch)
treeaf9f4c6f4f4fa7e863a88b61824dce13a680c7d4 /manual/APPNOTE_011_Design_Investigation/example_03.dot
parentabf81d76835d3ebb372ea128ee15cf6fb2c8f03a (diff)
parente65033e42137d351b6d948a402e968646432da6b (diff)
downloadyosys-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.dot2
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=""];
-};
+}