abc-master
|
#include "gia.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | Sat_ObjXValue (Gia_Obj_t *pObj) |
DECLARATIONS ///. More... | |
static void | Sat_ObjSetXValue (Gia_Obj_t *pObj, int v) |
void | Gia_SatCollectCone_rec (Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Int_t *vVisit) |
FUNCTION DEFINITIONS ///. More... | |
void | Gia_SatCollectCone (Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Int_t *vVisit) |
void | Gia_SatVerifyPattern (Gia_Man_t *p, Gia_Obj_t *pRoot, Vec_Int_t *vCex, Vec_Int_t *vVisit) |
Function*************************************************************
Synopsis [Collects nodes in the cone and initialized them to x.]
Description []
SideEffects []
SeeAlso []
Definition at line 73 of file giaPat.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Collects nodes in the cone and initialized them to x.]
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file giaPat.c.
void Gia_SatVerifyPattern | ( | Gia_Man_t * | p, |
Gia_Obj_t * | pRoot, | ||
Vec_Int_t * | vCex, | ||
Vec_Int_t * | vVisit | ||
) |
Function*************************************************************
Synopsis [Checks if the counter-examples asserts the output.]
Description [Assumes that fMark0 and fMark1 are clean. Leaves them clean.]
SideEffects []
SeeAlso []
Definition at line 93 of file giaPat.c.
|
inlinestatic |
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [gia.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 30 of file giaPat.c.