
Go to the source code of this file.
Functions | |
| Vec_Int_t * | Abc_NtkGetNodeAttributes (Abc_Ntk_t *pNtk) |
| Cut_Man_t * | Abc_NtkCuts (Abc_Ntk_t *pNtk, Cut_Params_t *pParams) |
| FUNCTION DEFINITIONS ///. | |
| 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 ///. | |
| int | nGood |
| int | nEqual |
| void Abc_NodeFreeCuts | ( | void * | p, |
| Abc_Obj_t * | pObj ) |
| 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 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 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 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 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 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 abcCut.c.

Definition at line 39 of file 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 abcCut.c.
|
extern |
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.