Fixed README for new show command behavior (svg vs. ps)

This commit is contained in:
Clifford Wolf 2013-04-27 14:41:46 +02:00
parent b1cb4d7871
commit 7d0a274f12
1 changed files with 6 additions and 2 deletions

8
README
View File

@ -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: