3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Added libs/minisat (copy of minisat git master)

This commit is contained in:
Clifford Wolf 2014-03-12 10:17:51 +01:00
parent 9087ece97c
commit 94c1307c26
28 changed files with 5025 additions and 28 deletions

View file

@ -24,13 +24,8 @@
#include "kernel/sigtools.h"
#include "kernel/celltypes.h"
#ifdef YOSYS_ENABLE_MINISAT
# include "libs/ezsat/ezminisat.h"
#include "libs/ezsat/ezminisat.h"
typedef ezMiniSAT ezDefaultSAT;
#else
# include "libs/ezsat/ezsat.h"
typedef ezSAT ezDefaultSAT;
#endif
struct SatGen
{