summaryrefslogtreecommitdiffstats
path: root/src/base/main/mainInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/main/mainInt.h')
-rw-r--r--src/base/main/mainInt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base/main/mainInt.h b/src/base/main/mainInt.h
index cf1a9376..07dc93e4 100644
--- a/src/base/main/mainInt.h
+++ b/src/base/main/mainInt.h
@@ -96,6 +96,9 @@ struct Abc_Frame_t_
// timing constraints
char * pDrivingCell; // name of the driving cell
float MaxLoad; // maximum output load
+ // inductive don't-cares
+ Vec_Int_t * vIndFlops;
+ int nIndFrames;
// new code
Gia_Man_t * pGia; // alternative current network as a light-weight AIG