|
abc-master
|
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Abc_Obj_t * | Dec_GraphToNetwork (Abc_Ntk_t *pNtk, Dec_Graph_t *pGraph) |
| DECLARATIONS ///. More... | |
| Abc_Obj_t * | Dec_SopToAig (Abc_Ntk_t *pNtk, char *pSop, Vec_Ptr_t *vFaninAigs) |
| Abc_Obj_t * | Dec_GraphToAig (Abc_Ntk_t *pNtk, Dec_Graph_t *pFForm, Vec_Ptr_t *vFaninAigs) |
| Abc_Obj_t * | Dec_GraphToNetworkNoStrash (Abc_Ntk_t *pNtk, Dec_Graph_t *pGraph) |
| int | Dec_GraphToNetworkCount (Abc_Obj_t *pRoot, Dec_Graph_t *pGraph, int NodeMax, int LevelMax) |
| void | Dec_GraphUpdateNetwork (Abc_Obj_t *pRoot, Dec_Graph_t *pGraph, int fUpdateLevel, int nGain) |
| Hop_Obj_t * | Dec_GraphToNetworkAig (Hop_Man_t *pMan, Dec_Graph_t *pGraph) |
| Hop_Obj_t * | Dec_GraphFactorSop (Hop_Man_t *pMan, char *pSop) |
| Ivy_Obj_t * | Dec_GraphToNetworkIvy (Ivy_Man_t *pMan, Dec_Graph_t *pGraph) |
Function*************************************************************
Synopsis [Strashes one logic node using its SOP.]
Description []
SideEffects []
SeeAlso []
Definition at line 301 of file decAbc.c.
| Abc_Obj_t* Dec_GraphToAig | ( | Abc_Ntk_t * | pNtk, |
| Dec_Graph_t * | pFForm, | ||
| Vec_Ptr_t * | vFaninAigs | ||
| ) |
Function*************************************************************
Synopsis [Transforms the decomposition graph into the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 104 of file decAbc.c.
| ABC_NAMESPACE_IMPL_START Abc_Obj_t* Dec_GraphToNetwork | ( | Abc_Ntk_t * | pNtk, |
| Dec_Graph_t * | pGraph | ||
| ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [decAbc.c]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis [Interface between the decomposition package and ABC network.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2003.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Transforms the decomposition graph into the AIG.]
Description [AIG nodes for the fanins should be assigned to pNode->pFunc of the leaves of the graph before calling this procedure.]
SideEffects []
SeeAlso []
Definition at line 46 of file decAbc.c.
| Hop_Obj_t* Dec_GraphToNetworkAig | ( | Hop_Man_t * | pMan, |
| Dec_Graph_t * | pGraph | ||
| ) |
Function*************************************************************
Synopsis [Transforms the decomposition graph into the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 268 of file decAbc.c.
| int Dec_GraphToNetworkCount | ( | Abc_Obj_t * | pRoot, |
| Dec_Graph_t * | pGraph, | ||
| int | NodeMax, | ||
| int | LevelMax | ||
| ) |
Function*************************************************************
Synopsis [Counts the number of new nodes added when using this graph.]
Description [AIG nodes for the fanins should be assigned to pNode->pFunc of the leaves of the graph before calling this procedure. Returns -1 if the number of nodes and levels exceeded the given limit or the number of levels exceeded the maximum allowed level.]
SideEffects []
SeeAlso []
Definition at line 167 of file decAbc.c.
| Ivy_Obj_t* Dec_GraphToNetworkIvy | ( | Ivy_Man_t * | pMan, |
| Dec_Graph_t * | pGraph | ||
| ) |
Function*************************************************************
Synopsis [Transforms the decomposition graph into the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 329 of file decAbc.c.
| Abc_Obj_t* Dec_GraphToNetworkNoStrash | ( | Abc_Ntk_t * | pNtk, |
| Dec_Graph_t * | pGraph | ||
| ) |
Function*************************************************************
Synopsis [Transforms the decomposition graph into the AIG.]
Description [AIG nodes for the fanins should be assigned to pNode->pFunc of the leaves of the graph before calling this procedure.]
SideEffects []
SeeAlso []
Definition at line 127 of file decAbc.c.
| void Dec_GraphUpdateNetwork | ( | Abc_Obj_t * | pRoot, |
| Dec_Graph_t * | pGraph, | ||
| int | fUpdateLevel, | ||
| int | nGain | ||
| ) |
Function*************************************************************
Synopsis [Replaces MFFC of the node by the new factored form.]
Description []
SideEffects []
SeeAlso []
Definition at line 240 of file decAbc.c.
Function*************************************************************
Synopsis [Transforms the decomposition graph into the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 79 of file decAbc.c.