summaryrefslogtreecommitdiffstats
path: root/src/opt/sfm/sfm.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-01-13 12:13:54 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2016-01-13 12:13:54 -0800
commit87f6828d50291ce87400016d57bc9b7b50700f99 (patch)
treee757e411b18b5ebbc049bbb830154abab2fadb49 /src/opt/sfm/sfm.h
parent8dd31fb4a96f63fb24549019ea14ec6d3dc41d8e (diff)
downloadabc-87f6828d50291ce87400016d57bc9b7b50700f99.tar.gz
abc-87f6828d50291ce87400016d57bc9b7b50700f99.tar.bz2
abc-87f6828d50291ce87400016d57bc9b7b50700f99.zip
Adding support for delay/area tradeoff.
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 5f90e6c4..571e389a 100644
--- a/src/opt/sfm/sfm.h
+++ b/src/opt/sfm/sfm.h
@@ -58,6 +58,7 @@ struct Sfm_Par_t_
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 DelAreaRatio; // delay/area tradeoff (how many ps we trade for a unit of area)
int fRrOnly; // perform redundance removal
int fArea; // performs optimization for area
int fAreaRev; // performs optimization for area in reverse order