|
abc-master
|
#include "dchInt.h"Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Dch_ManSetDefaultParams (Dch_Pars_t *p) |
| DECLARATIONS ///. More... | |
| int | Dch_ManReadVerbose (Dch_Pars_t *p) |
| Aig_Man_t * | Dch_ComputeChoices (Aig_Man_t *pAig, Dch_Pars_t *pPars) |
| void | Dch_ComputeEquivalences (Aig_Man_t *pAig, Dch_Pars_t *pPars) |
| Aig_Man_t* Dch_ComputeChoices | ( | Aig_Man_t * | pAig, |
| Dch_Pars_t * | pPars | ||
| ) |
Function*************************************************************
Synopsis [Performs computation of AIGs with choices.]
Description [Takes several AIGs and performs choicing.]
SideEffects []
SeeAlso []
Definition at line 89 of file dchCore.c.
| void Dch_ComputeEquivalences | ( | Aig_Man_t * | pAig, |
| Dch_Pars_t * | pPars | ||
| ) |
Function*************************************************************
Synopsis [Performs computation of AIGs with choices.]
Description [Takes several AIGs and performs choicing.]
SideEffects []
SeeAlso []
Definition at line 134 of file dchCore.c.
| int Dch_ManReadVerbose | ( | Dch_Pars_t * | p | ) |
Function*************************************************************
Synopsis [Returns verbose parameter.]
Description []
SideEffects []
SeeAlso []
| ABC_NAMESPACE_IMPL_START void Dch_ManSetDefaultParams | ( | Dch_Pars_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [dchCore.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Choice computation for tech-mapping.]
Synopsis [The core procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 29, 2008.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [This procedure sets default parameters.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file dchCore.c.