3
0
Fork 0
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:
Miodrag Milanovic 2020-02-14 12:21:16 +01:00
parent 0ba2a2b1fa
commit 31b7a9c312
4 changed files with 113 additions and 3 deletions

View file

@ -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)