abc-master
|
#include "dchInt.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START unsigned * | Dch_ObjSim (Vec_Ptr_t *vSims, Aig_Obj_t *pObj) |
DECLARATIONS ///. More... | |
static unsigned | Dch_ObjRandomSim () |
int | Dch_NodeIsConstCex (void *p, Aig_Obj_t *pObj) |
FUNCTION DEFINITIONS ///. More... | |
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.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [dchSim.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Choice computation for tech-mapping.]
Synopsis [Performs random simulation at the beginning.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 29, 2008.]
Revision [
]
Definition at line 30 of file dchSim.c.
Function*************************************************************
Synopsis [Perform random simulation.]
Description []
SideEffects []
SeeAlso []
Definition at line 201 of file dchSim.c.