Fix spacing
authorEddie Hung <eddie@fpgeh.com>
Wed, 26 Jun 2019 17:09:18 +0000 (10:09 -0700)
committerEddie Hung <eddie@fpgeh.com>
Wed, 26 Jun 2019 17:09:18 +0000 (10:09 -0700)
techlibs/xilinx/synth_xilinx.cc

index dc2b4f2ac5269237428b0ec208cf2295ce10bd4e..ced132968be1a09f055c6d630655362d775ad979 100644 (file)
@@ -256,11 +256,11 @@ struct SynthXilinxPass : public ScriptPass
                        if (help_mode)
                                run("techmap -map +/techmap.v [-map +/xilinx/arith_map.v]", "(skip if '-nocarry')");
                        else if (!nocarry) {
-                                if (!vpr)
-                                        run("techmap -map +/techmap.v -map +/xilinx/arith_map.v");
-                                else
-                                        run("techmap -map +/techmap.v -map +/xilinx/arith_map.v -D _EXPLICIT_CARRY");
-                        }
+                               if (!vpr)
+                                       run("techmap -map +/techmap.v -map +/xilinx/arith_map.v");
+                               else
+                                       run("techmap -map +/techmap.v -map +/xilinx/arith_map.v -D _EXPLICIT_CARRY");
+                       }
 
                        run("opt -fast");
                }