mirror of
https://github.com/YosysHQ/abc.git
synced 2026-08-31 09:55:48 +02:00
Minor bug fix.
This commit is contained in:
@@ -378,6 +378,9 @@ void Abc_FrameSetCurrentNetwork( Abc_Frame_t * p, Abc_Ntk_t * pNtkNew )
|
||||
int nNetsToSave;
|
||||
char * pValue;
|
||||
|
||||
if ( p->pNtkCur == pNtkNew )
|
||||
return;
|
||||
|
||||
// link it to the previous network
|
||||
Abc_NtkSetBackup( pNtkNew, p->pNtkCur );
|
||||
// set the step of this network
|
||||
|
||||
Reference in New Issue
Block a user