#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.

| int Sfm_NodeReadFixed | ( | Sfm_Ntk_t * | p, |
| int | i ) |
| int Sfm_NodeReadUsed | ( | Sfm_Ntk_t * | p, |
| int | i ) |
| 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, | ||
| Vec_Int_t * | vStarts, | ||
| Vec_Wrd_t * | vTruths2 ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 167 of file sfmNtk.c.


| void Sfm_NtkDeleteObj_rec | ( | Sfm_Ntk_t * | p, |
| int | iNode ) |
| void Sfm_NtkFree | ( | Sfm_Ntk_t * | p | ) |
Definition at line 219 of file sfmNtk.c.


| void Sfm_NtkPrepare | ( | Sfm_Ntk_t * | p | ) |
Definition at line 201 of file sfmNtk.c.


| void Sfm_NtkRemoveFanin | ( | Sfm_Ntk_t * | p, |
| int | iNode, | ||
| int | iFanin ) |
Function*************************************************************
Synopsis [Performs resubstitution for the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 267 of file sfmNtk.c.

Definition at line 322 of file sfmNtk.c.


| void Sfm_NtkUpdateLevel_rec | ( | Sfm_Ntk_t * | p, |
| int | iNode ) |
Definition at line 302 of file sfmNtk.c.


| void Sfm_NtkUpdateLevelR_rec | ( | Sfm_Ntk_t * | p, |
| int | iNode ) |
Definition at line 312 of file sfmNtk.c.

