abc-master
|
#include "cecInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Gia_Man_t * | Cec_ManFraSpecReduction (Cec_ManFra_t *p) |
DECLARATIONS ///. More... | |
int | Cec_ManFraClassesUpdate_rec (Gia_Obj_t *pObj) |
void | Cec_ManFraCreateInfo (Cec_ManSim_t *p, Vec_Ptr_t *vCiInfo, Vec_Ptr_t *vInfo, int nSeries) |
int | Cec_ManFraClassesUpdate (Cec_ManFra_t *p, Cec_ManSim_t *pSim, Cec_ManPat_t *pPat, Gia_Man_t *pNew) |
int Cec_ManFraClassesUpdate | ( | Cec_ManFra_t * | p, |
Cec_ManSim_t * | pSim, | ||
Cec_ManPat_t * | pPat, | ||
Gia_Man_t * | pNew | ||
) |
Function*************************************************************
Synopsis [Updates equivalence classes using the patterns.]
Description []
SideEffects []
SeeAlso []
Definition at line 188 of file cecSweep.c.
int Cec_ManFraClassesUpdate_rec | ( | Gia_Obj_t * | pObj | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 140 of file cecSweep.c.
void Cec_ManFraCreateInfo | ( | Cec_ManSim_t * | p, |
Vec_Ptr_t * | vCiInfo, | ||
Vec_Ptr_t * | vInfo, | ||
int | nSeries | ||
) |
Function*************************************************************
Synopsis [Creates simulation info for this round.]
Description []
SideEffects []
SeeAlso []
Definition at line 163 of file cecSweep.c.
ABC_NAMESPACE_IMPL_START Gia_Man_t* Cec_ManFraSpecReduction | ( | Cec_ManFra_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [cecSweep.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Combinational equivalence checking.]
Synopsis [SAT sweeping manager.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Performs limited speculative reduction.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file cecSweep.c.