3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 02:45:52 +00:00

Revert "Compile option for enabling async load verific support"

This reverts commit b8624ad2ae.
This commit is contained in:
Miodrag Milanovic 2021-10-27 15:55:43 +02:00
parent 8d881826eb
commit 32673edfea
2 changed files with 1 additions and 8 deletions

View file

@ -2474,11 +2474,8 @@ struct VerificPass : public Pass {
RuntimeFlags::SetVar("db_preserve_user_nets", 1);
RuntimeFlags::SetVar("db_allow_external_nets", 1);
RuntimeFlags::SetVar("db_infer_wide_operators", 1);
#ifdef VERIFIC_ASYNC_LOAD
RuntimeFlags::SetVar("db_infer_set_reset_registers", 0);
#else
RuntimeFlags::SetVar("db_infer_set_reset_registers", 1);
#endif
RuntimeFlags::SetVar("veri_extract_dualport_rams", 0);
RuntimeFlags::SetVar("veri_extract_multiport_rams", 1);