abc-master
|
#include "llbInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Llb_MtrVerifyRowsAll (Llb_Mtr_t *p) |
DECLARATIONS ///. More... | |
void | Llb_MtrVerifyColumnsAll (Llb_Mtr_t *p) |
void | Llb_MtrVerifyMatrix (Llb_Mtr_t *p) |
int * | Llb_MtrFindVarOrder (Llb_Mtr_t *p) |
char * | Llb_MtrVarName (Llb_Mtr_t *p, int iVar) |
void | Llb_MtrPrint (Llb_Mtr_t *p, int fOrder) |
void | Llb_MtrPrintMatrixStats (Llb_Mtr_t *p) |
Llb_Mtr_t * | Llb_MtrAlloc (int nPis, int nFfs, int nCols, int nRows) |
void | Llb_MtrFree (Llb_Mtr_t *p) |
void | Llb_MtrAddColumn (Llb_Mtr_t *p, Llb_Grp_t *pGrp) |
void | Llb_MtrRemoveSingletonRows (Llb_Mtr_t *p) |
Llb_Mtr_t * | Llb_MtrCreate (Llb_Man_t *p) |
Function*************************************************************
Synopsis [Creates one column with vars in the array.]
Description []
SideEffects []
SeeAlso []
Definition at line 346 of file llb1Matrix.c.
Llb_Mtr_t* Llb_MtrAlloc | ( | int | nPis, |
int | nFfs, | ||
int | nCols, | ||
int | nRows | ||
) |
Function*************************************************************
Synopsis [Starts the matrix representation.]
Description []
SideEffects []
SeeAlso []
Definition at line 289 of file llb1Matrix.c.
Function*************************************************************
Synopsis [Matrix reduce.]
Description []
SideEffects []
SeeAlso []
Definition at line 410 of file llb1Matrix.c.
int* Llb_MtrFindVarOrder | ( | Llb_Mtr_t * | p | ) |
Function*************************************************************
Synopsis [Sort variables in the order of removal.]
Description []
SideEffects []
SeeAlso []
Definition at line 132 of file llb1Matrix.c.
void Llb_MtrFree | ( | Llb_Mtr_t * | p | ) |
Function*************************************************************
Synopsis [Stops the matrix representation.]
Description []
SideEffects []
SeeAlso []
Definition at line 321 of file llb1Matrix.c.
void Llb_MtrPrint | ( | Llb_Mtr_t * | p, |
int | fOrder | ||
) |
Function*************************************************************
Synopsis [Creates one column with vars in the array.]
Description []
SideEffects []
SeeAlso []
Definition at line 206 of file llb1Matrix.c.
void Llb_MtrPrintMatrixStats | ( | Llb_Mtr_t * | p | ) |
Function*************************************************************
Synopsis [Verify columns.]
Description []
SideEffects []
SeeAlso []
Definition at line 236 of file llb1Matrix.c.
void Llb_MtrRemoveSingletonRows | ( | Llb_Mtr_t * | p | ) |
Function*************************************************************
Synopsis [Matrix reduce.]
Description []
SideEffects []
SeeAlso []
Definition at line 381 of file llb1Matrix.c.
char* Llb_MtrVarName | ( | Llb_Mtr_t * | p, |
int | iVar | ||
) |
Function*************************************************************
Synopsis [Returns type of a variable.]
Description []
SideEffects []
SeeAlso []
Definition at line 181 of file llb1Matrix.c.
void Llb_MtrVerifyColumnsAll | ( | Llb_Mtr_t * | p | ) |
Function*************************************************************
Synopsis [Verify columns.]
Description []
SideEffects []
SeeAlso []
Definition at line 91 of file llb1Matrix.c.
void Llb_MtrVerifyMatrix | ( | Llb_Mtr_t * | p | ) |
Function*************************************************************
Synopsis [Verify columns.]
Description []
SideEffects []
SeeAlso []
Definition at line 115 of file llb1Matrix.c.
ABC_NAMESPACE_IMPL_START void Llb_MtrVerifyRowsAll | ( | Llb_Mtr_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [llb1Matrix.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [BDD based reachability.]
Synopsis [Partition clustering as a matrix problem.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Verify columns.]
Description []
SideEffects []
SeeAlso []
Definition at line 67 of file llb1Matrix.c.