abc-master
|
#include "sfmInt.h"
Go to the source code of this file.
Functions | |
int | Sfm_NtkWindowToSolver (Sfm_Ntk_t *p) |
FUNCTION DEFINITIONS ///. More... | |
word | Sfm_ComputeInterpolant (Sfm_Ntk_t *p) |
void | Sfm_ComputeInterpolantCheck (Sfm_Ntk_t *p) |
Variables | |
static ABC_NAMESPACE_IMPL_START word | s_Truths6 [6] |
DECLARATIONS ///. More... | |
Function*************************************************************
Synopsis [Takes SAT solver and returns interpolant.]
Description [If interpolant does not exist, records difference variables.]
SideEffects []
SeeAlso []
Definition at line 162 of file sfmSat.c.
void Sfm_ComputeInterpolantCheck | ( | Sfm_Ntk_t * | p | ) |
Function*************************************************************
Synopsis [Checks resubstitution.]
Description []
SideEffects []
SeeAlso []
Definition at line 239 of file sfmSat.c.
int Sfm_NtkWindowToSolver | ( | Sfm_Ntk_t * | p | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Converts a window into a SAT solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 54 of file sfmSat.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [sfmSat.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based optimization using internal don't-cares.]
Synopsis [SAT-based procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]