abc-master
|
#include "bbr.h"
Go to the source code of this file.
Functions | |
static void | Aig_ObjSetGlobalBdd (Aig_Obj_t *pObj, DdNode *bFunc) |
DECLARATIONS ///. More... | |
static void | Aig_ObjCleanGlobalBdd (DdManager *dd, Aig_Obj_t *pObj) |
DdNode * | Bbr_NodeGlobalBdds_rec (DdManager *dd, Aig_Obj_t *pNode, int nBddSizeMax, int fDropInternal, ProgressBar *pProgress, int *pCounter, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
void | Aig_ManFreeGlobalBdds (Aig_Man_t *p, DdManager *dd) |
int | Aig_ManSizeOfGlobalBdds (Aig_Man_t *p) |
DdManager * | Aig_ManComputeGlobalBdds (Aig_Man_t *p, int nBddSizeMax, int fDropInternal, int fReorder, int fVerbose) |
Variables | |
ABC_NAMESPACE_IMPL_START typedef char | ProgressBar |
DdManager* Aig_ManComputeGlobalBdds | ( | Aig_Man_t * | p, |
int | nBddSizeMax, | ||
int | fDropInternal, | ||
int | fReorder, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Recursively computes global BDDs for the AIG in the manager.]
Description [On exit, BDDs are stored in the pNode->pData fields.]
SideEffects []
SeeAlso []
Definition at line 157 of file bbrNtbdd.c.
Function*************************************************************
Synopsis [Frees the global BDDs of the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 112 of file bbrNtbdd.c.
int Aig_ManSizeOfGlobalBdds | ( | Aig_Man_t * | p | ) |
Function*************************************************************
Synopsis [Returns the shared size of global BDDs of the COs.]
Description []
SideEffects []
SeeAlso []
Definition at line 132 of file bbrNtbdd.c.
Definition at line 34 of file bbrNtbdd.c.
DdNode* Bbr_NodeGlobalBdds_rec | ( | DdManager * | dd, |
Aig_Obj_t * | pNode, | ||
int | nBddSizeMax, | ||
int | fDropInternal, | ||
ProgressBar * | pProgress, | ||
int * | pCounter, | ||
int | fVerbose | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Derives the global BDD for one AIG node.]
Description []
SideEffects []
SeeAlso []
Definition at line 51 of file bbrNtbdd.c.
ABC_NAMESPACE_IMPL_START typedef char ProgressBar |
CFile****************************************************************
FileName [bbrNtbdd.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [BDD-based reachability analysis.]
Synopsis [Procedures to construct global BDDs for the network.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 27 of file bbrNtbdd.c.