#include "darInt.h"
Go to the source code of this file.
Macros | |
| #define | Aig_ManForEachNodeInOrder(p, pObj) |
| DECLARATIONS ///. | |
| #define | MAX_VAL 10 |
Functions | |
| void | Dar_ManDefaultRwrParams (Dar_RwrPar_t *pPars) |
| FUNCTION DEFINITIONS ///. | |
| int | Dar_ManRewrite (Aig_Man_t *pAig, Dar_RwrPar_t *pPars) |
| int | Dar_ManCutCount (Aig_Man_t *pAig, int *pnCutsK) |
| Aig_MmFixed_t * | Dar_ManComputeCuts (Aig_Man_t *pAig, int nCutsMax, int fSkipTtMin, int fVerbose) |
| #define Aig_ManForEachNodeInOrder | ( | p, | |
| pObj ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [darCore.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [DAG-aware AIG rewriting.]
Synopsis [Core of the rewriting package.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]
Definition at line 31 of file darCore.c.
| Aig_MmFixed_t * Dar_ManComputeCuts | ( | Aig_Man_t * | pAig, |
| int | nCutsMax, | ||
| int | fSkipTtMin, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 291 of file darCore.c.


| int Dar_ManCutCount | ( | Aig_Man_t * | pAig, |
| int * | pnCutsK ) |
Function*************************************************************
Synopsis [Computes the total number of cuts.]
Description []
SideEffects []
SeeAlso []
Definition at line 263 of file darCore.c.

| void Dar_ManDefaultRwrParams | ( | Dar_RwrPar_t * | pPars | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Returns the structure with default assignment of parameters.]
Description []
SideEffects []
SeeAlso []
Definition at line 51 of file darCore.c.


| int Dar_ManRewrite | ( | Aig_Man_t * | pAig, |
| Dar_RwrPar_t * | pPars ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 79 of file darCore.c.

