
Go to the source code of this file.
Macros | |
| #define | MAX_LINE 1000000 |
| DECLARATIONS ///. | |
Functions | |
| void | Rtl_NtkCleanFile (char *pFileName) |
| void | Rtl_NtkCleanFile2 (char *pFileName) |
| char * | Wln_GetYosysName () |
| int | Wln_ConvertToRtl (char *pCommand, char *pFileTemp) |
| Rtl_Lib_t * | Wln_ReadSystemVerilog (char *pFileName, char *pTopModule, char *pDefines, int fCollapse, int fVerbose) |
| Gia_Man_t * | Wln_BlastSystemVerilog (char *pFileName, char *pTopModule, char *pDefines, int fSkipStrash, int fInvert, int fTechMap, int fLibInDir, int fVerbose) |
| Abc_Ntk_t * | Wln_ReadMappedSystemVerilog (char *pFileName, char *pTopModule, char *pDefines, char *pLibrary, int fVerbose) |
| #define MAX_LINE 1000000 |
DECLARATIONS ///.
CFile****************************************************************
FileName [wlnRtl.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Word-level network.]
Synopsis [Constructing WLN network from Rtl data structure.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 23, 2018.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
| void Rtl_NtkCleanFile | ( | char * | pFileName | ) |
Definition at line 54 of file wlnRtl.c.


| void Rtl_NtkCleanFile2 | ( | char * | pFileName | ) |
Definition at line 80 of file wlnRtl.c.

| Gia_Man_t * Wln_BlastSystemVerilog | ( | char * | pFileName, |
| char * | pTopModule, | ||
| char * | pDefines, | ||
| int | fSkipStrash, | ||
| int | fInvert, | ||
| int | fTechMap, | ||
| int | fLibInDir, | ||
| int | fVerbose ) |
Definition at line 174 of file wlnRtl.c.

| int Wln_ConvertToRtl | ( | char * | pCommand, |
| char * | pFileTemp ) |
Definition at line 122 of file wlnRtl.c.


| char * Wln_GetYosysName | ( | ) |
Definition at line 106 of file wlnRtl.c.


| Abc_Ntk_t * Wln_ReadMappedSystemVerilog | ( | char * | pFileName, |
| char * | pTopModule, | ||
| char * | pDefines, | ||
| char * | pLibrary, | ||
| int | fVerbose ) |
Definition at line 214 of file wlnRtl.c.

| Rtl_Lib_t * Wln_ReadSystemVerilog | ( | char * | pFileName, |
| char * | pTopModule, | ||
| char * | pDefines, | ||
| int | fCollapse, | ||
| int | fVerbose ) |
Definition at line 142 of file wlnRtl.c.
