abc-master
|
#include "wlc.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Wlc_WriteTableOne (FILE *pFile, int nFans, int nOuts, word *pTable, int Id) |
DECLARATIONS ///. More... | |
void | Wlc_WriteTables (FILE *pFile, Wlc_Ntk_t *p) |
void | Wlc_WriteAddPos (Wlc_Ntk_t *p) |
void | Wlc_WriteVerIntVec (FILE *pFile, Wlc_Ntk_t *p, Vec_Int_t *vVec, int Start) |
void | Wlc_WriteVerInt (FILE *pFile, Wlc_Ntk_t *p) |
void | Wlc_WriteVer (Wlc_Ntk_t *p, char *pFileName) |
void Wlc_WriteAddPos | ( | Wlc_Ntk_t * | p | ) |
Function*************************************************************
Synopsis [This was used to add POs to each node except PIs and MUXes.]
Description []
SideEffects []
SeeAlso []
Definition at line 99 of file wlcWriteVer.c.
ABC_NAMESPACE_IMPL_START void Wlc_WriteTableOne | ( | FILE * | pFile, |
int | nFans, | ||
int | nOuts, | ||
word * | pTable, | ||
int | Id | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [wlcWriteVer.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Verilog parser.]
Synopsis [Writes word-level Verilog.]
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 wlcWriteVer.c.
void Wlc_WriteTables | ( | FILE * | pFile, |
Wlc_Ntk_t * | p | ||
) |
Definition at line 64 of file wlcWriteVer.c.
void Wlc_WriteVer | ( | Wlc_Ntk_t * | p, |
char * | pFileName | ||
) |
Definition at line 354 of file wlcWriteVer.c.
void Wlc_WriteVerInt | ( | FILE * | pFile, |
Wlc_Ntk_t * | p | ||
) |
Definition at line 147 of file wlcWriteVer.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 124 of file wlcWriteVer.c.