abc-master
|
#include "gia.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Gia_ManHighlight_rec (Gia_Man_t *p, int iObj) |
DECLARATIONS ///. More... | |
void | Gia_ManPrepareWin (Gia_Man_t *p, Vec_Int_t *vOuts, Vec_Int_t **pvPis, Vec_Int_t **pvPos, Vec_Int_t **pvAnds, int fPoOnly) |
Gia_Man_t * | Gia_ManExtractWin (Gia_Man_t *p, Vec_Int_t *vOuts, int fPoOnly) |
Gia_Man_t * | Gia_ManInsertWin (Gia_Man_t *p, Vec_Int_t *vOuts, Gia_Man_t *pWin) |
Vec_Int_t * | Gia_ManFindLatest (Gia_Man_t *p, int LevelMax, int nTimeWindow) |
Gia_Man_t * | Gia_ManExtractWindow (Gia_Man_t *p, int LevelMax, int nTimeWindow, int fVerbose) |
Gia_Man_t * | Gia_ManPerformSopBalanceWin (Gia_Man_t *p, int LevelMax, int nTimeWindow, int nCutNum, int nRelaxRatio, int fVerbose) |
Gia_Man_t * | Gia_ManPerformDsdBalanceWin (Gia_Man_t *p, int LevelMax, int nTimeWindow, int nLutSize, int nCutNum, int nRelaxRatio, int fVerbose) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 114 of file giaBalMap.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 236 of file giaBalMap.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 186 of file giaBalMap.c.
ABC_NAMESPACE_IMPL_START void Gia_ManHighlight_rec | ( | Gia_Man_t * | p, |
int | iObj | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaSopb.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [SOP balancing for a window.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file giaBalMap.c.
Definition at line 136 of file giaBalMap.c.
Gia_Man_t* Gia_ManPerformDsdBalanceWin | ( | Gia_Man_t * | p, |
int | LevelMax, | ||
int | nTimeWindow, | ||
int | nLutSize, | ||
int | nCutNum, | ||
int | nRelaxRatio, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 298 of file giaBalMap.c.
Gia_Man_t* Gia_ManPerformSopBalanceWin | ( | Gia_Man_t * | p, |
int | LevelMax, | ||
int | nTimeWindow, | ||
int | nCutNum, | ||
int | nRelaxRatio, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 265 of file giaBalMap.c.
void Gia_ManPrepareWin | ( | Gia_Man_t * | p, |
Vec_Int_t * | vOuts, | ||
Vec_Int_t ** | pvPis, | ||
Vec_Int_t ** | pvPos, | ||
Vec_Int_t ** | pvAnds, | ||
int | fPoOnly | ||
) |
Definition at line 57 of file giaBalMap.c.