|
abc-master
|
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Cec_SeqSynthesisSetDefaultParams (Cec_ParSeq_t *p) |
| DECLARATIONS ///. More... | |
| int | Cec_SeqReadMinDomSize (Cec_ParSeq_t *p) |
| int | Cec_SeqReadVerbose (Cec_ParSeq_t *p) |
| Gia_Man_t * | Gia_ManRegCreatePart (Gia_Man_t *p, Vec_Int_t *vPart, int *pnCountPis, int *pnCountRegs, int **ppMapBack) |
| int | Gia_TransferMappedClasses (Gia_Man_t *pPart, int *pMapBack, int *pReprs) |
| int | Gia_ManFindRepr_rec (int *pReprs, int Id) |
| void | Gia_ManNormalizeEquivalences (Gia_Man_t *p, int *pReprs) |
| int | Cec_SequentialSynthesisPart (Gia_Man_t *p, Cec_ParSeq_t *pPars) |
| int Cec_SeqReadMinDomSize | ( | Cec_ParSeq_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 73 of file cecSynth.c.
| int Cec_SeqReadVerbose | ( | Cec_ParSeq_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 89 of file cecSynth.c.
| ABC_NAMESPACE_IMPL_START void Cec_SeqSynthesisSetDefaultParams | ( | Cec_ParSeq_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [cecSynth.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Combinational equivalence checking.]
Synopsis [Partitioned sequential synthesis.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Populate sequential synthesis parameters.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file cecSynth.c.
| int Cec_SequentialSynthesisPart | ( | Gia_Man_t * | p, |
| Cec_ParSeq_t * | pPars | ||
| ) |
Function*************************************************************
Synopsis [Partitioned sequential synthesis.]
Description [Returns AIG annotated with equivalence classes.]
SideEffects []
SeeAlso []
Definition at line 291 of file cecSynth.c.
| int Gia_ManFindRepr_rec | ( | int * | pReprs, |
| int | Id | ||
| ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 242 of file cecSynth.c.
| void Gia_ManNormalizeEquivalences | ( | Gia_Man_t * | p, |
| int * | pReprs | ||
| ) |
Function*************************************************************
Synopsis [Normalizes equivalences.]
Description []
SideEffects []
SeeAlso []
Definition at line 262 of file cecSynth.c.
| Gia_Man_t* Gia_ManRegCreatePart | ( | Gia_Man_t * | p, |
| Vec_Int_t * | vPart, | ||
| int * | pnCountPis, | ||
| int * | pnCountRegs, | ||
| int ** | ppMapBack | ||
| ) |
Function*************************************************************
Synopsis [Computes partitioning of registers.]
Description []
SideEffects []
SeeAlso []
Definition at line 105 of file cecSynth.c.
| int Gia_TransferMappedClasses | ( | Gia_Man_t * | pPart, |
| int * | pMapBack, | ||
| int * | pReprs | ||
| ) |
Function*************************************************************
Synopsis [Transfers the classes.]
Description []
SideEffects []
SeeAlso []
Definition at line 204 of file cecSynth.c.