
Go to the source code of this file.
Functions | |
| void | Abc_NtkCutsSubtractFanunt (Abc_Ntk_t *pNtk) |
| FUNCTION DEFINITIONS ///. | |
| void | Abc_NtkCutsAddFanunt (Abc_Ntk_t *pNtk) |
| Cut_Man_t * | Abc_NtkCuts (Abc_Ntk_t *pNtk, Cut_Params_t *pParams) |
| 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) |
| int | Abc_NtkSubDagSize_rec (Abc_Obj_t *pObj, Vec_Int_t *vAttrs) |
| Vec_Int_t * | Abc_NtkGetNodeAttributes2 (Abc_Ntk_t *pNtk) |
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 433 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 412 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 487 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 511 of file 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 abcCut.c.

| void Abc_NtkCutsAddFanunt | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 89 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 228 of file abcCut.c.

| void Abc_NtkCutsSubtractFanunt | ( | Abc_Ntk_t * | pNtk | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 54 of file abcCut.c.


Function*************************************************************
Synopsis [Assigns global attributes randomly.]
Description [Old code.]
SideEffects []
SeeAlso []
Definition at line 673 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 287 of file abcCut.c.
Function*************************************************************
Synopsis [Assigns global attributes randomly.]
Description [Old code.]
SideEffects []
SeeAlso []
Definition at line 648 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.