
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Ndr_TypeNdr2Wlc (int Type) |
| DECLARATIONS ///. | |
| int | Ndr_TypeWlc2Ndr (int Type) |
| DECLARATIONS ///. | |
| char * | Ndr_ObjWriteConstant (unsigned *pBits, int nBits) |
| void * | Wlc_NtkToNdr (Wlc_Ntk_t *pNtk) |
| void | Wlc_WriteNdr (Wlc_Ntk_t *pNtk, char *pFileName) |
| void | Wlc_NtkToNdrTest (Wlc_Ntk_t *pNtk) |
| int | Ndr_ObjReadRange (Ndr_Data_t *p, int Obj, int *End, int *Beg) |
| void | Ndr_ObjReadConstant (Vec_Int_t *vFanins, char *pStr) |
| void | Ndr_NtkPrintNodes (Wlc_Ntk_t *pNtk) |
| void | Wlc_NtkCheckIntegrity (void *pData) |
| Wlc_Ntk_t * | Wlc_NtkFromNdr (void *pData) |
| void | Ndr_DumpNdr (void *pDesign) |
| Wlc_Ntk_t * | Wlc_ReadNdr (char *pFileName) |
| void | Wlc_ReadNdrTest () |
| void Ndr_DumpNdr | ( | void * | pDesign | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 539 of file wlcNdr.c.

| void Ndr_NtkPrintNodes | ( | Wlc_Ntk_t * | pNtk | ) |
Definition at line 317 of file wlcNdr.c.
| void Ndr_ObjReadConstant | ( | Vec_Int_t * | vFanins, |
| char * | pStr ) |
Definition at line 299 of file wlcNdr.c.


| int Ndr_ObjReadRange | ( | Ndr_Data_t * | p, |
| int | Obj, | ||
| int * | End, | ||
| int * | Beg ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 285 of file wlcNdr.c.

| char * Ndr_ObjWriteConstant | ( | unsigned * | pBits, |
| int | nBits ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 179 of file wlcNdr.c.


| ABC_NAMESPACE_IMPL_START int Ndr_TypeNdr2Wlc | ( | int | Type | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [wlcNdr.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Experimental procedures.]
Synopsis [Constructing WLC network from NDR data structure.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - August 22, 2014.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file wlcNdr.c.

| int Ndr_TypeWlc2Ndr | ( | int | Type | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [wlnWlc.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Word-level network.]
Synopsis [Network transformation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 23, 2018.]
Revision [
]
Definition at line 106 of file wlcNdr.c.

| void Wlc_NtkCheckIntegrity | ( | void * | pData | ) |
Definition at line 337 of file wlcNdr.c.

| Wlc_Ntk_t * Wlc_NtkFromNdr | ( | void * | pData | ) |
Definition at line 366 of file wlcNdr.c.


| void * Wlc_NtkToNdr | ( | Wlc_Ntk_t * | pNtk | ) |
Definition at line 190 of file wlcNdr.c.


| void Wlc_NtkToNdrTest | ( | Wlc_Ntk_t * | pNtk | ) |
Definition at line 254 of file wlcNdr.c.

| Wlc_Ntk_t * Wlc_ReadNdr | ( | char * | pFileName | ) |
Definition at line 551 of file wlcNdr.c.


| void Wlc_ReadNdrTest | ( | ) |
Definition at line 562 of file wlcNdr.c.
