abc-master
|
#include "nwk.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Aig_ManSpeedupNode_rec (Aig_Man_t *pAig, Aig_Obj_t *pNode, Vec_Ptr_t *vNodes) |
DECLARATIONS ///. More... | |
void | Aig_ManSpeedupNode (Nwk_Man_t *pNtk, Aig_Man_t *pAig, Nwk_Obj_t *pNode, Vec_Ptr_t *vLeaves, Vec_Ptr_t *vTimes) |
unsigned | Nwk_ManDelayTraceTCEdges (Nwk_Man_t *pNtk, Nwk_Obj_t *pNode, float tDelta, int fUseLutLib) |
Aig_Man_t * | Nwk_ManSpeedup (Nwk_Man_t *pNtk, int fUseLutLib, int Percentage, int Degree, int fVerbose, int fVeryVerbose) |
void Aig_ManSpeedupNode | ( | Nwk_Man_t * | pNtk, |
Aig_Man_t * | pAig, | ||
Nwk_Obj_t * | pNode, | ||
Vec_Ptr_t * | vLeaves, | ||
Vec_Ptr_t * | vTimes | ||
) |
Function*************************************************************
Synopsis [Adds strashed nodes for one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 72 of file nwkSpeedup.c.
ABC_NAMESPACE_IMPL_START int Aig_ManSpeedupNode_rec | ( | Aig_Man_t * | pAig, |
Aig_Obj_t * | pNode, | ||
Vec_Ptr_t * | vNodes | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [nwkSpeedup.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Netlist representation.]
Synopsis [Global delay optimization using structural choices.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Adds strashed nodes for one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file nwkSpeedup.c.
unsigned Nwk_ManDelayTraceTCEdges | ( | Nwk_Man_t * | pNtk, |
Nwk_Obj_t * | pNode, | ||
float | tDelta, | ||
int | fUseLutLib | ||
) |
Function*************************************************************
Synopsis [Determines timing-critical edges of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 158 of file nwkSpeedup.c.
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.