abc-master
|
#include "cecInt.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START unsigned * | Cec_ManIsoInfo (unsigned *pStore, int nWords, int Id) |
DECLARATIONS ///. More... | |
static void | Gia_ManIsoSimulate (Gia_Obj_t *pObj, int Id, unsigned *pStore, int nWords) |
FUNCTION DEFINITIONS ///. More... | |
static void | Gia_ManIsoCopy (int IdDest, int IdSour, unsigned *pStore, int nWords) |
static int | Gia_ManIsoEqual (int Id0, int Id1, unsigned *pStore, int nWords) |
static void | Gia_ManIsoRandom (int Id, unsigned *pStore, int nWords) |
static int | Gia_ManIsoHashKey (int Id, unsigned *pStore, int nWords, int nTableSize) |
static void | Gia_ManIsoTableAdd (Gia_Man_t *p, int Id, unsigned *pStore, int nWords, int *pTable, int nTableSize) |
static int | Gia_ManIsoExtractClasses (Gia_Man_t *p, int Bin, unsigned *pStore, int nWords, Vec_Int_t *vNodesA, Vec_Int_t *vNodesB) |
static void | Gia_ManIsoMatchNodes (int *pIso, unsigned *pStore, int nWords, Vec_Int_t *vNodesA, Vec_Int_t *vNodesB) |
void | Cec_ManTransformClasses (Gia_Man_t *p) |
int * | Cec_ManDetectIsomorphism (Gia_Man_t *p) |
int* Cec_ManDetectIsomorphism | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Finds node correspondences in the miter.]
Description [Assumes that the colors are assigned.]
SideEffects []
SeeAlso []
Definition at line 297 of file cecIso.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [cecIso.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Combinational equivalence checking.]
Synopsis [Detection of structural isomorphism.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 30 of file cecIso.c.
void Cec_ManTransformClasses | ( | Gia_Man_t * | p | ) |
|
inlinestatic |
Function*************************************************************
Synopsis [Copies simulation info.]
Description []
SideEffects []
SeeAlso []
Definition at line 84 of file cecIso.c.
|
inlinestatic |
Function*************************************************************
Synopsis [Compares simulation info of two nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 104 of file cecIso.c.
|
inlinestatic |
|
inlinestatic |
Function*************************************************************
Synopsis [Computes hash key of the simuation info.]
Description []
SideEffects []
SeeAlso []
Definition at line 145 of file cecIso.c.
|
inlinestatic |
Function*************************************************************
Synopsis [Matches nodes in the extacted classes.]
Description []
SideEffects []
SeeAlso []
Definition at line 239 of file cecIso.c.
|
inlinestatic |
Function*************************************************************
Synopsis [Generates random simulation info.]
Description []
SideEffects []
SeeAlso []
Definition at line 126 of file cecIso.c.
|
inlinestatic |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Computes simulation info for one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file cecIso.c.
|
inlinestatic |
Function*************************************************************
Synopsis [Adds node to the hash table.]
Description []
SideEffects []
SeeAlso []
Definition at line 170 of file cecIso.c.