Fix typo on the message reporting max output load.

This commit is contained in:
Alan Mishchenko 2017-10-11 18:14:03 +07:00
parent 222d7c7a92
commit 1e1d41f3b8
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ void Abc_SclReadTimingConstr( Abc_Frame_t * pAbc, char * pFileName, int fVerbose
{
Abc_FrameSetMaxLoad( atof(strtok(NULL, " \t\r\n")) );
if ( fVerbose )
printf( "Setting driving cell to be %f.\n", Abc_FrameReadMaxLoad() );
printf( "Setting output load to be %f.\n", Abc_FrameReadMaxLoad() );
}
else printf( "Unrecognized token \"%s\".\n", pToken );
}