mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-05 08:51:56 +02:00
New commands for backing up networks.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user