abc-master
|
Go to the source code of this file.
Data Structures | |
struct | Dch_Pars_t_ |
Typedefs | |
typedef typedefABC_NAMESPACE_HEADER_START struct Dch_Pars_t_ | Dch_Pars_t |
INCLUDES ///. More... | |
Functions | |
Aig_Man_t * | Dch_DeriveTotalAig (Vec_Ptr_t *vAigs) |
MACRO DEFINITIONS ///. More... | |
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 * | 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 ///
Aig_Man_t* Dar_ManChoiceNew | ( | Aig_Man_t * | pAig, |
Dch_Pars_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Reproduces script "compress2".]
Description [Consumes the input AIG to reduce memory usage.]
SideEffects []
SeeAlso []
Definition at line 849 of file darScript.c.
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.
MACRO DEFINITIONS ///.
FUNCTION DECLARATIONS ///
Function*************************************************************
Synopsis [Derives the cumulative AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 65 of file dchAig.c.
int Dch_ManReadVerbose | ( | Dch_Pars_t * | p | ) |
Function*************************************************************
Synopsis [Returns verbose parameter.]
Description []
SideEffects []
SeeAlso []
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.