mirror of
https://github.com/YosysHQ/abc.git
synced 2026-08-29 01:13:24 +02:00
Making 'dsec' return correct return value (undoing this change, made by mistake).
This commit is contained in:
@@ -3018,7 +3018,7 @@ int Abc_NtkDarSec( Abc_Ntk_t * pNtk1, Abc_Ntk_t * pNtk2, Fra_Sec_t * pSecPar )
|
||||
// perform verification
|
||||
RetValue = Fra_FraigSec( pMan, pSecPar, NULL );
|
||||
Aig_ManStop( pMan );
|
||||
return RetValue == -1 ? -1 : !RetValue;
|
||||
return RetValue;
|
||||
}
|
||||
|
||||
/**Function*************************************************************
|
||||
|
||||
Reference in New Issue
Block a user