Reduce diff with master
authorEddie Hung <eddie@fpgeh.com>
Wed, 12 Jun 2019 16:34:41 +0000 (09:34 -0700)
committerEddie Hung <eddie@fpgeh.com>
Wed, 12 Jun 2019 16:34:41 +0000 (09:34 -0700)
techlibs/xilinx/synth_xilinx.cc

index 56a3eb6fcbd72def8b73e9fa16786e1bff281a08..3ac19e49866178ae34d1a448568192932e40ea23 100644 (file)
@@ -290,7 +290,7 @@ struct SynthXilinxPass : public ScriptPass
                        //   has performed any necessary retiming
                        if (!nosrl || help_mode)
                                run("shregmap -minlen 3 -init -params -enpol any_or_none", "(skip if '-nosrl')");
-                       run("techmap -map +/xilinx/lut_map.v -map +/xilinx/cells_map.v -map +/xilinx/ff_map.v");
+                       run("techmap -map +/xilinx/lut_map.v -map +/xilinx/ff_map.v -map +/xilinx/cells_map.v");
                        run("dffinit -ff FDRE Q INIT -ff FDCE Q INIT -ff FDPE Q INIT -ff FDSE Q INIT "
                                        "-ff FDRE_1 Q INIT -ff FDCE_1 Q INIT -ff FDPE_1 Q INIT -ff FDSE_1 Q INIT");
                        run("clean");