From f18ddb5db2d731580556cb531e88a8973fe55c88 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Wed, 10 Jul 2024 12:53:59 -0700 Subject: [PATCH] Remove wide operator control --- 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 0c50c166b..fd43c8b05 100644 --- a/frontends/verific/verific.cc +++ b/frontends/verific/verific.cc @@ -3433,7 +3433,7 @@ struct VerificPass : public Pass { RuntimeFlags::SetVar("db_stop_cse_on_ram_ports", 0); // SILIMATE: perform CSE on RAM ports to improve optimization RuntimeFlags::SetVar("db_allow_external_nets", 1); - // RuntimeFlags::SetVar("db_infer_wide_operators", 1); + RuntimeFlags::SetVar("db_infer_wide_operators", 1); // RuntimeFlags::SetVar("db_infer_wide_operators_post_elaboration", 1); // SILIMATE: add to improve optimization (QoR) RuntimeFlags::SetVar("db_infer_set_reset_registers", 0);