diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2013-07-13 12:20:53 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2013-07-13 12:20:53 -0700 |
commit | 118e40b809712c88fe7ddc530a8b072c1d2649d3 (patch) | |
tree | 9ce56adf29a84bd464dfe97ff783127bab962240 /src/map/mpm/mpm.h | |
parent | 167340527b4ecaae20bb6340b5432f15789c5322 (diff) | |
download | abc-118e40b809712c88fe7ddc530a8b072c1d2649d3.tar.gz abc-118e40b809712c88fe7ddc530a8b072c1d2649d3.tar.bz2 abc-118e40b809712c88fe7ddc530a8b072c1d2649d3.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 403e588e..9e9c116d 100644 --- a/src/map/mpm/mpm.h +++ b/src/map/mpm/mpm.h @@ -59,6 +59,7 @@ struct Mpm_Par_t_ Mpm_LibLut_t * pLib; int nNumCuts; int DelayTarget; + int fUseGates; int fUseTruth; int fUseDsd; int fCutMin; |