summaryrefslogtreecommitdiffstats
path: root/src/map/mpm/mpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mpm/mpm.h')
-rw-r--r--src/map/mpm/mpm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/mpm/mpm.h b/src/map/mpm/mpm.h
index 9a5f3dbb..ff617189 100644
--- a/src/map/mpm/mpm.h
+++ b/src/map/mpm/mpm.h
@@ -57,6 +57,7 @@ typedef struct Mpm_Par_t_ Mpm_Par_t;
struct Mpm_Par_t_
{
Mpm_LibLut_t * pLib;
+ void * pScl;
int nNumCuts;
int DelayTarget;
int fUseGates;
@@ -67,6 +68,7 @@ struct Mpm_Par_t_
int fDeriveLuts;
int fMap4Cnf;
int fMap4Aig;
+ int fMap4Gates;
int fVerbose;
int fVeryVerbose;
};