From: Clifford Wolf Date: Sat, 27 Apr 2013 12:41:46 +0000 (+0200) Subject: Fixed README for new show command behavior (svg vs. ps) X-Git-Tag: yosys-0.2.0~642 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7d0a274f1222948db62a0789f3c03835ccb0a98f;p=yosys.git Fixed README for new show command behavior (svg vs. ps) --- diff --git a/README b/README index 6fe57081b..a4a218636 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: