abc-master
|
#include "hop.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | Hop_ManTruthWordNum (int nVars) |
DECLARATIONS ///. More... | |
static void | Hop_ManTruthCopy (unsigned *pOut, unsigned *pIn, int nVars) |
static void | Hop_ManTruthClear (unsigned *pOut, int nVars) |
static void | Hop_ManTruthFill (unsigned *pOut, int nVars) |
static void | Hop_ManTruthNot (unsigned *pOut, unsigned *pIn, int nVars) |
int | Hop_ManConvertAigToTruth_rec1 (Hop_Obj_t *pObj) |
FUNCTION DEFINITIONS ///. More... | |
unsigned * | Hop_ManConvertAigToTruth_rec2 (Hop_Obj_t *pObj, Vec_Int_t *vTruth, int nWords) |
unsigned * | Hop_ManConvertAigToTruth (Hop_Man_t *p, Hop_Obj_t *pRoot, int nVars, Vec_Int_t *vTruth, int fMsbFirst) |
word | Hop_ManComputeTruth6_rec (Hop_Man_t *p, Hop_Obj_t *pObj) |
word | Hop_ManComputeTruth6 (Hop_Man_t *p, Hop_Obj_t *pObj, int nVars) |
Variables | |
static word | Truth [8] |
Definition at line 256 of file hopTruth.c.
Definition at line 244 of file hopTruth.c.
unsigned* Hop_ManConvertAigToTruth | ( | Hop_Man_t * | p, |
Hop_Obj_t * | pRoot, | ||
int | nVars, | ||
Vec_Int_t * | vTruth, | ||
int | fMsbFirst | ||
) |
Function*************************************************************
Synopsis [Computes truth table of the node.]
Description [Assumes that the structural support is no more than 8 inputs. Uses array vTruth to store temporary truth tables. The returned pointer should be used immediately.]
SideEffects []
SeeAlso []
Definition at line 143 of file hopTruth.c.
int Hop_ManConvertAigToTruth_rec1 | ( | Hop_Obj_t * | pObj | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Construct BDDs and mark AIG nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 73 of file hopTruth.c.
Function*************************************************************
Synopsis [Computes truth table of the cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 97 of file hopTruth.c.
|
inlinestatic |
Definition at line 38 of file hopTruth.c.
|
inlinestatic |
Definition at line 32 of file hopTruth.c.
|
inlinestatic |
Definition at line 44 of file hopTruth.c.
|
inlinestatic |
Definition at line 50 of file hopTruth.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [hopTruth.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Minimalistic And-Inverter Graph package.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - May 11, 2006.]
Revision [
]
Definition at line 30 of file hopTruth.c.
|
static |
Function*************************************************************
Synopsis [Compute truth table.]
Description []
SideEffects []
SeeAlso []
Definition at line 233 of file hopTruth.c.