
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void * | Wln_NtkToNdr (Wln_Ntk_t *p) |
| DECLARATIONS ///. | |
| void | Wln_WriteNdr (Wln_Ntk_t *p, char *pFileName) |
| void | Wln_NtkToNdrTest (Wln_Ntk_t *p) |
| int | Ndr_ObjGetRange (Ndr_Data_t *p, int Obj, int *End, int *Beg) |
| void | Ndr_NtkPrintObjects (Wln_Ntk_t *pNtk) |
| void | Wln_NtkCheckIntegrity (void *pData) |
| Wln_Ntk_t * | Wln_NtkFromNdr (void *pData, int fDump) |
| Wln_Ntk_t * | Wln_ReadNdr (char *pFileName) |
| FUNCTION DECLARATIONS ///. | |
| void | Wln_ReadNdrTest () |
| void | Wln_NtkRetimeTest (char *pFileName, int fIgnoreIO, int fSkipSimple, int fDump, int fVerbose) |
| void Ndr_NtkPrintObjects | ( | Wln_Ntk_t * | pNtk | ) |
Definition at line 134 of file wlnNdr.c.
| int Ndr_ObjGetRange | ( | Ndr_Data_t * | p, |
| int | Obj, | ||
| int * | End, | ||
| int * | Beg ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 120 of file wlnNdr.c.

| void Wln_NtkCheckIntegrity | ( | void * | pData | ) |
Definition at line 153 of file wlnNdr.c.

| Wln_Ntk_t * Wln_NtkFromNdr | ( | void * | pData, |
| int | fDump ) |
Definition at line 182 of file wlnNdr.c.


| void Wln_NtkRetimeTest | ( | char * | pFileName, |
| int | fIgnoreIO, | ||
| int | fSkipSimple, | ||
| int | fDump, | ||
| int | fVerbose ) |
Definition at line 317 of file wlnNdr.c.

| ABC_NAMESPACE_IMPL_START void * Wln_NtkToNdr | ( | Wln_Ntk_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [wlnNdr.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Word-level network.]
Synopsis [Constructing WLN network from NDR data structure.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 23, 2018.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file wlnNdr.c.


| void Wln_NtkToNdrTest | ( | Wln_Ntk_t * | p | ) |
Definition at line 88 of file wlnNdr.c.

| Wln_Ntk_t * Wln_ReadNdr | ( | char * | pFileName | ) |
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 298 of file wlnNdr.c.


| void Wln_ReadNdrTest | ( | ) |
Definition at line 308 of file wlnNdr.c.
