abc-master
|
#include "llbInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START DdNode * | Llb_ManConstructOutBdd (Aig_Man_t *pAig, Aig_Obj_t *pNode, DdManager *dd) |
DECLARATIONS ///. More... | |
DdNode * | Llb_ManConstructGroupBdd (Llb_Man_t *p, Llb_Grp_t *pGroup) |
DdNode * | Llb_ManConstructQuantCubeIntern (Llb_Man_t *p, Llb_Grp_t *pGroup, int iGrpPlace, int fBackward) |
DdNode * | Llb_ManConstructQuantCubeFwd (Llb_Man_t *p, Llb_Grp_t *pGroup, int iGrpPlace) |
DdNode * | Llb_ManConstructQuantCubeBwd (Llb_Man_t *p, Llb_Grp_t *pGroup, int iGrpPlace) |
DdNode * | Llb_ManComputeInitState (Llb_Man_t *p, DdManager *dd) |
DdNode * | Llb_ManComputeImage (Llb_Man_t *p, DdNode *bInit, int fBackward) |
DdNode * | Llb_ManCreateConstraints (Llb_Man_t *p, Vec_Int_t *vHints, int fUseNsVars) |
Abc_Cex_t * | Llb_ManReachDeriveCex (Llb_Man_t *p) |
int | Llb_ManReachability (Llb_Man_t *p, Vec_Int_t *vHints, DdManager **pddGlo) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 328 of file llb1Reach.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 297 of file llb1Reach.c.
Function*************************************************************
Synopsis [Derives BDD for the group.]
Description []
SideEffects []
SeeAlso []
Definition at line 91 of file llb1Reach.c.
ABC_NAMESPACE_IMPL_START DdNode* Llb_ManConstructOutBdd | ( | Aig_Man_t * | pAig, |
Aig_Obj_t * | pNode, | ||
DdManager * | dd | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [llb1Reach.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [BDD based reachability.]
Synopsis [Reachability analysis.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Derives global BDD for the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file llb1Reach.c.
Function*************************************************************
Synopsis [Derives quantification cube.]
Description []
SideEffects []
SeeAlso []
Definition at line 249 of file llb1Reach.c.
Function*************************************************************
Synopsis [Derives quantification cube.]
Description []
SideEffects []
SeeAlso []
Definition at line 205 of file llb1Reach.c.
DdNode* Llb_ManConstructQuantCubeIntern | ( | Llb_Man_t * | p, |
Llb_Grp_t * | pGroup, | ||
int | iGrpPlace, | ||
int | fBackward | ||
) |
Function*************************************************************
Synopsis [Derives quantification cube.]
Description []
SideEffects []
SeeAlso []
Definition at line 155 of file llb1Reach.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 412 of file llb1Reach.c.
Function*************************************************************
Synopsis [Perform reachability with hints and returns reached states in ppGlo.]
Description []
SideEffects []
SeeAlso []
Definition at line 582 of file llb1Reach.c.
Function*************************************************************
Synopsis [Perform reachability with hints and returns reached states in ppGlo.]
Description []
SideEffects []
SeeAlso []
Definition at line 469 of file llb1Reach.c.