abc-master
|
#include "gia.h"
#include "misc/vec/vecQue.h"
#include "misc/vec/vecWec.h"
#include "sat/bsat/satStore.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Gia_ManFalseRebuildOne (Gia_Man_t *pNew, Gia_Man_t *p, Vec_Int_t *vHook, int fVerbose, int fVeryVerbose) |
DECLARATIONS ///. More... | |
Gia_Man_t * | Gia_ManFalseRebuild (Gia_Man_t *p, Vec_Wec_t *vHooks, int fVerbose, int fVeryVerbose) |
void | Gia_ManCollectPath_rec (Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Int_t *vPath) |
Vec_Int_t * | Gia_ManCollectPath (Gia_Man_t *p, Gia_Obj_t *pObj) |
void | Gia_ManCheckFalseOne (Gia_Man_t *p, int iOut, int nTimeOut, Vec_Wec_t *vHooks, int fVerbose, int fVeryVerbose) |
Gia_Man_t * | Gia_ManCheckFalse2 (Gia_Man_t *p, int nSlackMax, int nTimeOut, int fVerbose, int fVeryVerbose) |
Gia_Man_t * | Gia_ManFalseRebuildPath (Gia_Man_t *p, Vec_Int_t *vHooks, int fVerbose, int fVeryVerbose) |
Gia_Man_t * | Gia_ManCheckOne (Gia_Man_t *p, int iOut, int iObj, int nTimeOut, int fVerbose, int fVeryVerbose) |
Gia_Man_t * | Gia_ManCheckFalseAll (Gia_Man_t *p, int nSlackMax, int nTimeOut, int fVerbose, int fVeryVerbose) |
Gia_Man_t * | Gia_ManCheckFalse (Gia_Man_t *p, int nSlackMax, int nTimeOut, int fVerbose, int fVeryVerbose) |
Gia_Man_t* Gia_ManCheckFalse | ( | Gia_Man_t * | p, |
int | nSlackMax, | ||
int | nTimeOut, | ||
int | fVerbose, | ||
int | fVeryVerbose | ||
) |
Definition at line 497 of file giaFalse.c.
Gia_Man_t* Gia_ManCheckFalse2 | ( | Gia_Man_t * | p, |
int | nSlackMax, | ||
int | nTimeOut, | ||
int | fVerbose, | ||
int | fVeryVerbose | ||
) |
Definition at line 279 of file giaFalse.c.
Gia_Man_t* Gia_ManCheckFalseAll | ( | Gia_Man_t * | p, |
int | nSlackMax, | ||
int | nTimeOut, | ||
int | fVerbose, | ||
int | fVeryVerbose | ||
) |
Definition at line 467 of file giaFalse.c.
void Gia_ManCheckFalseOne | ( | Gia_Man_t * | p, |
int | iOut, | ||
int | nTimeOut, | ||
Vec_Wec_t * | vHooks, | ||
int | fVerbose, | ||
int | fVeryVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 167 of file giaFalse.c.
Gia_Man_t* Gia_ManCheckOne | ( | Gia_Man_t * | p, |
int | iOut, | ||
int | iObj, | ||
int | nTimeOut, | ||
int | fVerbose, | ||
int | fVeryVerbose | ||
) |
Definition at line 357 of file giaFalse.c.
Definition at line 149 of file giaFalse.c.
Function*************************************************************
Synopsis [Derive critical path by following minimum slacks.]
Description []
SideEffects []
SeeAlso []
Definition at line 134 of file giaFalse.c.
Gia_Man_t* Gia_ManFalseRebuild | ( | Gia_Man_t * | p, |
Vec_Wec_t * | vHooks, | ||
int | fVerbose, | ||
int | fVeryVerbose | ||
) |
Definition at line 88 of file giaFalse.c.
ABC_NAMESPACE_IMPL_START void Gia_ManFalseRebuildOne | ( | Gia_Man_t * | pNew, |
Gia_Man_t * | p, | ||
Vec_Int_t * | vHook, | ||
int | fVerbose, | ||
int | fVeryVerbose | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaFalse.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Detection and elimination of false paths.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Reconstruct the AIG after detecting false paths.]
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file giaFalse.c.
Gia_Man_t* Gia_ManFalseRebuildPath | ( | Gia_Man_t * | p, |
Vec_Int_t * | vHooks, | ||
int | fVerbose, | ||
int | fVeryVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 326 of file giaFalse.c.