diff options
Diffstat (limited to 'src/base/main/mainInt.h')
-rw-r--r-- | src/base/main/mainInt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/base/main/mainInt.h b/src/base/main/mainInt.h index b03a00fa..becbfd6b 100644 --- a/src/base/main/mainInt.h +++ b/src/base/main/mainInt.h @@ -79,6 +79,10 @@ struct Abc_Frame_t_ void * pAbc8Nwk; // the current mapped network void * pAbc8Aig; // the current AIG void * pAbc8Lib; // the current LUT library + + // the addition to keep the best Ntl that can be used to restore + void * pAbc8NtlBestDelay; // the best delay, Ntl + void * pAbc8NtlBestArea; // the best area }; //////////////////////////////////////////////////////////////////////// |