#include "hop.h"
Go to the source code of this file.
Functions | |
| int | Hop_ManConvertAigToTruth_rec1 (Hop_Obj_t *pObj) |
| FUNCTION DEFINITIONS ///. | |
| 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) |
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.

