abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Abc_WriteFullAdder (FILE *pFile) |
DECLARATIONS ///. More... | |
void | Abc_WriteAdder (FILE *pFile, int nVars) |
void | Abc_GenAdder (char *pFileName, int nVars) |
void | Abc_WriteMulti (FILE *pFile, int nVars) |
void | Abc_GenMulti (char *pFileName, int nVars) |
void | Abc_WriteComp (FILE *pFile) |
void | Abc_WriteLayer (FILE *pFile, int nVars, int fSkip1) |
void | Abc_GenSorter (char *pFileName, int nVars) |
void | Abc_WriteCell (FILE *pFile) |
void | Abc_GenMesh (char *pFileName, int nVars) |
void | Abc_WriteKLut (FILE *pFile, int nLutSize) |
void | Abc_GenFpga (char *pFileName, int nLutSize, int nLuts, int nVars) |
void | Abc_GenOneHot (char *pFileName, int nVars) |
void | Abc_GenOneHotIntervals (char *pFileName, int nPis, int nRegs, Vec_Ptr_t *vOnehots) |
ABC_NAMESPACE_IMPL_END ABC_NAMESPACE_IMPL_START void | Abc_GenRandom (char *pFileName, int nPis) |
void | Abc_GenFsmCond (Vec_Str_t *vCond, int nPis, int Prob) |
void | Abc_GenFsm (char *pFileName, int nPis, int nPos, int nStates, int nLines, int ProbI, int ProbO) |
void Abc_GenAdder | ( | char * | pFileName, |
int | nVars | ||
) |
Definition at line 95 of file abcGen.c.
void Abc_GenFpga | ( | char * | pFileName, |
int | nLutSize, | ||
int | nLuts, | ||
int | nVars | ||
) |
Function*************************************************************
Synopsis [Generates structure of L K-LUTs implementing an N-var function.]
Description []
SideEffects []
SeeAlso []
Definition at line 459 of file abcGen.c.
void Abc_GenFsm | ( | char * | pFileName, |
int | nPis, | ||
int | nPos, | ||
int | nStates, | ||
int | nLines, | ||
int | ProbI, | ||
int | ProbO | ||
) |
Definition at line 744 of file abcGen.c.
void Abc_GenFsmCond | ( | Vec_Str_t * | vCond, |
int | nPis, | ||
int | Prob | ||
) |
void Abc_GenMesh | ( | char * | pFileName, |
int | nVars | ||
) |
void Abc_GenOneHot | ( | char * | pFileName, |
int | nVars | ||
) |
Function*************************************************************
Synopsis [Generates structure of L K-LUTs implementing an N-var function.]
Description []
SideEffects []
SeeAlso []
Definition at line 577 of file abcGen.c.
void Abc_GenOneHotIntervals | ( | char * | pFileName, |
int | nPis, | ||
int | nRegs, | ||
Vec_Ptr_t * | vOnehots | ||
) |
Function*************************************************************
Synopsis [Generates structure of L K-LUTs implementing an N-var function.]
Description []
SideEffects []
SeeAlso []
Definition at line 618 of file abcGen.c.
ABC_NAMESPACE_IMPL_END ABC_NAMESPACE_IMPL_START void Abc_GenRandom | ( | char * | pFileName, |
int | nPis | ||
) |
Function*************************************************************
Synopsis [Generates structure of L K-LUTs implementing an N-var function.]
Description []
SideEffects []
SeeAlso []
Definition at line 679 of file abcGen.c.
void Abc_GenSorter | ( | char * | pFileName, |
int | nVars | ||
) |
void Abc_WriteAdder | ( | FILE * | pFile, |
int | nVars | ||
) |
Definition at line 62 of file abcGen.c.
void Abc_WriteCell | ( | FILE * | pFile | ) |
void Abc_WriteComp | ( | FILE * | pFile | ) |
ABC_NAMESPACE_IMPL_START void Abc_WriteFullAdder | ( | FILE * | pFile | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcGen.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Procedures to generate various type of circuits.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 44 of file abcGen.c.
void Abc_WriteKLut | ( | FILE * | pFile, |
int | nLutSize | ||
) |
void Abc_WriteLayer | ( | FILE * | pFile, |
int | nVars, | ||
int | fSkip1 | ||
) |
void Abc_WriteMulti | ( | FILE * | pFile, |
int | nVars | ||
) |