abc-master
|
#include "sfmInt.h"
Go to the source code of this file.
ABC_NAMESPACE_IMPL_START void Sfm_CheckConsistency | ( | Vec_Wec_t * | vFanins, |
int | nPis, | ||
int | nPos, | ||
Vec_Str_t * | vFixed | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [sfmNtk.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based optimization using internal don't-cares.]
Synopsis [Logic network.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file sfmNtk.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 76 of file sfmNtk.c.
Definition at line 118 of file sfmNtk.c.
Definition at line 146 of file sfmNtk.c.
void Sfm_NtkAddFanin | ( | Sfm_Ntk_t * | p, |
int | iNode, | ||
int | iFanin | ||
) |
Sfm_Ntk_t* Sfm_NtkConstruct | ( | Vec_Wec_t * | vFanins, |
int | nPis, | ||
int | nPos, | ||
Vec_Str_t * | vFixed, | ||
Vec_Str_t * | vEmpty, | ||
Vec_Wrd_t * | vTruths | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 167 of file sfmNtk.c.
void Sfm_NtkDeleteObj_rec | ( | Sfm_Ntk_t * | p, |
int | iNode | ||
) |
Definition at line 280 of file sfmNtk.c.
void Sfm_NtkPrepare | ( | Sfm_Ntk_t * | p | ) |
Definition at line 195 of file sfmNtk.c.
void Sfm_NtkRemoveFanin | ( | Sfm_Ntk_t * | p, |
int | iNode, | ||
int | iFanin | ||
) |
Definition at line 314 of file sfmNtk.c.
void Sfm_NtkUpdateLevel_rec | ( | Sfm_Ntk_t * | p, |
int | iNode | ||
) |
Definition at line 294 of file sfmNtk.c.
void Sfm_NtkUpdateLevelR_rec | ( | Sfm_Ntk_t * | p, |
int | iNode | ||
) |
Definition at line 304 of file sfmNtk.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 111 of file sfmNtk.c.
|
inlinestatic |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 139 of file sfmNtk.c.