abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Rwr_Man_t * | Rwr_ManStart (int fPrecompute) |
DECLARATIONS ///. More... | |
void | Rwr_ManStop (Rwr_Man_t *p) |
void | Rwr_ManPrintStats (Rwr_Man_t *p) |
void | Rwr_ManPrintStatsFile (Rwr_Man_t *p) |
void * | Rwr_ManReadDecs (Rwr_Man_t *p) |
Vec_Ptr_t * | Rwr_ManReadLeaves (Rwr_Man_t *p) |
int | Rwr_ManReadCompl (Rwr_Man_t *p) |
void | Rwr_ManAddTimeCuts (Rwr_Man_t *p, abctime Time) |
void | Rwr_ManAddTimeUpdate (Rwr_Man_t *p, abctime Time) |
void | Rwr_ManAddTimeTotal (Rwr_Man_t *p, abctime Time) |
void | Rwr_Precompute () |
Function*************************************************************
Synopsis [Stops the resynthesis manager.]
Description []
SideEffects []
SeeAlso []
Function*************************************************************
Synopsis [Stops the resynthesis manager.]
Description []
SideEffects []
SeeAlso []
Function*************************************************************
Synopsis [Stops the resynthesis manager.]
Description []
SideEffects []
SeeAlso []
void Rwr_ManPrintStats | ( | Rwr_Man_t * | p | ) |
Function*************************************************************
Synopsis [Stops the resynthesis manager.]
Description []
SideEffects []
SeeAlso []
void Rwr_ManPrintStatsFile | ( | Rwr_Man_t * | p | ) |
int Rwr_ManReadCompl | ( | Rwr_Man_t * | p | ) |
Function*************************************************************
Synopsis [Stops the resynthesis manager.]
Description []
SideEffects []
SeeAlso []
void* Rwr_ManReadDecs | ( | Rwr_Man_t * | p | ) |
Function*************************************************************
Synopsis [Stops the resynthesis manager.]
Description []
SideEffects []
SeeAlso []
Function*************************************************************
Synopsis [Stops the resynthesis manager.]
Description []
SideEffects []
SeeAlso []
ABC_NAMESPACE_IMPL_START Rwr_Man_t* Rwr_ManStart | ( | int | fPrecompute | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [rwrMan.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 [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Starts rewriting manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file rwrMan.c.
void Rwr_ManStop | ( | Rwr_Man_t * | p | ) |
void Rwr_Precompute | ( | ) |
Function*************************************************************
Synopsis [Precomputes AIG subgraphs.]
Description []
SideEffects []
SeeAlso []
Definition at line 310 of file rwrMan.c.