abc-master
|
#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 ///. More... | |
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 [Create the new node assuming it does not exist.]
Description []
SideEffects []
SeeAlso []
Definition at line 97 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.