summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/gia.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-13 15:02:46 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-13 15:02:46 -0700
commitd3ad7fbaf33540075d02255741b4d35b90779cff (patch)
tree4ba53c2756de06fb24cfbd51be5642607872a46e /src/aig/gia/gia.h
parent86a0ae0bca9c604c95e90d802785ff73338efba1 (diff)
downloadabc-d3ad7fbaf33540075d02255741b4d35b90779cff.tar.gz
abc-d3ad7fbaf33540075d02255741b4d35b90779cff.tar.bz2
abc-d3ad7fbaf33540075d02255741b4d35b90779cff.zip
Several small changes and fixes.
Diffstat (limited to 'src/aig/gia/gia.h')
-rw-r--r--src/aig/gia/gia.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/aig/gia/gia.h b/src/aig/gia/gia.h
index 97a7b7b7..c537a31b 100644
--- a/src/aig/gia/gia.h
+++ b/src/aig/gia/gia.h
@@ -223,7 +223,8 @@ struct Gia_ParVta_t_
int fDumpVabs; // dumps the abstracted model
char * pFileVabs; // dumps the abstracted model into this file
int fVerbose; // verbose flag
- int iFrame; // the number of frames covered
+ int iFrame; // the number of frames covered
+ int nFramesNoChange; // the number of last frames without changes
};
static inline unsigned Gia_ObjCutSign( unsigned ObjId ) { return (1 << (ObjId & 31)); }