diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-09-02 04:03:06 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-09-02 04:03:06 +0200 |
commit | 37fe7c7bdfd65071311049ce4287ef235797096e (patch) | |
tree | e5c5e8f01e77af1c3e06ac25c6e483dcb052bf38 /passes/cmds | |
parent | ee29ae2206b913fbb8cd41782001eed24c53b39d (diff) | |
download | yosys-37fe7c7bdfd65071311049ce4287ef235797096e.tar.gz yosys-37fe7c7bdfd65071311049ce4287ef235797096e.tar.bz2 yosys-37fe7c7bdfd65071311049ce4287ef235797096e.zip |
Removed references to yosys-svgviewer from docs
Diffstat (limited to 'passes/cmds')
-rw-r--r-- | passes/cmds/show.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/passes/cmds/show.cc b/passes/cmds/show.cc index 6ab0e1ba1..0451ebc29 100644 --- a/passes/cmds/show.cc +++ b/passes/cmds/show.cc @@ -598,8 +598,8 @@ struct ShowPass : public Pass { log(" -notitle\n"); log(" do not add the module name as graph title to the dot file\n"); log("\n"); - log("When no <format> is specified, SVG is used. When no <format> and <viewer> is\n"); - log("specified, 'yosys-svgviewer' is used to display the schematic.\n"); + log("When no <format> is specified, 'dot' is used. When no <format> and <viewer> is\n"); + log("specified, 'xdot' is used to display the schematic.\n"); log("\n"); log("The generated output files are '~/.yosys_show.dot' and '~/.yosys_show.<format>',\n"); log("unless another prefix is specified using -prefix <prefix>.\n"); |