abc-master
|
Go to the source code of this file.
Variables | |
int | nTotal |
DECLARATIONS ///. More... | |
int | nGood |
int | nEqual |
void Abc_NodeFreeCuts | ( | void * | p, |
Abc_Obj_t * | pObj | ||
) |
Function*************************************************************
Synopsis [Computes the cuts for the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 527 of file base/abci/abcCut.c.
void* Abc_NodeGetCuts | ( | void * | p, |
Abc_Obj_t * | pObj, | ||
int | fDag, | ||
int | fTree | ||
) |
Function*************************************************************
Synopsis [Computes the cuts for the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 433 of file base/abci/abcCut.c.
void* Abc_NodeGetCutsRecursive | ( | void * | p, |
Abc_Obj_t * | pObj, | ||
int | fDag, | ||
int | fTree | ||
) |
Function*************************************************************
Synopsis [Computes the cuts for the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 412 of file base/abci/abcCut.c.
void Abc_NodeGetCutsSeq | ( | void * | p, |
Abc_Obj_t * | pObj, | ||
int | fTriv | ||
) |
Function*************************************************************
Synopsis [Computes the cuts for the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 487 of file base/abci/abcCut.c.
void* Abc_NodeReadCuts | ( | void * | p, |
Abc_Obj_t * | pObj | ||
) |
Function*************************************************************
Synopsis [Computes the cuts for the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 511 of file base/abci/abcCut.c.
Function*************************************************************
Synopsis [Computes area.]
Description []
SideEffects []
SeeAlso []
Definition at line 391 of file base/abci/abcCut.c.
Cut_Man_t* Abc_NtkCuts | ( | Abc_Ntk_t * | pNtk, |
Cut_Params_t * | pParams | ||
) |
Function*************************************************************
Synopsis [Computes the cuts for the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 122 of file base/abci/abcCut.c.
void Abc_NtkCutsAddFanunt | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 89 of file base/abci/abcCut.c.
void Abc_NtkCutsOracle | ( | Abc_Ntk_t * | pNtk, |
Cut_Oracle_t * | p | ||
) |
Function*************************************************************
Synopsis [Cut computation using the oracle.]
Description []
SideEffects []
SeeAlso []
Definition at line 228 of file base/abci/abcCut.c.
void Abc_NtkCutsSubtractFanunt | ( | Abc_Ntk_t * | pNtk | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 54 of file base/abci/abcCut.c.
Function*************************************************************
Synopsis [Assigns global attributes randomly.]
Description [Old code.]
SideEffects []
SeeAlso []
Definition at line 589 of file base/abci/abcCut.c.
Function*************************************************************
Synopsis [Assigns global attributes randomly.]
Description [Old code.]
SideEffects []
SeeAlso []
Definition at line 673 of file base/abci/abcCut.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcCut.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Interface to cut computation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Computes the cuts for the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 543 of file base/abci/abcCut.c.
|
static |
Function*************************************************************
Synopsis [Computes the cuts for the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 568 of file base/abci/abcCut.c.
Cut_Man_t* Abc_NtkSeqCuts | ( | Abc_Ntk_t * | pNtk, |
Cut_Params_t * | pParams | ||
) |
Function*************************************************************
Synopsis [Computes the cuts for the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 287 of file base/abci/abcCut.c.
Function*************************************************************
Synopsis [Assigns global attributes randomly.]
Description [Old code.]
SideEffects []
SeeAlso []
Definition at line 648 of file base/abci/abcCut.c.
int nEqual |
Definition at line 39 of file cutTruth.c.
int nGood |
Definition at line 38 of file cutTruth.c.
int nTotal |
DECLARATIONS ///.
CFile****************************************************************
FileName [cutTruth.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [K-feasible cut computation package.]
Synopsis [Incremental truth table computation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 37 of file cutTruth.c.