Exact synthesis (revert one change).

This commit is contained in:
Mathias Soeken 2016-08-09 10:55:40 +02:00
parent 4b2881bce6
commit 24af634508
1 changed files with 1 additions and 1 deletions

View File

@ -7399,7 +7399,7 @@ int Abc_CommandExact( Abc_Frame_t * pAbc, int argc, char ** argv )
}
else if ( nVars != nVarsTmp )
{
Abc_Print( -1, "All functions need to have the same size (nVars = %d, nVarsTmp = %d, base = %d).\n", nVars, nVarsTmp, Abc_Base2Log( 2 ) );
Abc_Print( -1, "All functions need to have the same size.\n" );
goto usage;
}
}