Revert "synth_xilinx to call "synth -run coarse" with "-keepdc""
authorEddie Hung <eddie@fpgeh.com>
Tue, 9 Jul 2019 17:15:02 +0000 (10:15 -0700)
committerEddie Hung <eddie@fpgeh.com>
Tue, 9 Jul 2019 17:15:02 +0000 (10:15 -0700)
This reverts commit 7f964859ec99500e471853f5914b6e5b7c35a031.

techlibs/xilinx/synth_xilinx.cc

index 2a77ce39740a8e0d2a05ae8dc404b2b68468e3e3..8da6df57ed8c03fd15229639925607215d675d59 100644 (file)
@@ -240,9 +240,9 @@ struct SynthXilinxPass : public ScriptPass
 
                if (check_label("coarse")) {
                        if (help_mode)
-                               run("synth -keepdc -run coarse [-flatten]", "(with '-flatten')");
+                               run("synth -run coarse [-flatten]", "(with '-flatten')");
                        else
-                               run("synth -keepdc -run coarse" + std::string(flatten ? "" : " -flatten"), "(with '-flatten')");
+                               run("synth -run coarse" + std::string(flatten ? "" : " -flatten"), "(with '-flatten')");
 
                        if (widemux > 0 || help_mode)
                                run("muxpack", "    ('-widemux' only)");