summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-04-27 14:41:46 +0200
committerClifford Wolf <clifford@clifford.at>2013-04-27 14:41:46 +0200
commit7d0a274f1222948db62a0789f3c03835ccb0a98f (patch)
tree6203eb78657fed280ed161037b088579605873fb /README
parentb1cb4d787196d07360d83887bf9dc015dee6a581 (diff)
Fixed README for new show command behavior (svg vs. ps)
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 6fe57081..a4a21863 100644
--- a/README
+++ b/README
@@ -88,9 +88,13 @@ some simple optimizations:
yosys> proc; opt
-display design netlist using 'gv' as postscript viewer:
+display design netlist using the yosys svg viewer:
- yosys> show -viewer gv
+ yosys> show
+
+the same thing using 'gv' as postscript viewer:
+
+ yosys> show -format ps -viewer gv
translating netlist to gate logic and perform some simple optimizations: