diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2012-09-21 22:00:39 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2012-09-21 22:00:39 -0700 |
commit | fdd043ca341c908bc7dc2ad62fc9974152e4f740 (patch) | |
tree | 0ad9767db7e06ed2b41494ef39d8bed57b8464c0 /src/map/if/if.h | |
parent | c1f8baafb86cddf08f56a3bdd7329cad68b5413f (diff) | |
download | abc-fdd043ca341c908bc7dc2ad62fc9974152e4f740.tar.gz abc-fdd043ca341c908bc7dc2ad62fc9974152e4f740.tar.bz2 abc-fdd043ca341c908bc7dc2ad62fc9974152e4f740.zip |
Upgrading hierarchy timing manager.
Diffstat (limited to 'src/map/if/if.h')
-rw-r--r-- | src/map/if/if.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/map/if/if.h b/src/map/if/if.h index 37cea625..f74a59da 100644 --- a/src/map/if/if.h +++ b/src/map/if/if.h @@ -128,7 +128,6 @@ struct If_Par_t_ int fUseSops; // use local SOPs as a cost function int fUseCnfs; // use local CNFs as a cost function int fUseMv; // use local MV-SOPs as a cost function - int fUseAdders; // timing model for adders int nLatchesCi; // the number of latches among the CIs int nLatchesCo; // the number of latches among the COs int nLatchesCiBox; // the number of white box outputs among the CIs @@ -531,8 +530,8 @@ extern int If_ManCountSpecialPos( If_Man_t * p ); extern int If_CutDelayRecCost(If_Man_t* p, If_Cut_t* pCut, If_Obj_t * pObj); extern int If_CutDelayRecCost2(If_Man_t* p, If_Cut_t* pCut, If_Obj_t * pObj); /*=== abcRec2.c ============================================================*/ -extern int Abc_NtkRecIsRunning(); -extern int Abc_NtkRecIsRunning2(); +extern ABC_DLL int Abc_NtkRecIsRunning(); +extern ABC_DLL int Abc_NtkRecIsRunning2(); // othe packages extern int Bat_ManCellFuncLookup( unsigned * pTruth, int nVars, int nLeaves ); |