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:
parent
9087ece97c
commit
94c1307c26
28 changed files with 5025 additions and 28 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue