Merge pull request #3282 from nakengelhardt/verific_loop_rams

verific: allow memories to be inferred in loops
This commit is contained in:
Miodrag Milanović 2022-04-18 09:09:36 +02:00 committed by GitHub
commit d23260d381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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);