mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Verific workaround for VIPER ticket 13851
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
ce3dc3e01d
commit
0899a53bee
|
@ -1800,6 +1800,9 @@ struct VerificPass : public Pass {
|
||||||
RuntimeFlags::SetVar("veri_extract_multiport_rams", 1);
|
RuntimeFlags::SetVar("veri_extract_multiport_rams", 1);
|
||||||
RuntimeFlags::SetVar("db_infer_wide_operators", 1);
|
RuntimeFlags::SetVar("db_infer_wide_operators", 1);
|
||||||
|
|
||||||
|
// Workaround for VIPER #13851
|
||||||
|
RuntimeFlags::SetVar("veri_create_name_for_unnamed_gen_block", 1);
|
||||||
|
|
||||||
// WARNING: instantiating unknown module 'XYZ' (VERI-1063)
|
// WARNING: instantiating unknown module 'XYZ' (VERI-1063)
|
||||||
Message::SetMessageType("VERI-1063", VERIFIC_ERROR);
|
Message::SetMessageType("VERI-1063", VERIFIC_ERROR);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue