summaryrefslogtreecommitdiff
path: root/passes
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-09-02 04:03:06 +0200
committerClifford Wolf <clifford@clifford.at>2014-09-02 04:03:06 +0200
commit37fe7c7bdfd65071311049ce4287ef235797096e (patch)
treee5c5e8f01e77af1c3e06ac25c6e483dcb052bf38 /passes
parentee29ae2206b913fbb8cd41782001eed24c53b39d (diff)
Removed references to yosys-svgviewer from docs
Diffstat (limited to 'passes')
-rw-r--r--passes/cmds/show.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/passes/cmds/show.cc b/passes/cmds/show.cc
index 6ab0e1ba..0451ebc2 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");