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:
parent
df537a216b
commit
93e6ebe771
2 changed files with 8 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue