From 31b2e8bebd9a531d4a1a6a807436615e0497c75e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 6 Jun 2016 19:31:56 -0700 Subject: Switch 'fx -x' to use only canonical divisors in 'fx'. --- src/opt/fxu/fxu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/opt/fxu/fxu.h') 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 -- cgit v1.2.3