summaryrefslogtreecommitdiffstats
path: root/src/opt/sfm/sfm.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2015-10-24 18:53:18 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2015-10-24 18:53:18 -0700
commit45bf6324528bbaf60f8239da1ecac9cfa4e07c00 (patch)
treecbc0c6034d8667c0b8b966a225e8c286434217e4 /src/opt/sfm/sfm.h
parenta43d8273b708c3e0dedc045dfa2b58ccea5978f5 (diff)
downloadabc-45bf6324528bbaf60f8239da1ecac9cfa4e07c00.tar.gz
abc-45bf6324528bbaf60f8239da1ecac9cfa4e07c00.tar.bz2
abc-45bf6324528bbaf60f8239da1ecac9cfa4e07c00.zip
Changes for delay-oriented computation.
Diffstat (limited to 'src/opt/sfm/sfm.h')
-rw-r--r--src/opt/sfm/sfm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opt/sfm/sfm.h b/src/opt/sfm/sfm.h
index 53cbe8e5..1133b7e8 100644
--- a/src/opt/sfm/sfm.h
+++ b/src/opt/sfm/sfm.h
@@ -46,6 +46,7 @@ struct Sfm_Par_t_
int nTfiLevMax; // the maximum fanin levels
int nFanoutMax; // the maximum number of fanouts
int nDepthMax; // the maximum depth to try
+ int nVarMax; // the maximum variable count
int nMffcMin; // the minimum MFFC size
int nMffcMax; // the maximum MFFC size
int nDecMax; // the maximum number of decompositions
@@ -63,6 +64,7 @@ struct Sfm_Par_t_
int fZeroCost; // enable zero-cost replacement
int fUseSim; // enable simulation
int fPrintDecs; // enable printing decompositions
+ int fLibVerbose; // enable library stats
int fVerbose; // enable basic stats
int fVeryVerbose; // enable detailed stats
};