summaryrefslogtreecommitdiffstats
path: root/src/map/if/if.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2011-05-07 20:19:45 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2011-05-07 20:19:45 -0700
commit27bb2a684d0888f47bfc2f0ee99399c25989f383 (patch)
tree3049340093a2c8beb9b580a25de98e4179142247 /src/map/if/if.h
parentb8b75cf14fd361c02c00ae3792537a0dab7a243f (diff)
downloadabc-27bb2a684d0888f47bfc2f0ee99399c25989f383.tar.gz
abc-27bb2a684d0888f47bfc2f0ee99399c25989f383.tar.bz2
abc-27bb2a684d0888f47bfc2f0ee99399c25989f383.zip
Updated technology mapping.
Diffstat (limited to 'src/map/if/if.h')
-rw-r--r--src/map/if/if.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/if/if.h b/src/map/if/if.h
index ff2e9541..72b1f5b2 100644
--- a/src/map/if/if.h
+++ b/src/map/if/if.h
@@ -96,6 +96,7 @@ struct If_Par_t_
int fBidec; // use bi-decomposition
int fUseBat; // use one specialized feature
int fUseBuffs; // use buffers to decouple outputs
+ int fEnableCheck; // enable additional checking
int fVerbose; // the verbosity flag
// internal parameters
int fDelayOpt; // special delay optimization
@@ -444,7 +445,7 @@ extern float If_CutDelay( If_Man_t * p, If_Cut_t * pCut );
extern void If_CutPropagateRequired( If_Man_t * p, If_Cut_t * pCut, float Required );
extern void If_CutRotatePins( If_Man_t * p, If_Cut_t * pCut );
/*=== ifTruth.c ===========================================================*/
-extern void If_CutComputeTruth( If_Man_t * p, If_Cut_t * pCut, If_Cut_t * pCut0, If_Cut_t * pCut1, int fCompl0, int fCompl1 );
+extern int If_CutComputeTruth( If_Man_t * p, If_Cut_t * pCut, If_Cut_t * pCut0, If_Cut_t * pCut1, int fCompl0, int fCompl1 );
extern void If_CutTruthPermute( unsigned * pOut, unsigned * pIn, int nVars, float * pDelays, int * pVars );
/*=== ifUtil.c ============================================================*/
extern void If_ManCleanNodeCopy( If_Man_t * p );