
Go to the source code of this file.
Classes | |
| struct | Dch_Pars_t_ |
Typedefs | |
| typedef typedefABC_NAMESPACE_HEADER_START struct Dch_Pars_t_ | Dch_Pars_t |
| INCLUDES ///. | |
Functions | |
| Aig_Man_t * | Dch_DeriveTotalAig (Vec_Ptr_t *vAigs) |
| MACRO DEFINITIONS ///. | |
| void | Dch_ManSetDefaultParams (Dch_Pars_t *p) |
| DECLARATIONS ///. | |
| 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 * | Dar_ManChoiceNew (Aig_Man_t *pAig, Dch_Pars_t *pPars) |
| typedef typedefABC_NAMESPACE_HEADER_START struct Dch_Pars_t_ Dch_Pars_t |
INCLUDES ///.
CFile****************************************************************
FileName [dch.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Choice computation for tech-mapping.]
Synopsis [External declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 29, 2008.]
Revision [
] PARAMETERS /// BASIC TYPES ///
|
extern |
Function*************************************************************
Synopsis [Reproduces script "compress2".]
Description [Consumes the input AIG to reduce memory usage.]
SideEffects []
SeeAlso []
Definition at line 849 of file darScript.c.


|
extern |
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.


|
extern |
Function*************************************************************
Synopsis [Performs computation of AIGs with choices.]
Description [Takes several AIGs and performs choicing.]
SideEffects []
SeeAlso []
Definition at line 136 of file dchCore.c.
MACRO DEFINITIONS ///.
FUNCTION DECLARATIONS ///
Function*************************************************************
Synopsis [Derives the cumulative AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 65 of file dchAig.c.


|
extern |
|
extern |
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.

