mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-03 21:09:12 +00:00
Add "yosys -w" for suppressing warnings
This commit is contained in:
parent
cdb6ceb8c6
commit
828303791b
3 changed files with 34 additions and 11 deletions
|
|
@ -49,7 +49,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 std::vector<std::regex> log_warn_regexes;
|
||||
extern std::vector<std::regex> log_warn_regexes, log_nowarn_regexes;
|
||||
extern bool log_hdump_all;
|
||||
extern FILE *log_errfile;
|
||||
extern SHA1 *log_hasher;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue