summaryrefslogtreecommitdiffstats
path: root/src/opt/res/res.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/res/res.h')
-rw-r--r--src/opt/res/res.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opt/res/res.h b/src/opt/res/res.h
index fda35b89..3c963e99 100644
--- a/src/opt/res/res.h
+++ b/src/opt/res/res.h
@@ -44,6 +44,8 @@ struct Res_Par_t_
int nWindow; // window size
int nSimWords; // the number of simulation words
int nCands; // the number of candidates to try
+ int fArea; // performs optimization for area
+ int fDelay; // performs optimization for delay
int fVerbose; // enable basic stats
int fVeryVerbose; // enable detailed stats
};