#include "abc.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Abc_NtkMinimumBase (Abc_Ntk_t *pNtk) |
| DECLARATIONS ///. | |
| int | Abc_NodeMinimumBase (Abc_Obj_t *pNode) |
| int | Abc_NtkRemoveDupFanins (Abc_Ntk_t *pNtk) |
| int | Abc_NtkEliminateSpecial (Abc_Ntk_t *pNtk, int nMaxSize, int fVerbose) |
| int | Abc_NtkEliminate (Abc_Ntk_t *pNtk, int nMaxSize, int fReverse, int fVerbose) |
| int | Abc_NtkEliminate1 (Abc_Ntk_t *pNtk, int ElimValue, int nMaxSize, int nIterMax, int fReverse, int fVerbose) |
| int Abc_NodeMinimumBase | ( | Abc_Obj_t * | pNode | ) |
Definition at line 893 of file abcMinBase.c.
| int Abc_NtkEliminate | ( | Abc_Ntk_t * | pNtk, |
| int | nMaxSize, | ||
| int | fReverse, | ||
| int | fVerbose ) |
Definition at line 896 of file abcMinBase.c.
| int Abc_NtkEliminate1 | ( | Abc_Ntk_t * | pNtk, |
| int | ElimValue, | ||
| int | nMaxSize, | ||
| int | nIterMax, | ||
| int | fReverse, | ||
| int | fVerbose ) |
Definition at line 897 of file abcMinBase.c.
| int Abc_NtkEliminateSpecial | ( | Abc_Ntk_t * | pNtk, |
| int | nMaxSize, | ||
| int | fVerbose ) |
Definition at line 895 of file abcMinBase.c.
| ABC_NAMESPACE_IMPL_START int Abc_NtkMinimumBase | ( | Abc_Ntk_t * | pNtk | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcMinBase.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Makes nodes of the network minimum base.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 892 of file abcMinBase.c.

| int Abc_NtkRemoveDupFanins | ( | Abc_Ntk_t * | pNtk | ) |
Definition at line 894 of file abcMinBase.c.