From cbb7ff8642236fbc21576dec7b57b9e4cb7e60ef Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 2 Aug 2008 08:01:00 -0700 Subject: Version abc80802 --- src/aig/dch/dch.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/aig/dch/dch.h') diff --git a/src/aig/dch/dch.h b/src/aig/dch/dch.h index a9949821..9f6cfdca 100644 --- a/src/aig/dch/dch.h +++ b/src/aig/dch/dch.h @@ -44,7 +44,9 @@ struct Dch_Pars_t_ int nWords; // the number of simulation words int nBTLimit; // conflict limit at a node int nSatVarMax; // the max number of SAT variables + int fSynthesis; // set to 1 to perform synthesis int fVerbose; // verbose stats + int timeSynth; // synthesis runtime }; //////////////////////////////////////////////////////////////////////// @@ -56,8 +58,8 @@ struct Dch_Pars_t_ //////////////////////////////////////////////////////////////////////// /*=== dchCore.c ==========================================================*/ -extern void Dch_ManSetDefaultParams( Dch_Pars_t * p ); -extern Aig_Man_t * Dch_ComputeChoices( Vec_Ptr_t * vAigs, Dch_Pars_t * pPars ); +extern void Dch_ManSetDefaultParams( Dch_Pars_t * p ); +extern Aig_Man_t * Dch_ComputeChoices( Vec_Ptr_t * vAigs, Dch_Pars_t * pPars ); #ifdef __cplusplus -- cgit v1.2.3