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:
parent
09ffebb995
commit
9aa4b3309c
3 changed files with 22 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue