Adding commands backup/restore.

This commit is contained in:
Alan Mishchenko
2014-10-21 10:51:41 -07:00
parent 83bc1148a2
commit 7592aa8a3e
4 changed files with 88 additions and 0 deletions
+1
View File
@@ -198,6 +198,7 @@ void Abc_FrameDeallocate( Abc_Frame_t * p )
if ( p->pSave4 ) Aig_ManStop( (Aig_Man_t *)p->pSave4 );
if ( p->pManDsd ) If_DsdManFree( (If_DsdMan_t *)p->pManDsd, 0 );
if ( p->pManDsd2 ) If_DsdManFree( (If_DsdMan_t *)p->pManDsd2, 0 );
if ( p->pNtkBackup) Abc_NtkDelete( p->pNtkBackup );
if ( p->vPlugInComBinPairs )
{
char * pTemp;
+1
View File
@@ -68,6 +68,7 @@ struct Abc_Frame_t_
Abc_Ntk_t * pNtkCur; // the current network
Abc_Ntk_t * pNtkBestDelay; // the current network
Abc_Ntk_t * pNtkBestArea; // the current network
Abc_Ntk_t * pNtkBackup; // the current network
int nSteps; // the counter of different network processed
int fSource; // marks the source mode
int fAutoexac; // marks the autoexec mode