abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Abc_MfsConvertAigToHop_rec (Aig_Obj_t *pObj, Hop_Man_t *pHop) |
DECLARATIONS ///. More... | |
Hop_Obj_t * | Abc_MfsConvertAigToHop (Aig_Man_t *pMan, Hop_Man_t *pHop) |
void | Abc_MfsConvertHopToAig_rec (Hop_Obj_t *pObj, Aig_Man_t *pMan) |
void | Abc_MfsConvertHopToAig (Abc_Obj_t *pObjOld, Aig_Man_t *pMan) |
Aig_Obj_t * | Abc_NtkConstructAig_rec (Mfs_Man_t *p, Abc_Obj_t *pNode, Aig_Man_t *pMan) |
Aig_Obj_t * | Abc_NtkConstructCare_rec (Aig_Man_t *pCare, Aig_Obj_t *pObj, Aig_Man_t *pMan) |
Aig_Man_t * | Abc_NtkConstructAig (Mfs_Man_t *p, Abc_Obj_t *pNode) |
Aig_Man_t * | Abc_NtkAigForConstraints (Mfs_Man_t *p, Abc_Obj_t *pNode) |
ABC_NAMESPACE_IMPL_END ABC_NAMESPACE_IMPL_START double | Abc_NtkConstraintRatio (Mfs_Man_t *p, Abc_Obj_t *pNode) |
Function*************************************************************
Synopsis [Converts AIG from Aig_Man_t into Hop_Obj_t.]
Description [Assumes that Aig_Man_t has exactly one primary outputs. Returns the pointer to the root node (Hop_Obj_t) in Hop_Man_t.]
SideEffects []
SeeAlso []
Definition at line 67 of file mfsStrash.c.
ABC_NAMESPACE_IMPL_START void Abc_MfsConvertAigToHop_rec | ( | Aig_Obj_t * | pObj, |
Hop_Man_t * | pHop | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [mfsStrash.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [The good old minimization with complete don't-cares.]
Synopsis [Structural hashing of the window with ODCs.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Recursively converts AIG from Aig_Man_t into Hop_Obj_t.]
Description []
SideEffects []
SeeAlso []
Definition at line 44 of file mfsStrash.c.
Function*************************************************************
Synopsis [Converts the network from AIG to BDD representation.]
Description []
SideEffects []
SeeAlso []
Definition at line 121 of file mfsStrash.c.
Function*************************************************************
Synopsis [Construct BDDs and mark AIG nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 98 of file mfsStrash.c.
Function*************************************************************
Synopsis [Creates AIG for the window with constraints.]
Description []
SideEffects []
SeeAlso []
Definition at line 325 of file mfsStrash.c.
ABC_NAMESPACE_IMPL_END ABC_NAMESPACE_IMPL_START double Abc_NtkConstraintRatio | ( | Mfs_Man_t * | p, |
Abc_Obj_t * | pNode | ||
) |
Function*************************************************************
Synopsis [Compute the ratio of don't-cares.]
Description []
SideEffects []
SeeAlso []
Definition at line 386 of file mfsStrash.c.
Function*************************************************************
Synopsis [Creates AIG for the window with constraints.]
Description []
SideEffects []
SeeAlso []
Definition at line 233 of file mfsStrash.c.
Function*************************************************************
Synopsis [Computes the care set of the node under ODCs.]
Description []
SideEffects []
SeeAlso []
Definition at line 166 of file mfsStrash.c.
Function*************************************************************
Synopsis [Adds relevant constraints.]
Description []
SideEffects []
SeeAlso []
Definition at line 203 of file mfsStrash.c.