abc-master
|
Go to the source code of this file.
Typedefs | |
typedef typedefABC_NAMESPACE_HEADER_START struct Ntl_Man_t_ | Ntl_Man_t |
INCLUDES ///. More... | |
typedef struct Nwk_Man_t_ | Nwk_Man_t |
typedef typedefABC_NAMESPACE_HEADER_START struct Ntl_Man_t_ Ntl_Man_t |
INCLUDES ///.
CFile****************************************************************
FileName [ntlnwk.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Netlist and network representation.]
Synopsis [External declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]PARAMETERS ///BASIC TYPES ///
typedef struct Nwk_Man_t_ Nwk_Man_t |
ABC_DLL Ntl_Man_t* Ntl_ManFraig | ( | Ntl_Man_t * | p, |
int | nPartSize, | ||
int | nConfLimit, | ||
int | nLevelMax, | ||
int | fUseCSat, | ||
int | fVerbose | ||
) |
ABC_DLL Ntl_Man_t* Ntl_ManLcorr | ( | Ntl_Man_t * | p, |
int | nConfMax, | ||
int | fScorrGia, | ||
int | fUseCSat, | ||
int | fVerbose | ||
) |
ABC_DLL void Ntl_ManPrepareCec | ( | char * | pFileName1, |
char * | pFileName2, | ||
Aig_Man_t ** | ppMan1, | ||
Aig_Man_t ** | ppMan2 | ||
) |
ABC_DLL void Ntl_ManPrepareCecMans | ( | Ntl_Man_t * | pMan1, |
Ntl_Man_t * | pMan2, | ||
Aig_Man_t ** | ppAig1, | ||
Aig_Man_t ** | ppAig2 | ||
) |
MACRO DEFINITIONS ///.
INLINED FUNCTIONS ///ITERATORS ///FUNCTION DECLARATIONS ///
ABC_DLL Ntl_Man_t* Ntl_ManScorr | ( | Ntl_Man_t * | p, |
Ssw_Pars_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Resynthesizes nodes using bi-decomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 129 of file nwkBidec.c.
DECLARATIONS ///.
CFile****************************************************************
FileName [nwkCheck.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Logic network representation.]
Synopsis [Consistency checking procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Checking the logic network for consistency.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file nwkCheck.c.
ABC_DLL void Nwk_ManDumpBlif | ( | Nwk_Man_t * | pNtk, |
char * | pFileName, | ||
Vec_Ptr_t * | vPiNames, | ||
Vec_Ptr_t * | vPoNames | ||
) |
Function*************************************************************
Synopsis [Dumps the BLIF file for the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 257 of file nwkUtil.c.
Function*************************************************************
Synopsis [Performs LUT merging with parameters.]
Description []
SideEffects []
SeeAlso []
Definition at line 970 of file nwkMerge.c.
Function*************************************************************
Synopsis [Prints the distribution of fanins/fanouts in the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 357 of file nwkUtil.c.
ABC_DLL void Nwk_ManPrintStats | ( | Nwk_Man_t * | pNtk, |
If_LibLut_t * | pLutLib, | ||
int | fSaveBest, | ||
int | fDumpResult, | ||
int | fPower, | ||
Ntl_Man_t * | pNtl | ||
) |
Function*************************************************************
Synopsis [Prints stats of the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 234 of file nwkMan.c.
DECLARATIONS ///.
CFile****************************************************************
FileName [nwkMap.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Logic network representation.]
Synopsis [Interface to technology mapping.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Load the network into FPGA manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file nwkMap.c.
ABC_DLL Aig_Man_t* Nwk_ManSpeedup | ( | Nwk_Man_t * | pNtk, |
int | fUseLutLib, | ||
int | Percentage, | ||
int | Degree, | ||
int | fVerbose, | ||
int | fVeryVerbose | ||
) |
Function*************************************************************
Synopsis [Adds choices to speed up the network by the given percentage.]
Description []
SideEffects []
SeeAlso []
Definition at line 203 of file nwkSpeedup.c.
Function*************************************************************
Synopsis [Derives AIG from the logic network.]
Description [Assumes topological ordering of nodes.]
SideEffects []
SeeAlso []
Definition at line 99 of file nwkStrash.c.
Function*************************************************************
Synopsis [Interface with the FPGA mapping package.]
Description []
SideEffects []
SeeAlso []
Definition at line 360 of file nwkMap.c.