mirror of https://github.com/YosysHQ/yosys.git
Remove wide operator control
This commit is contained in:
parent
8c43571fea
commit
f18ddb5db2
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue