mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-19 09:40:21 +00:00
Update flags to be better
This commit is contained in:
parent
06c87f6a2d
commit
2b39770f57
3 changed files with 6 additions and 6 deletions
|
@ -3439,12 +3439,12 @@ struct VerificPass : public Pass {
|
|||
Message::RegisterCallBackMsg(msg_func);
|
||||
|
||||
RuntimeFlags::SetVar("db_preserve_user_instances", 1);
|
||||
RuntimeFlags::SetVar("db_preserve_user_nets", 0); // SILIMATE: disable to improve optimization
|
||||
// RuntimeFlags::SetVar("db_preserve_x", 1); // SILIMATE: comment out to improve optimization
|
||||
RuntimeFlags::SetVar("db_preserve_user_nets", 1);
|
||||
RuntimeFlags::SetVar("db_preserve_x", 1);
|
||||
|
||||
RuntimeFlags::SetVar("db_merge_cascaded_muxes", 1); // SILIMATE: add to improve optimization
|
||||
RuntimeFlags::SetVar("db_preserve_register_names", 1); // SILIMATE: optionally add to use preserve register names
|
||||
// RuntimeFlags::SetVar("db_synopsys_register_names", 1); // SILIMATE: optionally add to use Synopsys register names
|
||||
// RuntimeFlags::SetVar("db_preserve_register_names", 1); // SILIMATE: optionally add to use preserve register names
|
||||
RuntimeFlags::SetVar("db_synopsys_register_names", 1); // SILIMATE: optionally add to use Synopsys register names
|
||||
RuntimeFlags::SetVar("db_stop_cse_on_ram_ports", 0); // SILIMATE: perform CSE on RAM ports to improve optimization
|
||||
|
||||
// RuntimeFlags::SetVar("db_infer_wide_operators_post_elaboration", 1); // SILIMATE: optionally add to improve optimization (QoR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue