|
abc-master
|
#include "darInt.h"Go to the source code of this file.
Macros | |
| #define | Aig_ManForEachNodeInOrder(p, pObj) |
| DECLARATIONS ///. More... | |
| #define | MAX_VAL 10 |
Functions | |
| void | Dar_ManDefaultRwrParams (Dar_RwrPar_t *pPars) |
| FUNCTION DEFINITIONS ///. More... | |
| 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 [
]
| Aig_MmFixed_t* Dar_ManComputeCuts | ( | Aig_Man_t * | pAig, |
| int | nCutsMax, | ||
| int | fSkipTtMin, | ||
| int | fVerbose | ||
| ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 287 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 259 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 78 of file darCore.c.