summaryrefslogtreecommitdiffstats
path: root/src/opt/fxu/fxu.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-06-06 19:31:56 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2016-06-06 19:31:56 -0700
commit31b2e8bebd9a531d4a1a6a807436615e0497c75e (patch)
treef1073aa85a33e0d7a8e4bf4bcaf3255d36877118 /src/opt/fxu/fxu.h
parent00242f2fb229ac13b61e2e280d44603d5191d235 (diff)
downloadabc-31b2e8bebd9a531d4a1a6a807436615e0497c75e.tar.gz
abc-31b2e8bebd9a531d4a1a6a807436615e0497c75e.tar.bz2
abc-31b2e8bebd9a531d4a1a6a807436615e0497c75e.zip
Switch 'fx -x' to use only canonical divisors in 'fx'.
Diffstat (limited to 'src/opt/fxu/fxu.h')
-rw-r--r--src/opt/fxu/fxu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opt/fxu/fxu.h b/src/opt/fxu/fxu.h
index 21eaa85e..14eefff1 100644
--- a/src/opt/fxu/fxu.h
+++ b/src/opt/fxu/fxu.h
@@ -56,6 +56,7 @@ struct FxuDataStruct
int nPairsMax; // the max number of double-cube divisors to consider
int WeightMin; // the min weight of a divisor to extract
int LitCountMax; // the max literal count of a divisor to consider
+ int fCanonDivs; // use only canonical divisors (AND/XOR/MUX)
// the input information
Vec_Ptr_t * vSops; // the SOPs for each node in the network
Vec_Ptr_t * vFanins; // the fanins of each node in the network