mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-23 04:38:55 +00:00
Add expect option to logger command
This commit is contained in:
parent
0ba2a2b1fa
commit
31b7a9c312
4 changed files with 113 additions and 3 deletions
|
@ -664,13 +664,15 @@ int main(int argc, char **argv)
|
|||
}
|
||||
#endif
|
||||
|
||||
log_check_expected();
|
||||
|
||||
yosys_atexit();
|
||||
|
||||
memhasher_off();
|
||||
if (call_abort)
|
||||
abort();
|
||||
|
||||
log_flush();
|
||||
log_flush();
|
||||
#if defined(_MSC_VER)
|
||||
_exit(0);
|
||||
#elif defined(_WIN32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue