mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added logfile hash to statistics footer
This commit is contained in:
parent
bd74ed7da4
commit
75ffd1643c
5 changed files with 80 additions and 46 deletions
|
@ -38,6 +38,8 @@ struct log_cmd_error_expection { };
|
|||
|
||||
extern std::vector<FILE*> log_files;
|
||||
extern FILE *log_errfile;
|
||||
extern class SHA1 *log_hasher;
|
||||
|
||||
extern bool log_time;
|
||||
extern bool log_cmd_error_throw;
|
||||
extern int log_verbose_level;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue