From c9ad5880cc61787dec6d018111b63023407ce0e6 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 29 Oct 2008 08:01:00 -0700 Subject: Version abc81029 --- src/base/main/mainInt.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/base/main/mainInt.h') 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 }; //////////////////////////////////////////////////////////////////////// -- cgit v1.2.3