diff options
author | Fabien Marteau <fabien.marteau@armadeus.com> | 2014-12-05 18:17:00 +0100 |
---|---|---|
committer | Fabien Marteau <fabien.marteau@armadeus.com> | 2014-12-05 18:17:00 +0100 |
commit | e65033e42137d351b6d948a402e968646432da6b (patch) | |
tree | af9f4c6f4f4fa7e863a88b61824dce13a680c7d4 /manual/APPNOTE_011_Design_Investigation/memdemo_00.dot | |
parent | abf81d76835d3ebb372ea128ee15cf6fb2c8f03a (diff) | |
download | yosys-e65033e42137d351b6d948a402e968646432da6b.tar.gz yosys-e65033e42137d351b6d948a402e968646432da6b.tar.bz2 yosys-e65033e42137d351b6d948a402e968646432da6b.zip |
suppressing semi-colon at the end of dot files
Diffstat (limited to 'manual/APPNOTE_011_Design_Investigation/memdemo_00.dot')
-rw-r--r-- | manual/APPNOTE_011_Design_Investigation/memdemo_00.dot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/APPNOTE_011_Design_Investigation/memdemo_00.dot b/manual/APPNOTE_011_Design_Investigation/memdemo_00.dot index 9e81edbce..0336a9aac 100644 --- a/manual/APPNOTE_011_Design_Investigation/memdemo_00.dot +++ b/manual/APPNOTE_011_Design_Investigation/memdemo_00.dot @@ -135,4 +135,4 @@ v6:e -> c47:p34:w [color="black", label=""]; v7:e -> c48:p33:w [color="black", style="setlinewidth(3)", label=""]; v8:e -> c49:p33:w [color="black", style="setlinewidth(3)", label=""]; v9:e -> c50:p33:w [color="black", style="setlinewidth(3)", label=""]; -}; +} |