mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added "yosys -qq" to also quiet warning messages
This commit is contained in:
parent
a112b10934
commit
1e0f6b5ddb
4 changed files with 9 additions and 4 deletions
|
@ -47,6 +47,7 @@ extern SHA1 *log_hasher;
|
|||
|
||||
extern bool log_time;
|
||||
extern bool log_cmd_error_throw;
|
||||
extern bool log_quiet_warnings;
|
||||
extern int log_verbose_level;
|
||||
|
||||
void logv(const char *format, va_list ap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue