abc-master
|
Go to the source code of this file.
Data Structures | |
struct | Bdc_Par_t_ |
Typedefs | |
typedef typedefABC_NAMESPACE_HEADER_START struct Bdc_Fun_t_ | Bdc_Fun_t |
INCLUDES ///. More... | |
typedef struct Bdc_Man_t_ | Bdc_Man_t |
typedef struct Bdc_Par_t_ | Bdc_Par_t |
typedef typedefABC_NAMESPACE_HEADER_START struct Bdc_Fun_t_ Bdc_Fun_t |
INCLUDES ///.
CFile****************************************************************
FileName [bdc.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Truth-table-based bi-decomposition engine.]
Synopsis [External declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - January 30, 2007.]
Revision [
]PARAMETERS ///BASIC TYPES ///
typedef struct Bdc_Man_t_ Bdc_Man_t |
typedef struct Bdc_Par_t_ Bdc_Par_t |
MACRO DEFINITIONS ///.
FUNCTION DECLARATIONS ///
Function*************************************************************
Synopsis [Allocate resynthesis manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 68 of file bdcCore.c.
int Bdc_ManDecompose | ( | Bdc_Man_t * | p, |
unsigned * | puFunc, | ||
unsigned * | puCare, | ||
int | nVars, | ||
Vec_Ptr_t * | vDivs, | ||
int | nNodesMax | ||
) |
Function*************************************************************
Synopsis [Performs decomposition of one function.]
Description []
SideEffects []
SeeAlso []
Definition at line 291 of file bdcCore.c.
void Bdc_ManDecPrint | ( | Bdc_Man_t * | p | ) |
Definition at line 260 of file bdcCore.c.
void Bdc_ManFree | ( | Bdc_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [bdcCore.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Truth-table-based bi-decomposition engine.]
Synopsis [The gateway to bi-decomposition.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - January 30, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Accessing contents of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file bdcCore.c.