summaryrefslogtreecommitdiffstats
path: root/src/map/mpm/mpm.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-07-17 14:19:33 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-07-17 14:19:33 -0700
commit10c90de0544eaae44680dea2c5859443a909382d (patch)
treefe18ac646a0372e051de2da17f0c37e6c41fb95f /src/map/mpm/mpm.h
parentd22da3aec408474cc5e39bfbab4d159104e4f709 (diff)
downloadabc-10c90de0544eaae44680dea2c5859443a909382d.tar.gz
abc-10c90de0544eaae44680dea2c5859443a909382d.tar.bz2
abc-10c90de0544eaae44680dea2c5859443a909382d.zip
New technology mapper.
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;
};