abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | Fra_SetActivityFactors (Fra_Man_t *p, Aig_Obj_t *pOld, Aig_Obj_t *pNew) |
DECLARATIONS ///. More... | |
int | Fra_NodesAreEquiv (Fra_Man_t *p, Aig_Obj_t *pOld, Aig_Obj_t *pNew) |
FUNCTION DEFINITIONS ///. More... | |
int | Fra_NodesAreImp (Fra_Man_t *p, Aig_Obj_t *pOld, Aig_Obj_t *pNew, int fComplL, int fComplR) |
int | Fra_NodesAreClause (Fra_Man_t *p, Aig_Obj_t *pOld, Aig_Obj_t *pNew, int fComplL, int fComplR) |
int | Fra_NodeIsConst (Fra_Man_t *p, Aig_Obj_t *pNew) |
int | Fra_SetActivityFactors_rec (Fra_Man_t *p, Aig_Obj_t *pObj, int LevelMin, int LevelMax) |
Function*************************************************************
Synopsis [Runs equivalence test for one node.]
Description [Returns the fraiged node.]
SideEffects []
SeeAlso []
Definition at line 425 of file fraSat.c.
int Fra_NodesAreClause | ( | Fra_Man_t * | p, |
Aig_Obj_t * | pOld, | ||
Aig_Obj_t * | pNew, | ||
int | fComplL, | ||
int | fComplR | ||
) |
Function*************************************************************
Synopsis [Runs the result of test for pObj => pNew.]
Description []
SideEffects []
SeeAlso []
Definition at line 317 of file fraSat.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Runs equivalence test for the two nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file fraSat.c.
Function*************************************************************
Synopsis [Runs the result of test for pObj => pNew.]
Description []
SideEffects []
SeeAlso []
Definition at line 209 of file fraSat.c.
DECLARATIONS ///.
CFile****************************************************************
FileName [fraSat.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [New FRAIG package.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 30, 2007.]
Revision [
]
Function*************************************************************
Synopsis [Sets variable activities in the cone.]
Description []
SideEffects []
SeeAlso []
Definition at line 540 of file fraSat.c.
Function*************************************************************
Synopsis [Sets variable activities in the cone.]
Description []
SideEffects []
SeeAlso []
Definition at line 502 of file fraSat.c.