From 723f85ef1b4ad35bc7708f7b8208dafe0406078c Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 19 Sep 2012 20:21:27 -0700 Subject: Extending Liberty parser to handle multi-output cells. --- src/base/ver/verCore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/ver') diff --git a/src/base/ver/verCore.c b/src/base/ver/verCore.c index 47d30b5a..d9af5401 100644 --- a/src/base/ver/verCore.c +++ b/src/base/ver/verCore.c @@ -2372,7 +2372,7 @@ void Ver_ParseReportUndefBoxes( Ver_Man_t * pMan ) if ( pBox->pData && !Ver_NtkIsDefined((Abc_Ntk_t *)pBox->pData) ) ((Abc_Ntk_t *)pBox->pData)->fHiePath++; // print the stats - printf( "Warning: The design contains %d undefined objects interpreted as blackboxes:\n", nBoxes ); + printf( "Warning: The design contains %d undefined object types interpreted as blackboxes:\n", nBoxes ); Vec_PtrForEachEntry( Abc_Ntk_t *, pMan->pDesign->vModules, pNtk, i ) if ( !Ver_NtkIsDefined(pNtk) ) printf( "%s (%d) ", Abc_NtkName(pNtk), pNtk->fHiePath ); -- cgit v1.2.3