
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Vec_Int_t * | Saig_ManFindIsoPermCos (Aig_Man_t *pAig, Vec_Int_t *vPermCis) |
| DECLARATIONS ///. | |
| void | Saig_ManDupIsoCanonical_rec (Aig_Man_t *pNew, Aig_Man_t *pAig, Aig_Obj_t *pObj) |
| Aig_Man_t * | Saig_ManDupIsoCanonical (Aig_Man_t *pAig, int fVerbose) |
| int | Iso_ManCheckMapping (Aig_Man_t *pAig1, Aig_Man_t *pAig2, Vec_Int_t *vMap2to1, int fVerbose) |
| int | Iso_ManNegEdgeNum (Aig_Man_t *pAig) |
| Vec_Int_t * | Iso_ManFindMapping (Aig_Man_t *pAig1, Aig_Man_t *pAig2, Vec_Int_t *vPerm1_, Vec_Int_t *vPerm2_, int fVerbose) |
| Aig_Man_t * | Iso_ManFilterPos_old (Aig_Man_t *pAig, int fVerbose) |
| int | Iso_StoCompareVecStr (Vec_Str_t **p1, Vec_Str_t **p2) |
| Aig_Man_t * | Iso_ManFilterPos (Aig_Man_t *pAig, Vec_Ptr_t **pvPosEquivs, int fVerbose) |
| Aig_Man_t * | Iso_ManTest (Aig_Man_t *pAig, int fVerbose) |
| Aig_Man_t * | Saig_ManIsoReduce (Aig_Man_t *pAig, Vec_Ptr_t **pvPosEquivs, int fVerbose) |
| ABC_NAMESPACE_IMPL_END ABC_NAMESPACE_IMPL_START Aig_Man_t * | Iso_ManTest888 (Aig_Man_t *pAig1, int fVerbose) |
| int Iso_ManCheckMapping | ( | Aig_Man_t * | pAig1, |
| Aig_Man_t * | pAig2, | ||
| Vec_Int_t * | vMap2to1, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Checks structural equivalence of AIG1 and AIG2.]
Description [Returns 1 if AIG1 and AIG2 are structurally equivalent under this mapping.]
SideEffects []
SeeAlso []
Definition at line 186 of file saigIso.c.


Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 422 of file saigIso.c.


Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 322 of file saigIso.c.

| Vec_Int_t * Iso_ManFindMapping | ( | Aig_Man_t * | pAig1, |
| Aig_Man_t * | pAig2, | ||
| Vec_Int_t * | vPerm1_, | ||
| Vec_Int_t * | vPerm2_, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Finds mapping of CIs of AIG2 into those of AIG1.]
Description [Returns the mapping of CIs of the two AIGs, or NULL if there is no mapping.]
SideEffects []
SeeAlso []
Definition at line 264 of file saigIso.c.


| int Iso_ManNegEdgeNum | ( | Aig_Man_t * | pAig | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 235 of file saigIso.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 540 of file saigIso.c.

| ABC_NAMESPACE_IMPL_END ABC_NAMESPACE_IMPL_START Aig_Man_t * Iso_ManTest888 | ( | Aig_Man_t * | pAig1, |
| int | fVerbose ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 594 of file saigIso.c.

Function*************************************************************
Synopsis [Takes multi-output sequential AIG.]
Description [Returns candidate equivalence classes of POs.]
SideEffects []
SeeAlso []
Definition at line 406 of file saigIso.c.

Function*************************************************************
Synopsis [Performs canonical duplication of the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 128 of file saigIso.c.


Function*************************************************************
Synopsis [Performs canonical duplication of the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 89 of file saigIso.c.


| ABC_NAMESPACE_IMPL_START Vec_Int_t * Saig_ManFindIsoPermCos | ( | Aig_Man_t * | pAig, |
| Vec_Int_t * | vPermCis ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [saigIso.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Sequential AIG package.]
Synopsis [Sequential cleanup.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Find the canonical permutation of the COs.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file saigIso.c.


Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 561 of file saigIso.c.
