3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 13:18:56 +00:00

Added "yosys -D ALL"

This commit is contained in:
Clifford Wolf 2016-04-24 17:12:34 +02:00
parent 09ffebb995
commit 9aa4b3309c
3 changed files with 22 additions and 6 deletions

View file

@ -48,6 +48,7 @@ struct log_cmd_error_exception { };
extern std::vector<FILE*> log_files;
extern std::vector<std::ostream*> log_streams;
extern std::map<std::string, std::set<std::string>> log_hdump;
extern bool log_hdump_all;
extern FILE *log_errfile;
extern SHA1 *log_hasher;