abc-master
|
#include "llbInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Vec_Int_t * | Llb_DriverCountRefs (Aig_Man_t *p) |
DECLARATIONS ///. More... | |
Vec_Int_t * | Llb_DriverCollectNs (Aig_Man_t *pAig, Vec_Int_t *vDriRefs) |
Vec_Int_t * | Llb_DriverCollectCs (Aig_Man_t *pAig) |
DdNode * | Llb_DriverPhaseCube (Aig_Man_t *pAig, Vec_Int_t *vDriRefs, DdManager *dd) |
DdManager * | Llb_DriverLastPartition (Aig_Man_t *p, Vec_Int_t *vVarsNs, abctime TimeTarget) |
Function*************************************************************
Synopsis [Returns array of CS variables.]
Description []
SideEffects []
SeeAlso []
Definition at line 106 of file llb2Driver.c.
Function*************************************************************
Synopsis [Returns array of NS variables.]
Description []
SideEffects []
SeeAlso []
Definition at line 78 of file llb2Driver.c.
ABC_NAMESPACE_IMPL_START Vec_Int_t* Llb_DriverCountRefs | ( | Aig_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [llb2Driver.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [BDD based reachability.]
Synopsis [Procedures working with flop drivers.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Returns the array of times each flop driver is referenced.]
Description []
SideEffects []
SeeAlso []
Definition at line 56 of file llb2Driver.c.
Function*************************************************************
Synopsis [Compute the last partition.]
Description []
SideEffects []
SeeAlso []
Definition at line 163 of file llb2Driver.c.
Function*************************************************************
Synopsis [Create cube for phase swapping.]
Description []
SideEffects []
SeeAlso []
Definition at line 128 of file llb2Driver.c.