Remove unnecessary comma
authorEddie Hung <eddie@fpgeh.com>
Fri, 7 Feb 2020 20:45:07 +0000 (12:45 -0800)
committerEddie Hung <eddie@fpgeh.com>
Fri, 7 Feb 2020 20:45:07 +0000 (12:45 -0800)
techlibs/xilinx/synth_xilinx.cc

index 556f85a20cbd0e019843fcae8b28782f76179dec..a6b422b835b40f4697793662b59f7ef3fda3130f 100644 (file)
@@ -543,9 +543,8 @@ struct SynthXilinxPass : public ScriptPass
 
                if (check_label("fine")) {
                        run("dff2dffe -direct-match $_DFF_* -direct-match $__DFFS_*");
-                       if (help_mode) {
-                               run("muxcover <internal options>, ('-widemux' only)");
-                       }
+                       if (help_mode)
+                               run("muxcover <internal options> ('-widemux' only)");
                        else if (widemux > 0) {
                                constexpr int cost_mux2 = 100;
                                std::string muxcover_args = stringf(" -nodecode -mux2=%d", cost_mux2);