abc-master
|
#include "gia.h"
Go to the source code of this file.
Macros | |
#define | GIA_SAT_SHIFT 12 |
DECLARATIONS ///. More... | |
#define | GIA_ROOT_MASK |
#define | GIA_PATH00_MASK |
#define | GIA_PATH10_MASK |
#define | GIA_PATH20_MASK |
#define | GIA_PATH30_MASK |
#define | GIA_PATH00_MASK |
#define | GIA_PATH10_MASK |
#define | GIA_PATH20_MASK |
#define | GIA_PATH30_MASK |
Functions | |
static int | Gia_SatObjIsRoot (Gia_Obj_t *p) |
static int | Gia_SatObjXorRoot (Gia_Obj_t *p) |
static int | Gia_SatObjIsAssigned (Gia_Obj_t *p) |
static int | Gia_SatObjIsHeld (Gia_Obj_t *p) |
static int | Gia_SatObjValue (Gia_Obj_t *p) |
int | Gia_SatPathCheckCutSat_rec (Gia_Obj_t *p, int fCompl) |
FUNCTION DEFINITIONS ///. More... | |
int | Gia_SatPathCheckCutSat (Gia_Obj_t *p) |
int | Gia_SatPathUnbind_rec (Gia_Obj_t *p) |
int | Gia_SatPathStart_rec (Gia_Obj_t *p, int fDiffs, int fCompl) |
int | Gia_SatPathStart (Gia_Obj_t *p) |
#define GIA_SAT_SHIFT 12 |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaProp.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Constraint propagation on the AIG.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
int Gia_SatPathCheckCutSat | ( | Gia_Obj_t * | p | ) |
Function*************************************************************
Synopsis [Checks if the give cut is satisfied.]
Description []
SideEffects []
SeeAlso []
Definition at line 87 of file giaProp.c.
int Gia_SatPathCheckCutSat_rec | ( | Gia_Obj_t * | p, |
int | fCompl | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Checks if the give cut is satisfied.]
Description []
SideEffects []
SeeAlso []
Definition at line 65 of file giaProp.c.
int Gia_SatPathStart | ( | Gia_Obj_t * | p | ) |
Function*************************************************************
Synopsis [Creates a feasible path from the node to a terminal.]
Description []
SideEffects []
SeeAlso []
Definition at line 160 of file giaProp.c.
int Gia_SatPathStart_rec | ( | Gia_Obj_t * | p, |
int | fDiffs, | ||
int | fCompl | ||
) |
Function*************************************************************
Synopsis [Creates a feasible path from the node to a terminal.]
Description []
SideEffects []
SeeAlso []
Definition at line 123 of file giaProp.c.