mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-30 04:15:52 +00:00
See if this fixes issues on Innatera design
This commit is contained in:
parent
6795c32167
commit
dec43679be
2 changed files with 4 additions and 4 deletions
|
@ -3286,9 +3286,9 @@ struct VerificPass : public Pass {
|
|||
|
||||
RuntimeFlags::SetVar("verific_produce_verbose_syntax_error_message", 1);
|
||||
|
||||
#ifndef DB_PRESERVE_INITIAL_VALUE
|
||||
# warning Verific was built without DB_PRESERVE_INITIAL_VALUE.
|
||||
#endif
|
||||
// #ifndef DB_PRESERVE_INITIAL_VALUE
|
||||
// # warning Verific was built without DB_PRESERVE_INITIAL_VALUE.
|
||||
// #endif
|
||||
|
||||
set_verific_global_flags = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue