3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-06 06:16:04 +00:00

Merge branch 'YosysHQ:master' into rtlworks/script-stack/issue/3594

This commit is contained in:
Muthiah Annamalai (முத்து அண்ணாமலை) 2023-07-01 11:56:49 -07:00 committed by GitHub
commit 6da26921d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 1399 additions and 203 deletions

View file

@ -59,6 +59,7 @@ bool log_quiet_warnings = false;
int log_verbose_level;
string log_last_error;
void (*log_error_atexit)() = NULL;
void (*log_verific_callback)(int msg_type, const char *message_id, const char* file_path, unsigned int line_no, const char *msg) = NULL;
int log_make_debug = 0;
int log_force_debug = 0;