Where did this check come from!?!
authorEddie Hung <eddie@fpgeh.com>
Fri, 26 Apr 2019 22:35:34 +0000 (15:35 -0700)
committerEddie Hung <eddie@fpgeh.com>
Fri, 26 Apr 2019 22:35:34 +0000 (15:35 -0700)
techlibs/xilinx/synth_xilinx.cc

index 53eee79627b2358e59abeeea46732fe680c328fa..58dd928a0e05c3e938331f178957472d15478565 100644 (file)
@@ -275,7 +275,6 @@ struct SynthXilinxPass : public Pass
                                Pass::call(design, "techmap -map +/xilinx/arith_map.v");
                        }
 
-                       Pass::call(design, "hierarchy -check");
                        Pass::call(design, "opt -fast");
                }