summaryrefslogtreecommitdiffstats
path: root/src/opt/sbd/sbdInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-12-27 18:08:39 +0700
committerAlan Mishchenko <alanmi@berkeley.edu>2016-12-27 18:08:39 +0700
commit398c4ec92c4e25fa588a6b3bcbd016df91e57771 (patch)
tree76c40100679698984c500a4e4dc283a9aff72b12 /src/opt/sbd/sbdInt.h
parentac3216cf238dab066b12ddb1eac57c6682e34d2b (diff)
downloadabc-398c4ec92c4e25fa588a6b3bcbd016df91e57771.tar.gz
abc-398c4ec92c4e25fa588a6b3bcbd016df91e57771.tar.bz2
abc-398c4ec92c4e25fa588a6b3bcbd016df91e57771.zip
Updates to delay optimization project.
Diffstat (limited to 'src/opt/sbd/sbdInt.h')
-rw-r--r--src/opt/sbd/sbdInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opt/sbd/sbdInt.h b/src/opt/sbd/sbdInt.h
index 3646c6b9..5395e148 100644
--- a/src/opt/sbd/sbdInt.h
+++ b/src/opt/sbd/sbdInt.h
@@ -66,6 +66,7 @@ struct Sbd_Str_t_
int fLut; // LUT or SEL
int nVarIns; // input count
int VarIns[SBD_DIV_MAX]; // input vars
+ word Res; // result of solving
};
////////////////////////////////////////////////////////////////////////