abc-master
|
Go to the source code of this file.
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 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 [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.