Merge pull request #2006 from jersey99/signed-in-rtlil-wire
[yosys.git] / techlibs / achronix / synth_achronix.cc
index 1dc6bdb2fe8a26c2a83f6ef8c3e8b4a59b802e69..262a5e70095bfa2c654acc1d200f9ad26b679d83 100644 (file)
@@ -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");