abc-master
|
#include "base/abc/abc.h"
#include "resInt.h"
#include "bool/kit/kit.h"
#include "sat/bsat/satStore.h"
Go to the source code of this file.
Data Structures | |
struct | Res_Man_t_ |
Typedefs | |
typedef typedefABC_NAMESPACE_IMPL_START struct Res_Man_t_ | Res_Man_t |
DECLARATIONS ///. More... | |
Functions | |
Hop_Obj_t * | Kit_GraphToHop (Hop_Man_t *pMan, Kit_Graph_t *pGraph) |
Res_Man_t * | Res_ManAlloc (Res_Par_t *pPars) |
FUNCTION DEFINITIONS ///. More... | |
void | Res_ManFree (Res_Man_t *p) |
void | Res_UpdateNetwork (Abc_Obj_t *pObj, Vec_Ptr_t *vFanins, Hop_Obj_t *pFunc, Vec_Vec_t *vLevels) |
int | Abc_NtkResynthesize (Abc_Ntk_t *pNtk, Res_Par_t *pPars) |
MACRO DEFINITIONS ///. More... | |
Variables | |
abctime | s_ResynTime |
typedef typedefABC_NAMESPACE_IMPL_START struct Res_Man_t_ Res_Man_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [resCore.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Resynthesis package.]
Synopsis [Top-level resynthesis procedure.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - January 15, 2007.]
Revision [
]
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [Entrace into the resynthesis package.]
Description []
SideEffects []
SeeAlso []
Definition at line 213 of file resCore.c.
Hop_Obj_t* Kit_GraphToHop | ( | Hop_Man_t * | pMan, |
Kit_Graph_t * | pGraph | ||
) |
Definition at line 136 of file kitHop.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Allocate resynthesis manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 96 of file resCore.c.
void Res_ManFree | ( | Res_Man_t * | p | ) |
void Res_UpdateNetwork | ( | Abc_Obj_t * | pObj, |
Vec_Ptr_t * | vFanins, | ||
Hop_Obj_t * | pFunc, | ||
Vec_Vec_t * | vLevels | ||
) |
Function*************************************************************
Synopsis [Incrementally updates level of the nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 185 of file resCore.c.
abctime s_ResynTime |
Definition at line 47 of file abcPrint.c.