summaryrefslogtreecommitdiffstats
path: root/src/opt/sfm/sfm.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2015-10-26 16:44:04 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2015-10-26 16:44:04 -0700
commitbd586dd3558e4b967a2e3f569b89c9c35a8f548b (patch)
tree04373f40e4291b0f6df0624c8ddcc7be39bae0de /src/opt/sfm/sfm.h
parent9b6ff10687b8d8050a7e90430edae7fe5b0f8786 (diff)
downloadabc-bd586dd3558e4b967a2e3f569b89c9c35a8f548b.tar.gz
abc-bd586dd3558e4b967a2e3f569b89c9c35a8f548b.tar.bz2
abc-bd586dd3558e4b967a2e3f569b89c9c35a8f548b.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 1133b7e8..02d12b3a 100644
--- a/src/opt/sfm/sfm.h
+++ b/src/opt/sfm/sfm.h
@@ -57,6 +57,7 @@ struct Sfm_Par_t_
int iNodeOne; // one particular node to try
int nFirstFixed; // the number of first nodes to be treated as fixed
int nTimeWin; // the size of timing window in percents
+ int DeltaCrit; // delay delta in picoseconds
int fRrOnly; // perform redundance removal
int fArea; // performs optimization for area
int fMoreEffort; // performs high-affort minimization
@@ -65,6 +66,7 @@ struct Sfm_Par_t_
int fUseSim; // enable simulation
int fPrintDecs; // enable printing decompositions
int fLibVerbose; // enable library stats
+ int fDelayVerbose; // enable delay stats
int fVerbose; // enable basic stats
int fVeryVerbose; // enable detailed stats
};