diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/scl/sclUtil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/scl/sclUtil.c b/src/map/scl/sclUtil.c index 07e0deb6..0deb0f0f 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 ); } |