mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-27 16:38:46 +00:00
Fixed README for new show command behavior (svg vs. ps)
This commit is contained in:
parent
b1cb4d7871
commit
7d0a274f12
1 changed files with 6 additions and 2 deletions
8
README
8
README
|
@ -88,9 +88,13 @@ some simple optimizations:
|
||||||
|
|
||||||
yosys> proc; opt
|
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:
|
translating netlist to gate logic and perform some simple optimizations:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue