mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 16:45:32 +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
|
||||
|
|
2
verific
2
verific
|
@ -1 +1 @@
|
|||
Subproject commit 636dc936c03671f70ba73d03419ea4cf96cb65ad
|
||||
Subproject commit f02b6e5a0c38df8405801af0ed12b530d801248f
|
Loading…
Add table
Add a link
Reference in a new issue