abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START stmm_table * | Abc_NtkDressDeriveMapping (Abc_Ntk_t *pNtk) |
DECLARATIONS ///. More... | |
static void | Abc_NtkDressTransferNames (Abc_Ntk_t *pNtk, stmm_table *tMapping, int fVerbose) |
Abc_Ntk_t * | Abc_NtkIvyFraig (Abc_Ntk_t *pNtk, int nConfLimit, int fDoSparse, int fProve, int fTransfer, int fVerbose) |
void | Abc_NtkDress (Abc_Ntk_t *pNtkLogic, char *pFileName, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
void Abc_NtkDress | ( | Abc_Ntk_t * | pNtkLogic, |
char * | pFileName, | ||
int | fVerbose | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Transfers names from one netlist to the other.]
Description []
SideEffects []
SeeAlso []
Definition at line 51 of file abcDress.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcDress.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Transfers names from one netlist to the other.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Returns the mapping from the fraig nodes point into the nodes of the netlist.]
Description []
SideEffects []
SeeAlso []
Definition at line 130 of file abcDress.c.
|
static |
Function*************************************************************
Synopsis [Attaches the names of to the new netlist.]
Description []
SideEffects []
SeeAlso []
Definition at line 163 of file abcDress.c.
Abc_Ntk_t* Abc_NtkIvyFraig | ( | Abc_Ntk_t * | pNtk, |
int | nConfLimit, | ||
int | fDoSparse, | ||
int | fProve, | ||
int | fTransfer, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Gives the current ABC network to AIG manager for processing.]
Description []
SideEffects []
SeeAlso []
Definition at line 456 of file abcIvy.c.