diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-04-27 14:41:46 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-04-27 14:41:46 +0200 |
commit | 7d0a274f1222948db62a0789f3c03835ccb0a98f (patch) | |
tree | 6203eb78657fed280ed161037b088579605873fb /README | |
parent | b1cb4d787196d07360d83887bf9dc015dee6a581 (diff) | |
download | yosys-7d0a274f1222948db62a0789f3c03835ccb0a98f.tar.gz yosys-7d0a274f1222948db62a0789f3c03835ccb0a98f.tar.bz2 yosys-7d0a274f1222948db62a0789f3c03835ccb0a98f.zip |
Fixed README for new show command behavior (svg vs. ps)
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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: |