summaryrefslogtreecommitdiffstats
path: root/src/opt/sbd/sbd.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-12-31 20:21:46 +0700
committerAlan Mishchenko <alanmi@berkeley.edu>2016-12-31 20:21:46 +0700
commit01924ca118cad9bc8bf84de0525e54f5c4a832ec (patch)
tree27bca3f3218ce7def6998a9db88bec6d57dc4222 /src/opt/sbd/sbd.h
parent54b4692d4bb2a6c5e59b5f54aaff95e2c4966e77 (diff)
downloadabc-01924ca118cad9bc8bf84de0525e54f5c4a832ec.tar.gz
abc-01924ca118cad9bc8bf84de0525e54f5c4a832ec.tar.bz2
abc-01924ca118cad9bc8bf84de0525e54f5c4a832ec.zip
Updates to delay optimization project.
Diffstat (limited to 'src/opt/sbd/sbd.h')
-rw-r--r--src/opt/sbd/sbd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opt/sbd/sbd.h b/src/opt/sbd/sbd.h
index 6cdfafe4..6e0f6b3b 100644
--- a/src/opt/sbd/sbd.h
+++ b/src/opt/sbd/sbd.h
@@ -40,6 +40,8 @@ struct Sbd_Par_t_
{
int nLutSize; // target LUT size
int nLutNum; // target LUT count
+ int nCutSize; // target cut size
+ int nCutNum; // target cut count
int nTfoLevels; // the number of TFO levels (windowing)
int nTfoFanMax; // the max number of fanouts (windowing)
int nWinSizeMax; // maximum window size (windowing)