abc-master
|
#include "nwk.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Nwk_Man_t * | Nwk_ManAlloc () |
DECLARATIONS ///. More... | |
void | Nwk_ManFree (Nwk_Man_t *p) |
void | Nwk_ManPrintLutSizes (Nwk_Man_t *p, If_LibLut_t *pLutLib) |
int | Nwk_ManCompareAndSaveBest (Nwk_Man_t *pNtk, void *pNtl) |
char * | Nwk_FileNameGeneric (char *FileName) |
float | Nwl_ManComputeTotalSwitching (Nwk_Man_t *pNtk) |
void | Nwk_ManPrintStats (Nwk_Man_t *pNtk, If_LibLut_t *pLutLib, int fSaveBest, int fDumpResult, int fPower, Ntl_Man_t *pNtl) |
char* Nwk_FileNameGeneric | ( | char * | FileName | ) |
ABC_NAMESPACE_IMPL_START Nwk_Man_t* Nwk_ManAlloc | ( | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [nwkMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Logic network representation.]
Synopsis [Network manager.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Allocates the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file nwkMan.c.
int Nwk_ManCompareAndSaveBest | ( | Nwk_Man_t * | pNtk, |
void * | pNtl | ||
) |
Function*************************************************************
Synopsis [If the network is best, saves it in "best.blif" and returns 1.]
Description [If the networks are incomparable, saves the new network, returns its parameters in the internal parameter structure, and returns 1. If the new network is not a logic network, quits without saving and returns 0.]
SideEffects []
SeeAlso []
Definition at line 121 of file nwkMan.c.
void Nwk_ManFree | ( | Nwk_Man_t * | p | ) |
void Nwk_ManPrintLutSizes | ( | Nwk_Man_t * | p, |
If_LibLut_t * | pLutLib | ||
) |
Function*************************************************************
Synopsis [Prints stats of the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 97 of file nwkMan.c.
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.
float Nwl_ManComputeTotalSwitching | ( | Nwk_Man_t * | pNtk | ) |
Function*************************************************************
Synopsis [Marks nodes for power-optimization.]
Description []
SideEffects []
SeeAlso []
Definition at line 198 of file nwkMan.c.