abc-master
|
#include "base/abc/abc.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Vec_Ptr_t * | Abc_NtkHaigCollectMembers (Hop_Man_t *p) |
DECLARATIONS ///. More... | |
Vec_Ptr_t * | Abc_NtkHaigCreateClasses (Vec_Ptr_t *vMembers) |
int | Abc_NtkHaigCountFans (Hop_Man_t *p) |
static Hop_Obj_t * | Hop_ObjReprHop (Hop_Obj_t *pObj) |
static Hop_Obj_t * | Hop_ObjChild0Hop (Hop_Obj_t *pObj) |
static Hop_Obj_t * | Hop_ObjChild1Hop (Hop_Obj_t *pObj) |
Hop_Man_t * | Abc_NtkHaigReconstruct (Hop_Man_t *p) |
int | Abc_NtkHaigCheckTfi_rec (Abc_Obj_t *pNode, Abc_Obj_t *pOld) |
int | Abc_NtkHaigCheckTfi (Abc_Ntk_t *pNtk, Abc_Obj_t *pOld, Abc_Obj_t *pNew) |
static Abc_Obj_t * | Hop_ObjChild0Next (Hop_Obj_t *pObj) |
static Abc_Obj_t * | Hop_ObjChild1Next (Hop_Obj_t *pObj) |
Abc_Ntk_t * | Abc_NtkHaigRecreateAig (Abc_Ntk_t *pNtk, Hop_Man_t *p) |
void | Abc_NtkHaigResetReprsOld (Hop_Man_t *pMan) |
int | Abc_NtkHaigResetReprs (Hop_Man_t *p) |
Abc_Ntk_t * | Abc_NtkHopRemoveLoops (Abc_Ntk_t *pNtk, Hop_Man_t *pMan) |
Function*************************************************************
Synopsis [Returns 1 if pOld is in the TFI of pNew.]
Description []
SideEffects []
SeeAlso []
Definition at line 311 of file abcHaig.c.
Function*************************************************************
Synopsis [Returns 1 if pOld is in the TFI of pNew.]
Description []
SideEffects []
SeeAlso []
Definition at line 276 of file abcHaig.c.
ABC_NAMESPACE_IMPL_START Vec_Ptr_t* Abc_NtkHaigCollectMembers | ( | Hop_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcHaig.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Implements history AIG for combinational rewriting.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Collects the nodes in the classes.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file abcHaig.c.
int Abc_NtkHaigCountFans | ( | Hop_Man_t * | p | ) |
Function*************************************************************
Synopsis [Counts how many data members have non-trivial fanout.]
Description []
SideEffects []
SeeAlso []
Definition at line 159 of file abcHaig.c.
Function*************************************************************
Synopsis [Creates classes.]
Description []
SideEffects []
SeeAlso []
Definition at line 73 of file abcHaig.c.
Function*************************************************************
Synopsis [Stops history AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 222 of file abcHaig.c.
Function*************************************************************
Synopsis [Stops history AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 344 of file abcHaig.c.
int Abc_NtkHaigResetReprs | ( | Hop_Man_t * | p | ) |
Function*************************************************************
Synopsis [Resets representatives.]
Description []
SideEffects []
SeeAlso []
Definition at line 457 of file abcHaig.c.
void Abc_NtkHaigResetReprsOld | ( | Hop_Man_t * | pMan | ) |
Function*************************************************************
Synopsis [Resets representatives.]
Description []
SideEffects []
SeeAlso []
Definition at line 429 of file abcHaig.c.
Function*************************************************************
Synopsis [Transform HOP manager into the one without loops.]
Description []
SideEffects []
SeeAlso []
Definition at line 533 of file abcHaig.c.