diff options
Diffstat (limited to 'src/base/main/mainInt.h')
-rw-r--r-- | src/base/main/mainInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/main/mainInt.h b/src/base/main/mainInt.h index 0261d7da..7196b952 100644 --- a/src/base/main/mainInt.h +++ b/src/base/main/mainInt.h @@ -78,6 +78,7 @@ struct Abc_Frame_t_ void * pAbc8Ntl; // the current design void * pAbc8Ntk; // the current mapped network void * pAbc8Aig; // the current AIG + void * pAbc8Lib; // the current LUT library }; //////////////////////////////////////////////////////////////////////// |