abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START DdNode * | Dec_GraphDeriveBdd (DdManager *dd, Dec_Graph_t *pGraph) |
DECLARATIONS ///. More... | |
unsigned | Dec_GraphDeriveTruth (Dec_Graph_t *pGraph) |
ABC_NAMESPACE_IMPL_START DdNode* Dec_GraphDeriveBdd | ( | DdManager * | dd, |
Dec_Graph_t * | pGraph | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [decUtil.c]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis [Decomposition unitilies.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2003.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Converts graph to BDD.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file decUtil.c.
unsigned Dec_GraphDeriveTruth | ( | Dec_Graph_t * | pGraph | ) |
Function*************************************************************
Synopsis [Derives the truth table.]
Description []
SideEffects []
SeeAlso []
Definition at line 95 of file decUtil.c.