abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Abc_NtkPrintUnateBdd (Abc_Ntk_t *pNtk, int fUseNaive, int fVerbose) |
DECLARATIONS ///. More... | |
static void | Abc_NtkPrintUnateSat (Abc_Ntk_t *pNtk, int fVerbose) |
void | Abc_NtkPrintUnate (Abc_Ntk_t *pNtk, int fUseBdds, int fUseNaive, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
void Abc_NtkPrintUnate | ( | Abc_Ntk_t * | pNtk, |
int | fUseBdds, | ||
int | fUseNaive, | ||
int | fVerbose | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Detects unate variables of the multi-output function.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file abcUnate.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcUnate.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Detects unate variables using BDDs.]
Description []
SideEffects []
SeeAlso []
Definition at line 68 of file abcUnate.c.
|
static |
Function*************************************************************
Synopsis [Detects unate variables using SAT.]
Description []
SideEffects []
SeeAlso []
Definition at line 152 of file abcUnate.c.