|
abc-master
|
Go to the source code of this file.
Typedefs | |
| typedef typedefABC_NAMESPACE_HEADER_START struct Rsb_Man_t_ | Rsb_Man_t |
| INCLUDES ///. More... | |
Functions | |
| Rsb_Man_t * | Rsb_ManAlloc (int nLeafMax, int nDivMax, int nDecMax, int fVerbose) |
| MACRO DEFINITIONS ///. More... | |
| void | Rsb_ManFree (Rsb_Man_t *p) |
| Vec_Int_t * | Rsb_ManGetFanins (Rsb_Man_t *p) |
| Vec_Int_t * | Rsb_ManGetFaninsOld (Rsb_Man_t *p) |
| int | Rsb_ManPerformResub6 (Rsb_Man_t *p, int nVars, word uTruth, Vec_Wrd_t *vDivTruths, word *puTruth0, word *puTruth1, int fVerbose) |
| typedef typedefABC_NAMESPACE_HEADER_START struct Rsb_Man_t_ Rsb_Man_t |
INCLUDES ///.
CFile****************************************************************
FileName [rsb.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Truth-table based resubstitution.]
Synopsis [External declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]PARAMETERS ///BASIC TYPES ///
| Rsb_Man_t* Rsb_ManAlloc | ( | int | nLeafMax, |
| int | nDivMax, | ||
| int | nDecMax, | ||
| int | fVerbose | ||
| ) |
MACRO DEFINITIONS ///.
FUNCTION DECLARATIONS ///
MACRO DEFINITIONS ///.
CFile****************************************************************
FileName [rsbMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Truth-table based resubstitution.]
Synopsis [Manager maintenance.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file rsbMan.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
| int Rsb_ManPerformResub6 | ( | Rsb_Man_t * | p, |
| int | nVarsAll, | ||
| word | uTruth, | ||
| Vec_Wrd_t * | vDivTruths, | ||
| word * | puTruth0, | ||
| word * | puTruth1, | ||
| int | fVerbose | ||
| ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 694 of file rsbDec6.c.