mirror of https://github.com/YosysHQ/abc.git
Fixing a typo.
This commit is contained in:
parent
60bb6dbf69
commit
32e58b8883
|
|
@ -22991,7 +22991,7 @@ int Abc_CommandFold( Abc_Frame_t * pAbc, int argc, char ** argv )
|
|||
}
|
||||
if ( Abc_NtkConstrNum(pNtk) == 0 )
|
||||
{
|
||||
Abc_Print( -1, "The network has no constraints.\n" );
|
||||
Abc_Print( 0, "The network has no constraints.\n" );
|
||||
return 0;
|
||||
}
|
||||
if ( Abc_NtkIsComb(pNtk) )
|
||||
|
|
|
|||
Loading…
Reference in New Issue