Merge pull request #2015 from boqwxp/qbfsat-bisection
[yosys.git] / techlibs / achronix / synth_achronix.cc
old mode 100755 (executable)
new mode 100644 (file)
index 1dc6bdb..262a5e7
@@ -144,7 +144,6 @@ struct SynthAchronixPass : public ScriptPass {
         run("opt -fast -mux_undef -undriven -fine -full");
         run("memory_map");
         run("opt -undriven -fine");
-        run("dffsr2dff");
         run("dff2dffe -direct-match $_DFF_*");
         run("opt -fine");
         run("techmap -map +/techmap.v");