mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-05 21:53:24 +00:00
verific: allow memories to be inferred in loops
This commit is contained in:
parent
c1646a00ac
commit
57bc29c64a
1 changed files with 1 additions and 0 deletions
|
@ -2548,6 +2548,7 @@ struct VerificPass : public Pass {
|
|||
|
||||
RuntimeFlags::SetVar("veri_extract_dualport_rams", 0);
|
||||
RuntimeFlags::SetVar("veri_extract_multiport_rams", 1);
|
||||
RuntimeFlags::SetVar("veri_allow_any_ram_in_loop", 1);
|
||||
|
||||
#ifdef VERIFIC_VHDL_SUPPORT
|
||||
RuntimeFlags::SetVar("vhdl_extract_dualport_rams", 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue