mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-11 13:40:53 +00:00
Update Yosys runtime flags for Verific to remove multi-port memory support
This commit is contained in:
parent
66eabb1d2c
commit
6300c491ea
1 changed files with 2 additions and 2 deletions
|
@ -3209,8 +3209,8 @@ struct VerificPass : public Pass {
|
||||||
// Properly respect order of read and write for rams
|
// Properly respect order of read and write for rams
|
||||||
RuntimeFlags::SetVar("db_change_inplace_ram_blocking_write_before_read", 1);
|
RuntimeFlags::SetVar("db_change_inplace_ram_blocking_write_before_read", 1);
|
||||||
|
|
||||||
RuntimeFlags::SetVar("veri_extract_dualport_rams", 0);
|
RuntimeFlags::SetVar("veri_extract_dualport_rams", 1);
|
||||||
RuntimeFlags::SetVar("veri_extract_multiport_rams", 1);
|
RuntimeFlags::SetVar("veri_extract_multiport_rams", 0);
|
||||||
RuntimeFlags::SetVar("veri_allow_any_ram_in_loop", 1);
|
RuntimeFlags::SetVar("veri_allow_any_ram_in_loop", 1);
|
||||||
|
|
||||||
#ifdef VERIFIC_VHDL_SUPPORT
|
#ifdef VERIFIC_VHDL_SUPPORT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue