mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-30 12:25:52 +00:00
Infer wide operators pre elaboration (post does not work as well!)
This commit is contained in:
parent
1cb328b879
commit
a55a4d461e
1 changed files with 1 additions and 1 deletions
|
@ -3243,7 +3243,7 @@ struct VerificPass : public Pass {
|
||||||
RuntimeFlags::SetVar("db_synopsys_register_names", 1); // SILIMATE: add to use Synopsys register names
|
RuntimeFlags::SetVar("db_synopsys_register_names", 1); // SILIMATE: add to use Synopsys register names
|
||||||
|
|
||||||
RuntimeFlags::SetVar("db_allow_external_nets", 1);
|
RuntimeFlags::SetVar("db_allow_external_nets", 1);
|
||||||
RuntimeFlags::SetVar("db_infer_wide_operators_post_elaboration", 1); // SILIMATE: infer post elaboration to improve optimization
|
RuntimeFlags::SetVar("db_infer_wide_operators", 1);
|
||||||
RuntimeFlags::SetVar("db_infer_set_reset_registers", 0);
|
RuntimeFlags::SetVar("db_infer_set_reset_registers", 0);
|
||||||
|
|
||||||
// Properly respect order of read and write for rams
|
// Properly respect order of read and write for rams
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue