
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Cec_ObjSatVerify (Gia_Man_t *p, Gia_Obj_t *pRoot, int Value) |
| DECLARATIONS ///. | |
| word | Cec_ManCheckSat2_rec (Gia_Man_t *p, Gia_Obj_t *pObj, word Value, Vec_Wrd_t *vValues) |
| word | Cec_ManCheckSat2 (Gia_Man_t *p, Gia_Obj_t *pObj, int Value, Vec_Wrd_t *vValues) |
| int | Cec_ManCheckSat_rec (Gia_Man_t *p, Gia_Obj_t *pObj, int Value) |
| void | Cec_ManSimBack (Gia_Man_t *p) |
Definition at line 110 of file cecSimBack.c.
Function*************************************************************
Synopsis [Return 1 if pObj can have Value.]
Description []
SideEffects []
SeeAlso []
Definition at line 80 of file cecSimBack.c.


Function*************************************************************
Synopsis [Return 1 if pObj can have Value.]
Description []
SideEffects []
SeeAlso []
Definition at line 126 of file cecSimBack.c.


| void Cec_ManSimBack | ( | Gia_Man_t * | p | ) |
Definition at line 156 of file cecSimBack.c.

| ABC_NAMESPACE_IMPL_START int Cec_ObjSatVerify | ( | Gia_Man_t * | p, |
| Gia_Obj_t * | pRoot, | ||
| int | Value ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [cecSimBack.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Combinational equivalence checking.]
Synopsis [Backward simulation.]
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 46 of file cecSimBack.c.