#include "nwk.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Nwk_Obj_t * | Nwk_ManCreateObj (Nwk_Man_t *p, int nFanins, int nFanouts) |
| DECLARATIONS ///. | |
| Nwk_Obj_t * | Nwk_ManCreateCi (Nwk_Man_t *p, int nFanouts) |
| Nwk_Obj_t * | Nwk_ManCreateCo (Nwk_Man_t *p) |
| Nwk_Obj_t * | Nwk_ManCreateLatch (Nwk_Man_t *p) |
| Nwk_Obj_t * | Nwk_ManCreateNode (Nwk_Man_t *p, int nFanins, int nFanouts) |
| void | Nwk_ManDeleteNode (Nwk_Obj_t *pObj) |
| void | Nwk_ManDeleteNode_rec (Nwk_Obj_t *pObj) |
Function*************************************************************
Synopsis [Creates a primary input.]
Description []
SideEffects []
SeeAlso []
Definition at line 70 of file nwkObj.c.


Function*************************************************************
Synopsis [Creates a primary output.]
Description []
SideEffects []
SeeAlso []
Definition at line 92 of file nwkObj.c.


Function*************************************************************
Synopsis [Creates a latch.]
Description []
SideEffects []
SeeAlso []
Definition at line 114 of file nwkObj.c.

Function*************************************************************
Synopsis [Creates a node.]
Description []
SideEffects []
SeeAlso []
Definition at line 134 of file nwkObj.c.


| ABC_NAMESPACE_IMPL_START Nwk_Obj_t * Nwk_ManCreateObj | ( | Nwk_Man_t * | p, |
| int | nFanins, | ||
| int | nFanouts ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [nwkObj.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Logic network representation.]
Synopsis [Manipulation of objects.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Creates an object.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file nwkObj.c.


| void Nwk_ManDeleteNode | ( | Nwk_Obj_t * | pObj | ) |
Function*************************************************************
Synopsis [Deletes the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 155 of file nwkObj.c.


| void Nwk_ManDeleteNode_rec | ( | Nwk_Obj_t * | pObj | ) |
Function*************************************************************
Synopsis [Deletes the node and MFFC of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 183 of file nwkObj.c.

