3
0
Fork 0
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:
Clifford Wolf 2013-11-17 13:26:31 +01:00
parent 2df5cd87b2
commit 7d52eb0ddb
3 changed files with 23 additions and 5 deletions

View file

@ -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, ...);