abc-master
|
Go to the source code of this file.
Functions | |
void | Rwt_ManGlobalStart () |
FUNCTION DEFINITIONS ///. More... | |
void | Rwt_ManGlobalStop () |
Rwt_Man_t * | Rwt_ManStart (int fPrecompute) |
void | Rwt_ManStop (Rwt_Man_t *p) |
void | Rwt_ManPrintStats (Rwt_Man_t *p) |
void | Rwt_ManPrintStatsFile (Rwt_Man_t *p) |
void * | Rwt_ManReadDecs (Rwt_Man_t *p) |
Vec_Ptr_t * | Rwt_ManReadLeaves (Rwt_Man_t *p) |
int | Rwt_ManReadCompl (Rwt_Man_t *p) |
void | Rwt_ManAddTimeCuts (Rwt_Man_t *p, abctime Time) |
void | Rwt_ManAddTimeUpdate (Rwt_Man_t *p, abctime Time) |
void | Rwt_ManAddTimeTotal (Rwt_Man_t *p, abctime Time) |
void | Rwt_Precompute () |
Variables | |
static ABC_NAMESPACE_IMPL_START unsigned short * | s_puCanons = NULL |
DECLARATIONS ///. More... | |
static char * | s_pPhases = NULL |
static char * | s_pPerms = NULL |
static unsigned char * | s_pMap = NULL |
Function*************************************************************
Synopsis [Stops the resynthesis manager.]
Description []
SideEffects []
SeeAlso []
Function*************************************************************
Synopsis [Stops the resynthesis manager.]
Description []
SideEffects []
SeeAlso []
void Rwt_ManGlobalStart | ( | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Starts residual rewriting manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 51 of file rwtMan.c.
void Rwt_ManGlobalStop | ( | ) |
Function*************************************************************
Synopsis [Starts residual rewriting manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 68 of file rwtMan.c.
void Rwt_ManPrintStats | ( | Rwt_Man_t * | p | ) |
void Rwt_ManPrintStatsFile | ( | Rwt_Man_t * | p | ) |
int Rwt_ManReadCompl | ( | Rwt_Man_t * | p | ) |
Function*************************************************************
Synopsis [Stops the resynthesis manager.]
Description []
SideEffects []
SeeAlso []
void* Rwt_ManReadDecs | ( | Rwt_Man_t * | p | ) |
Function*************************************************************
Synopsis [Stops the resynthesis manager.]
Description []
SideEffects []
SeeAlso []
Function*************************************************************
Synopsis [Stops the resynthesis manager.]
Description []
SideEffects []
SeeAlso []
Rwt_Man_t* Rwt_ManStart | ( | int | fPrecompute | ) |
Function*************************************************************
Synopsis [Starts rewriting manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 87 of file rwtMan.c.
void Rwt_ManStop | ( | Rwt_Man_t * | p | ) |
void Rwt_Precompute | ( | ) |
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [rwtMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [DAG-aware AIG rewriting package.]
Synopsis [Rewriting manager.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]