#include "aig.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START unsigned * | Aig_ManCutTruthOne (Aig_Obj_t *pNode, unsigned *pTruth, int nWords) |
| DECLARATIONS ///. | |
| unsigned * | Aig_ManCutTruth (Aig_Obj_t *pRoot, Vec_Ptr_t *vLeaves, Vec_Ptr_t *vNodes, Vec_Ptr_t *vTruthElem, Vec_Ptr_t *vTruthStore) |
| unsigned * Aig_ManCutTruth | ( | Aig_Obj_t * | pRoot, |
| Vec_Ptr_t * | vLeaves, | ||
| Vec_Ptr_t * | vNodes, | ||
| Vec_Ptr_t * | vTruthElem, | ||
| Vec_Ptr_t * | vTruthStore ) |
Function*************************************************************
Synopsis [Computes truth table of the cut.]
Description [The returned pointer should be used immediately.]
SideEffects []
SeeAlso []
Definition at line 80 of file aigTruth.c.


| ABC_NAMESPACE_IMPL_START unsigned * Aig_ManCutTruthOne | ( | Aig_Obj_t * | pNode, |
| unsigned * | pTruth, | ||
| int | nWords ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [aigTruth.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [AIG package.]
Synopsis [Computes truth table for the cut.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Computes truth table of the cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file aigTruth.c.
