abc-master
|
#include "llbInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Llb_ManCountEntries (Vec_Int_t *vCands) |
DECLARATIONS ///. More... | |
void | Llb_ManPrintEntries (Aig_Man_t *p, Vec_Int_t *vCands) |
void | Llb_ManDerefenceBdds (Aig_Man_t *p, DdManager *dd) |
DdNode * | Llb_ManComputeIndCase_rec (Aig_Man_t *p, Aig_Obj_t *pObj, DdManager *dd, Vec_Ptr_t *vBdds) |
void | Llb_ManComputeIndCase (Aig_Man_t *p, DdManager *dd, Vec_Int_t *vNodes) |
Vec_Int_t * | Llb_ManComputeBaseCase (Aig_Man_t *p, DdManager *dd) |
DdManager * | Llb_ManConstructGlobalBdds (Aig_Man_t *p) |
Vec_Int_t * | Llb_ManDeriveConstraints (Aig_Man_t *p) |
FUNCTION DECLARATIONS ///. More... | |
void | Llb_ManConstrTest (Aig_Man_t *p) |
Function*************************************************************
Synopsis [Returns the array of constraint candidates.]
Description []
SideEffects []
SeeAlso []
Definition at line 199 of file llb1Constr.c.
Function*************************************************************
Synopsis [Returns the array of constraint candidates.]
Description []
SideEffects []
SeeAlso []
Definition at line 142 of file llb1Constr.c.
DdNode* Llb_ManComputeIndCase_rec | ( | Aig_Man_t * | p, |
Aig_Obj_t * | pObj, | ||
DdManager * | dd, | ||
Vec_Ptr_t * | vBdds | ||
) |
Function*************************************************************
Synopsis [Returns the array of constraint candidates.]
Description []
SideEffects []
SeeAlso []
Definition at line 115 of file llb1Constr.c.
void Llb_ManConstrTest | ( | Aig_Man_t * | p | ) |
Function*************************************************************
Synopsis [Tests derived constraints.]
Description []
SideEffects []
SeeAlso []
Definition at line 299 of file llb1Constr.c.
Function*************************************************************
Synopsis [Constructs global BDDs for each object in the AIG manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 229 of file llb1Constr.c.
ABC_NAMESPACE_IMPL_START int Llb_ManCountEntries | ( | Vec_Int_t * | vCands | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [llb1Constr.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [BDD based reachability.]
Synopsis [Computing inductive constraints.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Returns the array of constraint candidates.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file llb1Constr.c.
Function*************************************************************
Synopsis [Dereference BDD nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 96 of file llb1Constr.c.
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Derives inductive constraints.]
Description []
SideEffects []
SeeAlso []
Definition at line 267 of file llb1Constr.c.
Function*************************************************************
Synopsis [Returns the array of constraint candidates.]
Description []
SideEffects []
SeeAlso []
Definition at line 64 of file llb1Constr.c.