From a55a4d461e185d2260d28a77eef881ab1c931c82 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Tue, 28 May 2024 04:39:29 -0700 Subject: [PATCH] Infer wide operators pre elaboration (post does not work as well!) --- frontends/verific/verific.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/verific/verific.cc b/frontends/verific/verific.cc index 2840dfaf9..549ae2699 100644 --- a/frontends/verific/verific.cc +++ b/frontends/verific/verific.cc @@ -3243,7 +3243,7 @@ struct VerificPass : public Pass { RuntimeFlags::SetVar("db_synopsys_register_names", 1); // SILIMATE: add to use Synopsys register names RuntimeFlags::SetVar("db_allow_external_nets", 1); - RuntimeFlags::SetVar("db_infer_wide_operators_post_elaboration", 1); // SILIMATE: infer post elaboration to improve optimization + RuntimeFlags::SetVar("db_infer_wide_operators", 1); RuntimeFlags::SetVar("db_infer_set_reset_registers", 0); // Properly respect order of read and write for rams