mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 10:05:33 +00:00
verific: allow memories to be inferred in loops (vhdl)
This commit is contained in:
parent
d23260d381
commit
1cc281ca6f
1 changed files with 1 additions and 0 deletions
|
@ -2553,6 +2553,7 @@ struct VerificPass : public Pass {
|
|||
#ifdef VERIFIC_VHDL_SUPPORT
|
||||
RuntimeFlags::SetVar("vhdl_extract_dualport_rams", 0);
|
||||
RuntimeFlags::SetVar("vhdl_extract_multiport_rams", 1);
|
||||
RuntimeFlags::SetVar("vhdl_allow_any_ram_in_loop", 1);
|
||||
|
||||
RuntimeFlags::SetVar("vhdl_support_variable_slice", 1);
|
||||
RuntimeFlags::SetVar("vhdl_ignore_assertion_statements", 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue