3
0
Fork 0
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:
Clifford Wolf 2015-01-03 22:10:33 +01:00
parent 45918b8315
commit f9304e6c10
3 changed files with 11 additions and 2 deletions

View file

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