abc-master
|
Go to the source code of this file.
Data Structures | |
struct | Bdc_Nod_t_ |
struct | Bdc_Ent_t_ |
Macros | |
#define | BDC_TERM 0x1FFFFFFF |
Typedefs | |
typedef typedefABC_NAMESPACE_IMPL_START struct Bdc_Nod_t_ | Bdc_Nod_t |
DECLARATIONS ///. More... | |
typedef struct Bdc_Ent_t_ | Bdc_Ent_t |
Variables | |
static word | Truths [6] |
typedef struct Bdc_Ent_t_ Bdc_Ent_t |
typedef typedefABC_NAMESPACE_IMPL_START struct Bdc_Nod_t_ Bdc_Nod_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [bdcSpfd.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*************************************************************
Synopsis [Prints K-map of 6-var function represented by truth table.]
Description []
SideEffects []
SeeAlso []
Definition at line 1508 of file abcPrint.c.
void Bdc_SpfdDecompose | ( | word | Truth, |
int | nVars, | ||
int | nCands, | ||
int | nGatesMax | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 177 of file bdcSpfd.c.
void Bdc_SpfdDecomposeTest | ( | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1134 of file bdcSpfd.c.
void Bdc_SpfdDecomposeTest3 | ( | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1027 of file bdcSpfd.c.
void Bdc_SpfdDecomposeTest44 | ( | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 904 of file bdcSpfd.c.
void Bdc_SpfdDecomposeTest8 | ( | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1079 of file bdcSpfd.c.
void Bdc_SpfdDecomposeTest_ | ( | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 350 of file bdcSpfd.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 576 of file bdcSpfd.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 871 of file bdcSpfd.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 806 of file bdcSpfd.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 549 of file bdcSpfd.c.
int Bdc_SpfdHashValue | ( | word | t, |
int | Size | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 157 of file bdcSpfd.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 113 of file bdcSpfd.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 725 of file bdcSpfd.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 757 of file bdcSpfd.c.
|
static |