mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 20:05:52 +00:00
Preserve instances
This commit is contained in:
parent
e23e33441f
commit
a0c0384683
1 changed files with 2 additions and 2 deletions
|
@ -3236,8 +3236,8 @@ struct VerificPass : public Pass {
|
|||
Message::SetConsoleOutput(0);
|
||||
Message::RegisterCallBackMsg(msg_func);
|
||||
|
||||
// RuntimeFlags::SetVar("db_preserve_user_instances", 1); // SILIMATE: comment out to improve optimization
|
||||
// RuntimeFlags::SetVar("db_preserve_user_nets", 1); // SILIMATE: comment out to improve optimization
|
||||
RuntimeFlags::SetVar("db_preserve_user_instances", 1);
|
||||
RuntimeFlags::SetVar("db_preserve_user_nets", 1);
|
||||
// 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