summaryrefslogtreecommitdiffstats
path: root/src/opt/sfm/sfm.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2020-11-01 14:23:17 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2020-11-01 14:23:17 -0800
commitce95366e513631b1b052b55c4f8e2e83ff7e4149 (patch)
tree03149055d243ba8a871694fb75f95734c56e9f30 /src/opt/sfm/sfm.h
parent3a7b3d27f19e1d8b43cfe974b6c8c3ab5c79d351 (diff)
downloadabc-ce95366e513631b1b052b55c4f8e2e83ff7e4149.tar.gz
abc-ce95366e513631b1b052b55c4f8e2e83ff7e4149.tar.bz2
abc-ce95366e513631b1b052b55c4f8e2e83ff7e4149.zip
Trying to explicitly compute don't-cares during optimization.
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 1aa8b7d0..f9c95c83 100644
--- a/src/opt/sfm/sfm.h
+++ b/src/opt/sfm/sfm.h
@@ -66,6 +66,7 @@ struct Sfm_Par_t_
int fUseAndOr; // enable internal detection of AND/OR gates
int fZeroCost; // enable zero-cost replacement
int fUseSim; // enable simulation
+ int fUseDcs; // enable deriving don't-cares
int fPrintDecs; // enable printing decompositions
int fAllBoxes; // enable preserving all boxes
int fLibVerbose; // enable library stats