abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Abc_NodeEspresso (Abc_Obj_t *pNode) |
DECLARATIONS ///. More... | |
static pset_family | Abc_SopToEspresso (char *pSop) |
static char * | Abc_SopFromEspresso (Extra_MmFlex_t *pMan, pset_family Cover) |
static pset_family | Abc_EspressoMinimize (pset_family pOnset, pset_family pDcset) |
void | Abc_NtkEspresso (Abc_Ntk_t *pNtk, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
|
static |
Function*************************************************************
Synopsis [Minimizes the cover using Espresso.]
Description []
SideEffects []
SeeAlso []
Definition at line 210 of file abcEspresso.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcEspresso.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Procedures to minimize SOPs using Espresso.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Minimizes SOP representation of one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 83 of file abcEspresso.c.
void Abc_NtkEspresso | ( | Abc_Ntk_t * | pNtk, |
int | fVerbose | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Minimizes SOP representations using Espresso.]
Description []
SideEffects []
SeeAlso []
Definition at line 51 of file abcEspresso.c.
|
static |
Function*************************************************************
Synopsis [Converts SOP representation in Espresso into SOP in ABC.]
Description []
SideEffects []
SeeAlso []
Definition at line 170 of file abcEspresso.c.
|
static |
Function*************************************************************
Synopsis [Converts SOP in ABC into SOP representation in Espresso.]
Description []
SideEffects []
SeeAlso []
Definition at line 114 of file abcEspresso.c.