New commands for backing up networks.

This commit is contained in:
Alan Mishchenko
2017-08-04 14:40:51 +09:00
parent ee4d794111
commit 9edf6ea091
4 changed files with 203 additions and 7 deletions
-6
View File
@@ -1078,12 +1078,6 @@ int CmdCommandEmpty( Abc_Frame_t * pAbc, int argc, char **argv )
}
}
if ( pAbc->pNtkCur == NULL )
{
fprintf( pAbc->Out, "Empty network.\n" );
return 0;
}
Abc_FrameDeleteAllNetworks( pAbc );
Abc_FrameRestart( pAbc );
return 0;