summaryrefslogtreecommitdiffstats
path: root/src/opt/sfm/sfm.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2015-10-24 16:13:19 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2015-10-24 16:13:19 -0700
commita43d8273b708c3e0dedc045dfa2b58ccea5978f5 (patch)
treea92d2e401a431cc3123747e184db908f0c57ccba /src/opt/sfm/sfm.h
parent61d462320744107bb609878210d1058bbc585b91 (diff)
downloadabc-a43d8273b708c3e0dedc045dfa2b58ccea5978f5.tar.gz
abc-a43d8273b708c3e0dedc045dfa2b58ccea5978f5.tar.bz2
abc-a43d8273b708c3e0dedc045dfa2b58ccea5978f5.zip
Changes for delay-oriented computation.
Diffstat (limited to 'src/opt/sfm/sfm.h')
-rw-r--r--src/opt/sfm/sfm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opt/sfm/sfm.h b/src/opt/sfm/sfm.h
index ea40f908..53cbe8e5 100644
--- a/src/opt/sfm/sfm.h
+++ b/src/opt/sfm/sfm.h
@@ -55,6 +55,7 @@ struct Sfm_Par_t_
int nNodesMax; // the maximum number of nodes to try
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 fRrOnly; // perform redundance removal
int fArea; // performs optimization for area
int fMoreEffort; // performs high-affort minimization