abc-master
|
#include "mpmInt.h"
#include "misc/st/st.h"
#include "map/mio/mio.h"
#include "map/scl/sclSize.h"
#include "map/scl/sclTime.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Vec_Wec_t * | Mpm_ManFindDsdMatches (Mpm_Man_t *p, void *pScl) |
DECLARATIONS ///. More... | |
Vec_Ptr_t * | Mpm_ManFindCells (Mio_Library_t *pMio, SC_Lib *pScl, Vec_Wec_t *vNpnConfigs) |
Vec_Int_t * | Mpm_ManFindMappedNodes (Mpm_Man_t *p) |
Abc_Obj_t * | Mpm_ManGetAbcNode (Abc_Ntk_t *pNtk, Vec_Int_t *vCopy, int iMigLit) |
Abc_Ntk_t * | Mpm_ManDeriveMappedAbcNtk (Mpm_Man_t *p, Mio_Library_t *pMio) |
Abc_Ntk_t * | Mpm_ManPerformCellMapping (Mig_Man_t *pMig, Mpm_Par_t *pPars, Mio_Library_t *pMio) |
Abc_Ntk_t * | Mpm_ManCellMapping (Gia_Man_t *pGia, Mpm_Par_t *pPars, void *pMio) |
Definition at line 281 of file mpmGates.c.
Abc_Ntk_t* Mpm_ManDeriveMappedAbcNtk | ( | Mpm_Man_t * | p, |
Mio_Library_t * | pMio | ||
) |
Definition at line 163 of file mpmGates.c.
Vec_Ptr_t* Mpm_ManFindCells | ( | Mio_Library_t * | pMio, |
SC_Lib * | pScl, | ||
Vec_Wec_t * | vNpnConfigs | ||
) |
Function*************************************************************
Synopsis [Find mapping of DSD classes into Genlib library cells.]
Description []
SideEffects []
SeeAlso []
Definition at line 104 of file mpmGates.c.
ABC_NAMESPACE_IMPL_START Vec_Wec_t* Mpm_ManFindDsdMatches | ( | Mpm_Man_t * | p, |
void * | pScl | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [mpmGates.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Configurable technology mapper.]
Synopsis [Standard-cell mapping.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 1, 2013.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Finds matches fore each DSD class.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file mpmGates.c.
Function*************************************************************
Synopsis [Derive mapped network as an ABC network.]
Description []
SideEffects []
SeeAlso []
Definition at line 141 of file mpmGates.c.
Definition at line 151 of file mpmGates.c.
Abc_Ntk_t* Mpm_ManPerformCellMapping | ( | Mig_Man_t * | pMig, |
Mpm_Par_t * | pPars, | ||
Mio_Library_t * | pMio | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 264 of file mpmGates.c.