summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/gia.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-08-26 09:21:45 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-08-26 09:21:45 -0700
commit137f0347f089ecb3e23e509f4081a99ea95e3077 (patch)
treee8cf71c530c775d63c243246ec4f723c035d46e0 /src/aig/gia/gia.h
parentdfd6ab08234ac0cd5eec5396b87f3e57449d5253 (diff)
downloadabc-137f0347f089ecb3e23e509f4081a99ea95e3077.tar.gz
abc-137f0347f089ecb3e23e509f4081a99ea95e3077.tar.bz2
abc-137f0347f089ecb3e23e509f4081a99ea95e3077.zip
Added switch '&gla -m' to dump original miter with the abstraction map.
Diffstat (limited to 'src/aig/gia/gia.h')
-rw-r--r--src/aig/gia/gia.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/aig/gia/gia.h b/src/aig/gia/gia.h
index 3a22f8f4..2cd47d62 100644
--- a/src/aig/gia/gia.h
+++ b/src/aig/gia/gia.h
@@ -226,13 +226,14 @@ struct Gia_ParVta_t_
int fUseRollback; // use rollback to the starting number of frames
int fPropFanout; // propagate fanout implications
int fAddLayer; // refinement strategy by adding layers
- int fUseSkip;
- int fUseSimple;
- int fSkipHash;
+ int fUseSkip; // skip proving intermediate timeframes
+ int fUseSimple; // use simple CNF construction
+ int fSkipHash; // skip hashing CNF while unrolling
int fDumpVabs; // dumps the abstracted model
+ int fDumpMabs; // dumps the original AIG with abstraction map
char * pFileVabs; // dumps the abstracted model into this file
int fVerbose; // verbose flag
- int fVeryVerbose;
+ int fVeryVerbose; // print additional information
int iFrame; // the number of frames covered
int nFramesNoChange; // the number of last frames without changes
};