mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-25 21:57:01 +00:00
Set db_infer_wide_operators externally
This commit is contained in:
parent
aec3df36d1
commit
8f4b66ae77
2 changed files with 2 additions and 2 deletions
|
@ -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_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_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_wide_operators_post_elaboration", 1); // SILIMATE: add to improve optimization (QoR)
|
||||||
RuntimeFlags::SetVar("db_infer_set_reset_registers", 0);
|
RuntimeFlags::SetVar("db_infer_set_reset_registers", 0);
|
||||||
|
|
||||||
|
|
2
verific
2
verific
|
@ -1 +1 @@
|
||||||
Subproject commit 0ccf06e6cc0c6d3f2991efe9f4f6c34af9692e14
|
Subproject commit 636dc936c03671f70ba73d03419ea4cf96cb65ad
|
Loading…
Add table
Add a link
Reference in a new issue