diff --git a/src/map/scl/sclUtil.c b/src/map/scl/sclUtil.c index 07e0deb6e..0deb0f0fd 100644 --- a/src/map/scl/sclUtil.c +++ b/src/map/scl/sclUtil.c @@ -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 ); }