mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-02 02:37:25 +02:00
Adding commands backup/restore.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user