Enable async load dff emit by default in Verific
authorMiodrag Milanovic <mmicko@gmail.com>
Wed, 27 Oct 2021 13:56:56 +0000 (15:56 +0200)
committerMiodrag Milanovic <mmicko@gmail.com>
Wed, 27 Oct 2021 13:56:56 +0000 (15:56 +0200)
frontends/verific/verific.cc

index 18fba9b76acf716a148ff952afeeee27b23c96c9..2d0574cf97894ee289b231cc05f9dd878c8a12a9 100644 (file)
@@ -2474,7 +2474,7 @@ struct VerificPass : public Pass {
                        RuntimeFlags::SetVar("db_preserve_user_nets", 1);
                        RuntimeFlags::SetVar("db_allow_external_nets", 1);
                        RuntimeFlags::SetVar("db_infer_wide_operators", 1);
-                       RuntimeFlags::SetVar("db_infer_set_reset_registers", 1);
+                       RuntimeFlags::SetVar("db_infer_set_reset_registers", 0);
 
                        RuntimeFlags::SetVar("veri_extract_dualport_rams", 0);
                        RuntimeFlags::SetVar("veri_extract_multiport_rams", 1);