abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Ssw_ManLabelPiNodes (Ssw_Man_t *p) |
DECLARATIONS ///. More... | |
void | Ssw_ManCollectPis_rec (Aig_Obj_t *pObj, Vec_Ptr_t *vNewPis) |
void | Ssw_ManCollectPos_rec (Ssw_Man_t *p, Aig_Obj_t *pObj, Vec_Int_t *vNewPos) |
void | Ssw_ManLoadSolver (Ssw_Man_t *p, Aig_Obj_t *pRepr, Aig_Obj_t *pObj) |
void | Ssw_ManSweepTransferDyn (Ssw_Man_t *p) |
int | Ssw_ManSweepResimulateDyn (Ssw_Man_t *p, int f) |
int | Ssw_ManSweepResimulateDynLocal (Ssw_Man_t *p, int f) |
int | Ssw_ManSweepDyn (Ssw_Man_t *p) |
Function*************************************************************
Synopsis [Collects new POs in p->vNewPos.]
Description []
SideEffects []
SeeAlso []
Definition at line 76 of file sswDyn.c.
Function*************************************************************
Synopsis [Collects new POs in p->vNewPos.]
Description []
SideEffects []
SeeAlso []
Definition at line 103 of file sswDyn.c.
ABC_NAMESPACE_IMPL_START void Ssw_ManLabelPiNodes | ( | Ssw_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [sswDyn.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Inductive prover with constraints.]
Synopsis [Dynamic loading of constraints.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 1, 2008.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Label PIs nodes of the frames corresponding to PIs of AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file sswDyn.c.
Function*************************************************************
Synopsis [Loads logic cones and relevant constraints.]
Description [Both pRepr and pObj are objects of the AIG. The result is the current SAT solver loaded with the logic cones for pRepr and pObj corresponding to them in the frames, as well as all the relevant constraints.]
SideEffects []
SeeAlso []
Definition at line 142 of file sswDyn.c.
int Ssw_ManSweepDyn | ( | Ssw_Man_t * | p | ) |
Function*************************************************************
Synopsis [Performs fraiging for the internal nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 373 of file sswDyn.c.
int Ssw_ManSweepResimulateDyn | ( | Ssw_Man_t * | p, |
int | f | ||
) |
Function*************************************************************
Synopsis [Performs one round of simulation with counter-examples.]
Description []
SideEffects []
SeeAlso []
Definition at line 263 of file sswDyn.c.
int Ssw_ManSweepResimulateDynLocal | ( | Ssw_Man_t * | p, |
int | f | ||
) |
Function*************************************************************
Synopsis [Performs one round of simulation with counter-examples.]
Description []
SideEffects []
SeeAlso []
Definition at line 295 of file sswDyn.c.
void Ssw_ManSweepTransferDyn | ( | Ssw_Man_t * | p | ) |
Function*************************************************************
Synopsis [Tranfers simulation information from FRAIG to AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 211 of file sswDyn.c.