From 1e1d41f3b8d7e52659e6d9f9cbe4b26c0da71a50 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 11 Oct 2017 18:14:03 +0700 Subject: Fix typo on the message reporting max output load. --- src/map/scl/sclUtil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } -- cgit v1.2.3