Do not call opt with -full before muxcover
authorEddie Hung <eddie@fpgeh.com>
Wed, 26 Jun 2019 18:38:28 +0000 (11:38 -0700)
committerEddie Hung <eddie@fpgeh.com>
Wed, 26 Jun 2019 18:38:28 +0000 (11:38 -0700)
techlibs/xilinx/synth_xilinx.cc

index 0372cb43cfe7ccece1bfd01167fc414d41d8f88e..efa4d43f07acc56f0cf870aab78de78b99155d1e 100644 (file)
@@ -288,7 +288,7 @@ struct SynthXilinxPass : public ScriptPass
                }
 
                if (check_label("fine")) {
-                       run("opt -fast -full");
+                       run("opt -fast");
                        run("memory_map");
                        run("dffsr2dff");
                        run("dff2dffe");