
Go to the source code of this file.
Classes | |
| struct | Rpo_TtStore_t_ |
Typedefs | |
| typedef typedefABC_NAMESPACE_IMPL_START struct Rpo_TtStore_t_ | Rpo_TtStore_t |
Functions | |
| int | Abc_FileSize (char *pFileName) |
| char * | Abc_FileRead (char *pFileName) |
| void | Abc_TruthGetParams (char *pFileName, int *pnVars, int *pnTruths) |
| void | Abc_TruthRpoPerform (Rpo_TtStore_t *p, int nThreshold, int fVerbose) |
| void | Abc_TruthRpoTest (char *pFileName, int nVarNum, int nThreshold, int fVerbose) |
| int | Abc_RpoTest (char *pFileName, int nVarNum, int nThreshold, int fVerbose) |
| typedef typedefABC_NAMESPACE_IMPL_START struct Rpo_TtStore_t_ Rpo_TtStore_t |
CFile****************************************************************
FileName [abcRpo.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Rpo package.]
Synopsis [Procedures for executing RPO.]
Author [Mayler G. A. Martins / Vinicius Callegaro]
Affiliation [UFRGS]
Date [Ver. 1.0. Started - May 08, 2013.]
Revision [
]
|
extern |
Function*************************************************************
Synopsis [Read file contents.]
Description []
SideEffects []
SeeAlso []
Definition at line 223 of file abcDec.c.


|
extern |
Function*************************************************************
Synopsis [Read file contents.]
Description []
SideEffects []
SeeAlso []
Definition at line 195 of file abcDec.c.

| int Abc_RpoTest | ( | char * | pFileName, |
| int | nVarNum, | ||
| int | nThreshold, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Testbench for decomposition algorithms.]
Description []
SideEffects []
SeeAlso []
Definition at line 425 of file abcRpo.c.

|
extern |
Function*************************************************************
Synopsis [Determine the number of variables by reading the first line.]
Description [Determine the number of functions by counting the lines.]
SideEffects []
SeeAlso []
Definition at line 263 of file abcDec.c.


| void Abc_TruthRpoPerform | ( | Rpo_TtStore_t * | p, |
| int | nThreshold, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Apply decomposition to the truth table.]
Description [Returns the number of AIG nodes.]
SideEffects []
SeeAlso []
Definition at line 345 of file abcRpo.c.


| void Abc_TruthRpoTest | ( | char * | pFileName, |
| int | nVarNum, | ||
| int | nThreshold, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Apply decomposition to truth tables.]
Description []
SideEffects []
SeeAlso []
Definition at line 394 of file abcRpo.c.

