abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Rnm_ManPrintSelected (Rnm_Man_t *p, Vec_Int_t *vNewPPis) |
DECLARATIONS ///. More... | |
void | Ga2_StructAnalize (Gia_Man_t *p, Vec_Int_t *vFront, Vec_Int_t *vInter, Vec_Int_t *vNewPPis) |
Vec_Int_t * | Rnm_ManFilterSelected (Rnm_Man_t *p, Vec_Int_t *vOldPPis) |
Vec_Int_t * | Rnm_ManFilterSelectedNew (Rnm_Man_t *p, Vec_Int_t *vOldPPis) |
void Ga2_StructAnalize | ( | Gia_Man_t * | p, |
Vec_Int_t * | vFront, | ||
Vec_Int_t * | vInter, | ||
Vec_Int_t * | vNewPPis | ||
) |
Function*************************************************************
Synopsis [Perform structural analysis.]
Description []
SideEffects []
SeeAlso []
Definition at line 70 of file absRefSelect.c.
Function*************************************************************
Synopsis [Postprocessing the set of PPIs using structural analysis.]
Description [The following sets are used: The set of all PI+PPI is in p->vMap. The set of all abstracted objects is in p->vObjs; The set of important PPIs is in vOldPPis. The new set of selected PPIs is in vNewPPis.]
SideEffects []
SeeAlso []
Definition at line 126 of file absRefSelect.c.
Function*************************************************************
Synopsis [Improved postprocessing the set of PPIs.]
Description []
SideEffects []
SeeAlso []
Definition at line 207 of file absRefSelect.c.
ABC_NAMESPACE_IMPL_START void Rnm_ManPrintSelected | ( | Rnm_Man_t * | p, |
Vec_Int_t * | vNewPPis | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [absRefSelect.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Abstraction package.]
Synopsis [Post-processes the set of selected refinement objects.]
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 45 of file absRefSelect.c.