abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Fxu_MatrixComputeSinglesOneCollect (Fxu_Matrix *p, Fxu_Var *pVar, Vec_Ptr_t *vSingles) |
DECLARATIONS ///. More... | |
void | Fxu_MatrixComputeSingles (Fxu_Matrix *p, int fUse0, int nSingleMax) |
FUNCTION DEFINITIONS ///. More... | |
void | Fxu_MatrixComputeSinglesOne (Fxu_Matrix *p, Fxu_Var *pVar) |
int | Fxu_SingleCountCoincidence (Fxu_Matrix *p, Fxu_Var *pVar1, Fxu_Var *pVar2) |
void Fxu_MatrixComputeSingles | ( | Fxu_Matrix * | p, |
int | fUse0, | ||
int | nSingleMax | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Computes and adds all single-cube divisors to storage.]
Description [This procedure should be called once when the matrix is already contructed before the process of logic extraction begins..]
SideEffects []
SeeAlso []
Definition at line 47 of file fxuSingle.c.
void Fxu_MatrixComputeSinglesOne | ( | Fxu_Matrix * | p, |
Fxu_Var * | pVar | ||
) |
Function*************************************************************
Synopsis [Adds the single-cube divisors associated with a new column.]
Description []
SideEffects []
SeeAlso []
Definition at line 184 of file fxuSingle.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [fxuSingle.c]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis [Procedures to compute the set of single-cube divisors.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2003.]
Revision [
]
Function*************************************************************
Synopsis [Adds the single-cube divisors associated with a new column.]
Description []
SideEffects []
SeeAlso []
Definition at line 124 of file fxuSingle.c.
int Fxu_SingleCountCoincidence | ( | Fxu_Matrix * | p, |
Fxu_Var * | pVar1, | ||
Fxu_Var * | pVar2 | ||
) |
Function*************************************************************
Synopsis [Computes the coincidence count of two columns.]
Description []
SideEffects []
SeeAlso []
Definition at line 241 of file fxuSingle.c.