mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added -v<level> option and some minor driver cleanups
This commit is contained in:
parent
2df5cd87b2
commit
7d52eb0ddb
3 changed files with 23 additions and 5 deletions
|
@ -28,6 +28,7 @@ extern std::vector<FILE*> log_files;
|
|||
extern FILE *log_errfile;
|
||||
extern bool log_time;
|
||||
extern bool log_cmd_error_throw;
|
||||
extern int log_verbose_level;
|
||||
|
||||
std::string stringf(const char *fmt, ...);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue