summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/gia.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-19 08:41:38 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-19 08:41:38 -0700
commita8f4d4e6bc19974ae31aa8a2981c53f849981f4e (patch)
treeaadd7aedf86e3e672bba95982a5ed84d3d8f0e9b /src/aig/gia/gia.h
parent72c09b86a0b6280c1472cc6cf09a31a9a336ef87 (diff)
downloadabc-a8f4d4e6bc19974ae31aa8a2981c53f849981f4e.tar.gz
abc-a8f4d4e6bc19974ae31aa8a2981c53f849981f4e.tar.bz2
abc-a8f4d4e6bc19974ae31aa8a2981c53f849981f4e.zip
Making GIA use independent truth table number storage when computing truth tables.
Diffstat (limited to 'src/aig/gia/gia.h')
-rw-r--r--src/aig/gia/gia.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/aig/gia/gia.h b/src/aig/gia/gia.h
index c537a31b..7efad774 100644
--- a/src/aig/gia/gia.h
+++ b/src/aig/gia/gia.h
@@ -154,6 +154,7 @@ struct Gia_Man_t_
word nHashHit; // hash table hit
word nHashMiss; // hash table miss
int fVerbose; // verbose reports
+ Vec_Int_t * vObjNums; // object numbers
Vec_Wrd_t * vTtMemory; // truth table memory
int nTtVars; // truth table variables
int nTtWords; // truth table words