mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-30 04:15:52 +00:00
Don't preserve user nets and update Verific tree balancing
This commit is contained in:
parent
0a997b9e64
commit
f790b75c19
2 changed files with 2 additions and 2 deletions
|
@ -3425,7 +3425,7 @@ struct VerificPass : public Pass {
|
|||
Message::RegisterCallBackMsg(msg_func);
|
||||
|
||||
RuntimeFlags::SetVar("db_preserve_user_instances", 1);
|
||||
RuntimeFlags::SetVar("db_preserve_user_nets", 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_merge_cascaded_muxes", 1); // SILIMATE: add to improve optimization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue