diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2013-07-13 09:52:20 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2013-07-13 09:52:20 -0700 |
commit | 1814b6742cb2f7291cf4d3f3a11eabcdc4527158 (patch) | |
tree | fcd7418bcdf1bf301f297add952f8e6de073535f /src/map/mpm/mpm.h | |
parent | 7efe9f2afd033b4e9d171e87317d29d195255dc4 (diff) | |
download | abc-1814b6742cb2f7291cf4d3f3a11eabcdc4527158.tar.gz abc-1814b6742cb2f7291cf4d3f3a11eabcdc4527158.tar.bz2 abc-1814b6742cb2f7291cf4d3f3a11eabcdc4527158.zip |
New technology mapper.
Diffstat (limited to 'src/map/mpm/mpm.h')
-rw-r--r-- | src/map/mpm/mpm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mpm/mpm.h b/src/map/mpm/mpm.h index 0f5bdcd6..403e588e 100644 --- a/src/map/mpm/mpm.h +++ b/src/map/mpm/mpm.h @@ -60,6 +60,7 @@ struct Mpm_Par_t_ int nNumCuts; int DelayTarget; int fUseTruth; + int fUseDsd; int fCutMin; int fDeriveLuts; int fVerbose; |