diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2019-01-21 14:57:05 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2019-01-21 14:57:05 -0800 |
commit | b3d81b5f76aa3673bb4c6e5c79056cfb4950082e (patch) | |
tree | 17c333850a2d166697f8377a1f37f95eca02a304 /src/base/wlc/wlc.h | |
parent | d4ce4cc982961775570ed0ef7cf14054b36f0fad (diff) | |
download | abc-b3d81b5f76aa3673bb4c6e5c79056cfb4950082e.tar.gz abc-b3d81b5f76aa3673bb4c6e5c79056cfb4950082e.tar.bz2 abc-b3d81b5f76aa3673bb4c6e5c79056cfb4950082e.zip |
Exploring other ways of CEX writing.
Diffstat (limited to 'src/base/wlc/wlc.h')
-rw-r--r-- | src/base/wlc/wlc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/wlc/wlc.h b/src/base/wlc/wlc.h index 6547da13..a04e19e8 100644 --- a/src/base/wlc/wlc.h +++ b/src/base/wlc/wlc.h @@ -214,6 +214,7 @@ struct Wlc_BstPar_t_ int fNoCleanup; int fCreateMiter; int fDecMuxes; + int fSaveFfNames; int fVerbose; Vec_Int_t * vBoxIds; }; |