summaryrefslogtreecommitdiffstats
path: root/src/opt/cgt/cgt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/cgt/cgt.h')
-rw-r--r--src/opt/cgt/cgt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opt/cgt/cgt.h b/src/opt/cgt/cgt.h
index 73edbfc3..e92f4e31 100644
--- a/src/opt/cgt/cgt.h
+++ b/src/opt/cgt/cgt.h
@@ -69,7 +69,8 @@ struct Cgt_Par_t_
/*=== cgtCore.c ==========================================================*/
extern void Cgt_SetDefaultParams( Cgt_Par_t * p );
-extern Vec_Vec_t * Cgt_ClockGatingCandidates( Aig_Man_t * pAig, Aig_Man_t * pCare, Cgt_Par_t * pPars );
+extern Vec_Vec_t * Cgt_ClockGatingCandidates( Aig_Man_t * pAig, Aig_Man_t * pCare, Cgt_Par_t * pPars, Vec_Int_t * vUseful );
+extern Vec_Vec_t * Cgt_ClockGatingInt( Aig_Man_t * pAig, Aig_Man_t * pCare, Cgt_Par_t * pPars, Vec_Int_t * vUseful );
extern Aig_Man_t * Cgt_ClockGating( Aig_Man_t * pAig, Aig_Man_t * pCare, Cgt_Par_t * pPars );