3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-26 13:06:12 +00:00

Disabled ezminisat timeout feature for Win32

This commit is contained in:
Clifford Wolf 2014-10-11 10:24:46 +02:00
parent df537a216b
commit 93e6ebe771
2 changed files with 8 additions and 0 deletions

View file

@ -51,9 +51,11 @@ private:
std::set<int> cnfFrozenVars;
#endif
#ifndef _WIN32
static ezMiniSAT *alarmHandlerThis;
static clock_t alarmHandlerTimeout;
static void alarmHandler(int);
#endif
public:
ezMiniSAT();