mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-30 04:15:52 +00:00
Verific to handle all RAMs
This commit is contained in:
parent
30ed617fd2
commit
22bdf4035a
1 changed files with 2 additions and 2 deletions
|
@ -3209,9 +3209,9 @@ struct VerificPass : public Pass {
|
|||
// Properly respect order of read and write for rams
|
||||
RuntimeFlags::SetVar("db_change_inplace_ram_blocking_write_before_read", 1);
|
||||
|
||||
RuntimeFlags::SetVar("veri_extract_dualport_rams", 1);
|
||||
RuntimeFlags::SetVar("veri_extract_dualport_rams", 0);
|
||||
RuntimeFlags::SetVar("veri_extract_multiport_rams", 0);
|
||||
RuntimeFlags::SetVar("veri_allow_any_ram_in_loop", 1);
|
||||
RuntimeFlags::SetVar("veri_allow_any_ram_in_loop", 0);
|
||||
|
||||
#ifdef VERIFIC_VHDL_SUPPORT
|
||||
RuntimeFlags::SetVar("vhdl_extract_dualport_rams", 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue