abc-master
|
Go to the source code of this file.
Macros | |
#define | ABC_SCL_MAX_SIZE 64 |
Functions | |
ABC_NAMESPACE_IMPL_START void | Abc_SclMioGates2SclGates (SC_Lib *pLib, Abc_Ntk_t *p) |
DECLARATIONS ///. More... | |
void | Abc_SclSclGates2MioGates (SC_Lib *pLib, Abc_Ntk_t *p) |
void | Abc_SclManPrintGateSizes (SC_Lib *pLib, Abc_Ntk_t *p, Vec_Int_t *vGates) |
void | Abc_SclPrintGateSizes (SC_Lib *pLib, Abc_Ntk_t *p) |
SC_Cell * | Abc_SclFindMaxAreaCell (SC_Cell *pRepr) |
Vec_Int_t * | Abc_SclFindMinAreas (SC_Lib *pLib, int fUseMax) |
void | Abc_SclMinsizePerform (SC_Lib *pLib, Abc_Ntk_t *p, int fUseMax, int fVerbose) |
int | Abc_SclCountMinSize (SC_Lib *pLib, Abc_Ntk_t *p, int fUseMax) |
void | Abc_SclReadTimingConstr (Abc_Frame_t *pAbc, char *pFileName, int fVerbose) |
Vec_Int_t * | Abc_SclExtractBarBufs (Abc_Ntk_t *pNtk) |
void | Abc_SclInsertBarBufs (Abc_Ntk_t *pNtk, Vec_Int_t *vBufs) |
#define ABC_SCL_MAX_SIZE 64 |
Definition at line 203 of file sclUtil.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 267 of file sclUtil.c.
Function*************************************************************
Synopsis [Downsizes each gate to its minimium size.]
Description []
SideEffects []
SeeAlso []
Definition at line 157 of file sclUtil.c.
Definition at line 170 of file sclUtil.c.
Definition at line 109 of file sclUtil.c.
Definition at line 185 of file sclUtil.c.
ABC_NAMESPACE_IMPL_START void Abc_SclMioGates2SclGates | ( | SC_Lib * | pLib, |
Abc_Ntk_t * | p | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [sclUtil.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Standard-cell library representation.]
Synopsis [Various utilities.]
Author [Alan Mishchenko, Niklas Een]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - August 24, 2012.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Converts pNode->pData gates into array of SC_Lit gate IDs and back.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file sclUtil.c.
Definition at line 137 of file sclUtil.c.
void Abc_SclReadTimingConstr | ( | Abc_Frame_t * | pAbc, |
char * | pFileName, | ||
int | fVerbose | ||
) |
Definition at line 73 of file sclUtil.c.