mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 13:53:40 +00:00
Print non-errors to stdout
This commit is contained in:
parent
45918b8315
commit
f9304e6c10
3 changed files with 11 additions and 2 deletions
|
@ -46,6 +46,7 @@ extern FILE *log_errfile;
|
|||
extern SHA1 *log_hasher;
|
||||
|
||||
extern bool log_time;
|
||||
extern bool log_error_stderr;
|
||||
extern bool log_cmd_error_throw;
|
||||
extern bool log_quiet_warnings;
|
||||
extern int log_verbose_level;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue