mirror of https://github.com/YosysHQ/abc.git
Small change to make &if not abort the scripts.
This commit is contained in:
parent
3ad4be259e
commit
4ffc14fd56
|
|
@ -33363,7 +33363,7 @@ int Abc_CommandAbc9If( Abc_Frame_t * pAbc, int argc, char ** argv )
|
|||
{
|
||||
if ( !Abc_FrameReadFlag("silentmode") )
|
||||
Abc_Print( -1, "Empty GIA network.\n" );
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
if ( Gia_ManBufNum(pAbc->pGia) )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue