abc-master
|
#include "gia.h"
Go to the source code of this file.
Variables | |
static ABC_NAMESPACE_IMPL_START word | s_Truth6 [6] |
DECLARATIONS ///. More... | |
Definition at line 159 of file giaTruth.c.
Function*************************************************************
Synopsis [Collects internal nodes reachable from the given node.]
Description []
SideEffects []
SeeAlso []
Definition at line 147 of file giaTruth.c.
Definition at line 324 of file giaTruth.c.
void Gia_ObjCollectInternalCut_rec | ( | Gia_Man_t * | p, |
int | iObj | ||
) |
Function*************************************************************
Synopsis [Collects internal nodes reachable from the given node.]
Description []
SideEffects []
SeeAlso []
Definition at line 314 of file giaTruth.c.
Function*************************************************************
Synopsis [Computing the truth table for GIA object.]
Description [The truth table should be used by the calling application (or saved into the user's storage) before this procedure is called again.]
SideEffects []
SeeAlso []
Definition at line 177 of file giaTruth.c.
word Gia_ObjComputeTruthTable6 | ( | Gia_Man_t * | p, |
Gia_Obj_t * | pObj, | ||
Vec_Int_t * | vSupp, | ||
Vec_Wrd_t * | vTruths | ||
) |
Definition at line 116 of file giaTruth.c.
Function*************************************************************
Synopsis [Computes truth table up to 6 inputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 99 of file giaTruth.c.
Definition at line 76 of file giaTruth.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Computes truth table of a 6-LUT.]
Description []
SideEffects []
SeeAlso []
Definition at line 62 of file giaTruth.c.
Function*************************************************************
Synopsis [Computes the truth table of pRoot in terms of leaves.]
Description [The root cannot be one of the leaves.]
SideEffects []
SeeAlso []
Definition at line 351 of file giaTruth.c.
void Gia_ObjComputeTruthTableStart | ( | Gia_Man_t * | p, |
int | nVarsMax | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 282 of file giaTruth.c.
void Gia_ObjComputeTruthTableStop | ( | Gia_Man_t * | p | ) |
Definition at line 293 of file giaTruth.c.
void Gia_ObjComputeTruthTableTest | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Testing truth table computation.]
Description []
SideEffects []
SeeAlso []
Definition at line 256 of file giaTruth.c.
Definition at line 44 of file giaTruth.c.
Definition at line 45 of file giaTruth.c.
Definition at line 39 of file giaTruth.c.
Definition at line 42 of file giaTruth.c.
Definition at line 43 of file giaTruth.c.
Definition at line 41 of file giaTruth.c.
Definition at line 40 of file giaTruth.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaTruth.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Truth table computation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 30 of file giaTruth.c.