Fix spacing
authorEddie Hung <eddie@fpgeh.com>
Tue, 9 Jul 2019 16:22:12 +0000 (09:22 -0700)
committerEddie Hung <eddie@fpgeh.com>
Tue, 9 Jul 2019 16:22:12 +0000 (09:22 -0700)
techlibs/xilinx/synth_xilinx.cc

index abdf7f9cc478c1f73d44fb06a0a96b51082d917a..2a77ce39740a8e0d2a05ae8dc404b2b68468e3e3 100644 (file)
@@ -270,7 +270,7 @@ struct SynthXilinxPass : public ScriptPass
                }
 
                if (check_label("fine")) {
-                       if (widemux > 0)
+                       if (widemux > 0)
                                run("opt -fast -mux_bool -undriven -fine"); // Necessary to omit -mux_undef otherwise muxcover
                                                                            // performs less efficiently
                        else