|
abc-master
|
Go to the source code of this file.
Functions | |
| static ABC_NAMESPACE_IMPL_START void | Abc_NtkPrintCuts (void *p, Abc_Ntk_t *pNtk, int fSeq) |
| DECLARATIONS ///. More... | |
| static void | Abc_NtkPrintCuts_ (void *p, Abc_Ntk_t *pNtk, int fSeq) |
| Vec_Int_t * | Abc_NtkGetNodeAttributes (Abc_Ntk_t *pNtk) |
| Cut_Man_t * | Abc_NtkCuts (Abc_Ntk_t *pNtk, Cut_Params_t *pParams) |
| FUNCTION DEFINITIONS ///. More... | |
| void | Abc_NtkCutsOracle (Abc_Ntk_t *pNtk, Cut_Oracle_t *p) |
| Cut_Man_t * | Abc_NtkSeqCuts (Abc_Ntk_t *pNtk, Cut_Params_t *pParams) |
| void * | Abc_NodeGetCutsRecursive (void *p, Abc_Obj_t *pObj, int fDag, int fTree) |
| void * | Abc_NodeGetCuts (void *p, Abc_Obj_t *pObj, int fDag, int fTree) |
| void | Abc_NodeGetCutsSeq (void *p, Abc_Obj_t *pObj, int fTriv) |
| void * | Abc_NodeReadCuts (void *p, Abc_Obj_t *pObj) |
| void | Abc_NodeFreeCuts (void *p, Abc_Obj_t *pObj) |
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 439 of file opt/cut/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 345 of file opt/cut/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 324 of file opt/cut/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 401 of file opt/cut/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 423 of file opt/cut/abcCut.c.
| Cut_Man_t* Abc_NtkCuts | ( | Abc_Ntk_t * | pNtk, |
| Cut_Params_t * | pParams | ||
| ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Computes the cuts for the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 72 of file opt/cut/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 162 of file opt/cut/abcCut.c.
Definition at line 39 of file opt/cut/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 455 of file opt/cut/abcCut.c.
|
static |
Function*************************************************************
Synopsis [Computes the cuts for the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 481 of file opt/cut/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 222 of file opt/cut/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.