|
abc-master
|
DECLARATIONS ///. More...
Data Fields | |
| int | nVars |
| int | nWords |
| int | nEntrySize |
| int | nTableSize |
| int * | pTable |
| Vec_Set_t * | pMem |
| word * | pZero |
| int | hIthVars [16] |
| int | nTableLookups |
DECLARATIONS ///.
CFile****************************************************************
FileName [satTruth.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT solver.]
Synopsis [Truth table computation package.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]DECLARATIONS ///
Definition at line 35 of file satTruth.c.
| int Tru_Man_t_::hIthVars[16] |
Definition at line 44 of file satTruth.c.
| int Tru_Man_t_::nEntrySize |
Definition at line 39 of file satTruth.c.
| int Tru_Man_t_::nTableLookups |
Definition at line 45 of file satTruth.c.
| int Tru_Man_t_::nTableSize |
Definition at line 40 of file satTruth.c.
| int Tru_Man_t_::nVars |
Definition at line 37 of file satTruth.c.
| int Tru_Man_t_::nWords |
Definition at line 38 of file satTruth.c.
| Vec_Set_t* Tru_Man_t_::pMem |
Definition at line 42 of file satTruth.c.
| int* Tru_Man_t_::pTable |
Definition at line 41 of file satTruth.c.
| word* Tru_Man_t_::pZero |
Definition at line 43 of file satTruth.c.