mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-05 14:55:47 +00:00
Merge pull request #3282 from nakengelhardt/verific_loop_rams
verific: allow memories to be inferred in loops
This commit is contained in:
commit
d23260d381
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