3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-19 13:45:48 +00:00

Bump abc for multi-threading

This commit is contained in:
Akash Levy 2025-09-15 11:17:04 -07:00
commit 045e7a83c8
6 changed files with 711 additions and 198 deletions

View file

@ -179,7 +179,7 @@ int run_command(const std::string &command, std::function<void(const std::string
int ret = pclose(f);
if (ret < 0)
return -1;
return -2;
#ifdef _WIN32
return ret;
#else