mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added log_cmd_error_expection
This commit is contained in:
parent
7661ded8dd
commit
d878fcbdc7
4 changed files with 7 additions and 8 deletions
|
@ -34,6 +34,8 @@
|
|||
#define S__LINE__sub1(x) S__LINE__sub2(x)
|
||||
#define S__LINE__ S__LINE__sub1(__LINE__)
|
||||
|
||||
struct log_cmd_error_expection { };
|
||||
|
||||
extern std::vector<FILE*> log_files;
|
||||
extern FILE *log_errfile;
|
||||
extern bool log_time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue