#include "dchInt.h"
Go to the source code of this file.
Functions | |
| int | Dch_NodeIsConstCex (void *p, Aig_Obj_t *pObj) |
| FUNCTION DEFINITIONS ///. | |
| int | Dch_NodesAreEqualCex (void *p, Aig_Obj_t *pObj0, Aig_Obj_t *pObj1) |
| unsigned | Dch_NodeHash (void *p, Aig_Obj_t *pObj) |
| int | Dch_NodeIsConst (void *p, Aig_Obj_t *pObj) |
| int | Dch_NodesAreEqual (void *p, Aig_Obj_t *pObj0, Aig_Obj_t *pObj1) |
| void | Dch_PerformRandomSimulation (Aig_Man_t *pAig, Vec_Ptr_t *vSims) |
| Dch_Cla_t * | Dch_CreateCandEquivClasses (Aig_Man_t *pAig, int nWords, int fVerbose) |
Function*************************************************************
Synopsis [Derives candidate equivalence classes of AIG nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 264 of file dchSim.c.


| unsigned Dch_NodeHash | ( | void * | p, |
| Aig_Obj_t * | pObj ) |
Function*************************************************************
Synopsis [Computes hash value of the node using its simulation info.]
Description []
SideEffects []
SeeAlso []
Definition at line 86 of file dchSim.c.

| int Dch_NodeIsConst | ( | void * | p, |
| Aig_Obj_t * | pObj ) |
Function*************************************************************
Synopsis [Returns 1 if simulation info is composed of all zeros.]
Description []
SideEffects []
SeeAlso []
Definition at line 134 of file dchSim.c.

| int Dch_NodeIsConstCex | ( | void * | p, |
| Aig_Obj_t * | pObj ) |
Function*************************************************************
Synopsis [Returns 1 if simulation infos are equal.]
Description []
SideEffects []
SeeAlso []
Definition at line 167 of file dchSim.c.

Function*************************************************************
Synopsis [Perform random simulation.]
Description []
SideEffects []
SeeAlso []
Definition at line 201 of file dchSim.c.

