
Go to the source code of this file.
Functions | |
| int | Ivy_ManRewritePre (Ivy_Man_t *p, int fUpdateLevel, int fUseZeroCost, int fVerbose) |
| FUNCTION DEFINITIONS ///. | |
| unsigned | Ivy_NodeGetTruth_rec (Ivy_Obj_t *pObj, int *pNums, int nNums) |
| Ivy_Obj_t * | Ivy_GraphToNetwork (Ivy_Man_t *p, Dec_Graph_t *pGraph) |
| void | Ivy_GraphUpdateNetwork3 (Ivy_Man_t *p, Ivy_Obj_t *pRoot, Dec_Graph_t *pGraph, int fUpdateLevel, int nGain) |
| Ivy_Obj_t * Ivy_GraphToNetwork | ( | Ivy_Man_t * | p, |
| 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 485 of file ivyRwr.c.


| void Ivy_GraphUpdateNetwork3 | ( | Ivy_Man_t * | p, |
| Ivy_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 559 of file ivyRwr.c.

| int Ivy_ManRewritePre | ( | Ivy_Man_t * | p, |
| int | fUpdateLevel, | ||
| int | fUseZeroCost, | ||
| int | fVerbose ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Performs incremental rewriting of the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 55 of file ivyRwr.c.


| unsigned Ivy_NodeGetTruth_rec | ( | Ivy_Obj_t * | pObj, |
| int * | pNums, | ||
| int | nNums ) |
Function*************************************************************
Synopsis [Computes the truth table.]
Description []
SideEffects []
SeeAlso []
Definition at line 312 of file ivyRwr.c.

