
Go to the source code of this file.
Classes | |
| struct | Abc_RRMan_t_ |
Typedefs | |
| typedef typedefABC_NAMESPACE_IMPL_START struct Abc_RRMan_t_ | Abc_RRMan_t |
| DECLARATIONS ///. | |
Functions | |
| int | Abc_NtkRR (Abc_Ntk_t *pNtk, int nFaninLevels, int nFanoutLevels, int fUseFanouts, int fVerbose) |
| FUNCTION DEFINITIONS ///. | |
| Vec_Str_t * | Abc_NtkRRSimulate (Abc_Ntk_t *pNtk) |
| typedef typedefABC_NAMESPACE_IMPL_START struct Abc_RRMan_t_ Abc_RRMan_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcRr.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Redundancy removal.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
| int Abc_NtkRR | ( | Abc_Ntk_t * | pNtk, |
| int | nFaninLevels, | ||
| int | nFanoutLevels, | ||
| int | fUseFanouts, | ||
| int | fVerbose ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Removes stuck-at redundancies.]
Description []
SideEffects []
SeeAlso []
Definition at line 98 of file abcRr.c.

Function*************************************************************
Synopsis [Simulation to detect non-redundant edges.]
Description []
SideEffects []
SeeAlso []
Definition at line 786 of file abcRr.c.
