From 7d0a274f1222948db62a0789f3c03835ccb0a98f Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 27 Apr 2013 14:41:46 +0200 Subject: [PATCH] Fixed README for new show command behavior (svg vs. ps) --- README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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: -- 2.30.2