#include "hop.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Hop_Obj_t * | Hop_ObjCreatePi (Hop_Man_t *p) |
| DECLARATIONS ///. | |
| Hop_Obj_t * | Hop_ObjCreatePo (Hop_Man_t *p, Hop_Obj_t *pDriver) |
| Hop_Obj_t * | Hop_ObjCreate (Hop_Man_t *p, Hop_Obj_t *pGhost) |
| void | Hop_ObjConnect (Hop_Man_t *p, Hop_Obj_t *pObj, Hop_Obj_t *pFan0, Hop_Obj_t *pFan1) |
| void | Hop_ObjDisconnect (Hop_Man_t *p, Hop_Obj_t *pObj) |
| void | Hop_ObjDelete (Hop_Man_t *p, Hop_Obj_t *pObj) |
| void | Hop_ObjDelete_rec (Hop_Man_t *p, Hop_Obj_t *pObj) |
| Hop_Obj_t * | Hop_ObjRepr (Hop_Obj_t *pObj) |
| void | Hop_ObjCreateChoice (Hop_Obj_t *pOld, Hop_Obj_t *pNew) |
Function*************************************************************
Synopsis [Connect the object to the fanin.]
Description []
SideEffects []
SeeAlso []
Definition at line 125 of file hopObj.c.


Function*************************************************************
Synopsis [Create the new node assuming it does not exist.]
Description []
SideEffects []
SeeAlso []
Definition at line 97 of file hopObj.c.


Function*************************************************************
Synopsis [Sets an equivalence relation between the nodes.]
Description [Makes the representative of pNew point to the representaive of pOld.]
SideEffects []
SeeAlso []
Definition at line 260 of file hopObj.c.

| ABC_NAMESPACE_IMPL_START Hop_Obj_t * Hop_ObjCreatePi | ( | Hop_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [hopObj.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Minimalistic And-Inverter Graph package.]
Synopsis [Adding/removing objects.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - May 11, 2006.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Creates primary input.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file hopObj.c.

Function*************************************************************
Synopsis [Creates primary output with the given driver.]
Description []
SideEffects []
SeeAlso []
Definition at line 67 of file hopObj.c.

Function*************************************************************
Synopsis [Deletes the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 186 of file hopObj.c.


Function*************************************************************
Synopsis [Deletes the MFFC of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 214 of file hopObj.c.


Function*************************************************************
Synopsis [Connect the object to the fanin.]
Description []
SideEffects []
SeeAlso []
Definition at line 159 of file hopObj.c.


Function*************************************************************
Synopsis [Returns the representative of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 241 of file hopObj.c.

