#include "wln.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START char * | Wln_ObjName (Wln_Ntk_t *p, int iObj) |
| DECLARATIONS ///. | |
| char * | Wln_ObjConstString (Wln_Ntk_t *p, int iObj) |
| void | Wln_ObjUpdateType (Wln_Ntk_t *p, int iObj, int Type) |
| void | Wln_ObjSetConst (Wln_Ntk_t *p, int iObj, int NameId) |
| void | Wln_ObjSetSlice (Wln_Ntk_t *p, int iObj, int SliceId) |
| void | Wln_ObjAddFanin (Wln_Ntk_t *p, int iObj, int i) |
| int | Wln_ObjAddFanins (Wln_Ntk_t *p, int iObj, Vec_Int_t *vFanins) |
| int | Wln_ObjAlloc (Wln_Ntk_t *p, int Type, int Signed, int End, int Beg) |
| int | Wln_ObjClone (Wln_Ntk_t *pNew, Wln_Ntk_t *p, int iObj) |
| int | Wln_ObjCreateCo (Wln_Ntk_t *p, int iFanin) |
| void | Wln_ObjPrint (Wln_Ntk_t *p, int iObj) |
| void Wln_ObjAddFanin | ( | Wln_Ntk_t * | p, |
| int | iObj, | ||
| int | i ) |
Definition at line 75 of file wlnObj.c.

Definition at line 98 of file wlnObj.c.


| int Wln_ObjAlloc | ( | Wln_Ntk_t * | p, |
| int | Type, | ||
| int | Signed, | ||
| int | End, | ||
| int | Beg ) |
Definition at line 105 of file wlnObj.c.


Definition at line 125 of file wlnObj.c.


| char * Wln_ObjConstString | ( | Wln_Ntk_t * | p, |
| int | iObj ) |
| int Wln_ObjCreateCo | ( | Wln_Ntk_t * | p, |
| int | iFanin ) |
| ABC_NAMESPACE_IMPL_START char * Wln_ObjName | ( | Wln_Ntk_t * | p, |
| int | iObj ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [wlnObj.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Word-level network.]
Synopsis [Object construction procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 23, 2018.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Creating objects.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file wlnObj.c.


| void Wln_ObjPrint | ( | Wln_Ntk_t * | p, |
| int | iObj ) |
| void Wln_ObjSetConst | ( | Wln_Ntk_t * | p, |
| int | iObj, | ||
| int | NameId ) |
| void Wln_ObjSetSlice | ( | Wln_Ntk_t * | p, |
| int | iObj, | ||
| int | SliceId ) |
| void Wln_ObjUpdateType | ( | Wln_Ntk_t * | p, |
| int | iObj, | ||
| int | Type ) |