abc-master
|
#include "sswInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Ssw_ManSetDefaultParams (Ssw_Pars_t *p) |
DECLARATIONS ///. More... | |
void | Ssw_ManSetDefaultParamsLcorr (Ssw_Pars_t *p) |
void | Ssw_ReportConeReductions (Ssw_Man_t *p, Aig_Man_t *pAigInit, Aig_Man_t *pAigStop) |
void | Ssw_ReportOneOutput (Aig_Man_t *p, Aig_Obj_t *pObj) |
void | Ssw_ReportOutputs (Aig_Man_t *pAig) |
void | Ssw_ManUpdateEquivs (Ssw_Man_t *p, Aig_Man_t *pAig, int fVerbose) |
Aig_Man_t * | Ssw_SignalCorrespondenceRefine (Ssw_Man_t *p) |
Aig_Man_t * | Ssw_SignalCorrespondence (Aig_Man_t *pAig, Ssw_Pars_t *pPars) |
Aig_Man_t * | Ssw_LatchCorrespondence (Aig_Man_t *pAig, Ssw_Pars_t *pPars) |
Aig_Man_t* Ssw_LatchCorrespondence | ( | Aig_Man_t * | pAig, |
Ssw_Pars_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Performs computation of latch correspondence.]
Description []
SideEffects []
SeeAlso []
Definition at line 521 of file sswCore.c.
ABC_NAMESPACE_IMPL_START void Ssw_ManSetDefaultParams | ( | Ssw_Pars_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [sswCore.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Inductive prover with constraints.]
Synopsis [The core procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 1, 2008.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [This procedure sets default parameters.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file sswCore.c.
void Ssw_ManSetDefaultParamsLcorr | ( | Ssw_Pars_t * | p | ) |
Function*************************************************************
Synopsis [This procedure sets default parameters.]
Description []
SideEffects []
SeeAlso []
Definition at line 92 of file sswCore.c.
Function*************************************************************
Synopsis [Remove from-equivs that are in the cone of constraints.]
Description []
SideEffects []
SeeAlso []
Definition at line 187 of file sswCore.c.
Function*************************************************************
Synopsis [Reports improvements for property cones.]
Description []
SideEffects []
SeeAlso []
Definition at line 110 of file sswCore.c.
void Ssw_ReportOutputs | ( | Aig_Man_t * | pAig | ) |
Aig_Man_t* Ssw_SignalCorrespondence | ( | Aig_Man_t * | pAig, |
Ssw_Pars_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Performs computation of signal correspondence with constraints.]
Description []
SideEffects []
SeeAlso []
Definition at line 414 of file sswCore.c.
Function*************************************************************
Synopsis [Performs computation of signal correspondence with constraints.]
Description []
SideEffects []
SeeAlso []
Definition at line 234 of file sswCore.c.