3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-29 20:05:52 +00:00

See if this fixes issues on Innatera design

This commit is contained in:
Akash Levy 2024-06-28 03:13:38 -07:00
parent 6795c32167
commit dec43679be
2 changed files with 4 additions and 4 deletions

View file

@ -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;
}