Move comment
authorEddie Hung <eddie@fpgeh.com>
Mon, 24 Jun 2019 21:15:00 +0000 (14:15 -0700)
committerEddie Hung <eddie@fpgeh.com>
Mon, 24 Jun 2019 21:15:00 +0000 (14:15 -0700)
techlibs/xilinx/synth_xilinx.cc

index a84f54e9958c664239beeb1e61c226ae7c872952..69b1580b880d63e98ae11a7cd763a9221cbc35ad 100644 (file)
@@ -279,11 +279,11 @@ struct SynthXilinxPass : public ScriptPass
                        if (minmuxf > 0 || help_mode) {
                                run("simplemap t:$mux", "                        ('-minmuxf' only)");
                                if (minmuxf > 0 || help_mode) {
-                                       // NB: Cost of mux2 is 100; mux8 should cost between 3 and 4
-                                       //     of those so that 4:1 muxes and below are implemented
-                                       //     out of mux2s
                                        std::string muxcover_args = " -dmux=0";
                                        switch (minmuxf) {
+                                               // NB: Cost of mux2 is 100; mux8 should cost between 3 and 4
+                                               //     of those so that 4:1 muxes and below are implemented
+                                               //     out of mux2s
                                                case  5: muxcover_args += " -mux8=350 -mux16=400"; break;
                                                case  6: muxcover_args += " -mux8=450 -mux16=500"; break;
                                                case  7: muxcover_args += " -mux8=550 -mux16=600"; break;