#include "cgtInt.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Cgt_Man_t * | Cgt_ManCreate (Aig_Man_t *pAig, Aig_Man_t *pCare, Cgt_Par_t *pPars) |
| DECLARATIONS ///. | |
| void | Cgt_ManClean (Cgt_Man_t *p) |
| void | Cgt_ManPrintStats (Cgt_Man_t *p) |
| void | Cgt_ManStop (Cgt_Man_t *p) |
| void Cgt_ManClean | ( | Cgt_Man_t * | p | ) |
Function*************************************************************
Synopsis [Creates the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 86 of file cgtMan.c.


| ABC_NAMESPACE_IMPL_START Cgt_Man_t * Cgt_ManCreate | ( | Aig_Man_t * | pAig, |
| Aig_Man_t * | pCare, | ||
| Cgt_Par_t * | pPars ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [cgtMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Clock gating package.]
Synopsis [Manipulation of clock gating manager.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Creates the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file cgtMan.c.


| void Cgt_ManPrintStats | ( | Cgt_Man_t * | p | ) |
Function*************************************************************
Synopsis [Prints stats of the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 122 of file cgtMan.c.

| void Cgt_ManStop | ( | Cgt_Man_t * | p | ) |
Function*************************************************************
Synopsis [Frees the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 154 of file cgtMan.c.

