abc-master
|
#include "dchInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Dch_ManCollectTfoCands_rec (Dch_Man_t *p, Aig_Obj_t *pObj) |
DECLARATIONS ///. More... | |
void | Dch_ManCollectTfoCands (Dch_Man_t *p, Aig_Obj_t *pObj1, Aig_Obj_t *pObj2) |
void | Dch_ManResimulateSolved_rec (Dch_Man_t *p, Aig_Obj_t *pObj) |
void | Dch_ManResimulateOther_rec (Dch_Man_t *p, Aig_Obj_t *pObj) |
void | Dch_ManResimulateCex (Dch_Man_t *p, Aig_Obj_t *pObj, Aig_Obj_t *pRepr) |
void | Dch_ManResimulateCex2 (Dch_Man_t *p, Aig_Obj_t *pObj, Aig_Obj_t *pRepr) |
Function*************************************************************
Synopsis [Collect equivalence classes and const1 cands in the TFO.]
Description []
SideEffects []
SeeAlso []
Definition at line 84 of file dchSimSat.c.
ABC_NAMESPACE_IMPL_START void Dch_ManCollectTfoCands_rec | ( | Dch_Man_t * | p, |
Aig_Obj_t * | pObj | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [dchSimSat.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Choice computation for tech-mapping.]
Synopsis [Performs resimulation using counter-examples.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 29, 2008.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Collects internal nodes in the reverse DFS order.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file dchSimSat.c.
Function*************************************************************
Synopsis [Handle the counter-example.]
Description []
SideEffects []
SeeAlso []
Definition at line 177 of file dchSimSat.c.
Function*************************************************************
Synopsis [Handle the counter-example.]
Description []
SideEffects []
SeeAlso []
Definition at line 225 of file dchSimSat.c.
Function*************************************************************
Synopsis [Resimulates the cone of influence of the other nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 149 of file dchSimSat.c.
Function*************************************************************
Synopsis [Resimulates the cone of influence of the solved nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 111 of file dchSimSat.c.