abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Abc_NodeBddReorder (reo_man *p, Abc_Obj_t *pNode) |
DECLARATIONS ///. More... | |
void | Abc_NtkBddReorder (Abc_Ntk_t *pNtk, int fVerbose) |
ABC_NAMESPACE_IMPL_START void Abc_NodeBddReorder | ( | reo_man * | p, |
Abc_Obj_t * | pNode | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcReorder.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Reordering local BDDs of the nodes.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Reorders BDD of the local function of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file abcReorder.c.
void Abc_NtkBddReorder | ( | Abc_Ntk_t * | pNtk, |
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Reorders BDDs of the local functions.]
Description []
SideEffects []
SeeAlso []
Definition at line 77 of file abcReorder.c.