From a0cc621566d5218fde3d82647ff3b32b5f8c09aa Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 6 May 2011 19:27:00 -0700 Subject: Trying to fix a mysterious bug in reading the library files. --- src/base/abci/abcMap.c | 8 ++++---- src/base/seq/seqMapCore.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/base') diff --git a/src/base/abci/abcMap.c b/src/base/abci/abcMap.c index 33707b15..578727cc 100644 --- a/src/base/abci/abcMap.c +++ b/src/base/abci/abcMap.c @@ -78,8 +78,8 @@ Abc_Ntk_t * Abc_NtkMap( Abc_Ntk_t * pNtk, double DelayTarget, int fRecovery, int // derive the supergate library if ( Abc_FrameReadLibSuper() == NULL && Abc_FrameReadLibGen() ) { - printf( "A simple supergate library is derived from gate library \"%s\".\n", - Mio_LibraryReadName((Mio_Library_t *)Abc_FrameReadLibGen()) ); +// printf( "A simple supergate library is derived from gate library \"%s\".\n", +// Mio_LibraryReadName((Mio_Library_t *)Abc_FrameReadLibGen()) ); Map_SuperLibDeriveFromGenlib( (Mio_Library_t *)Abc_FrameReadLibGen() ); } @@ -432,8 +432,8 @@ Abc_Ntk_t * Abc_NtkSuperChoice( Abc_Ntk_t * pNtk ) // derive the supergate library if ( Abc_FrameReadLibSuper() == NULL && Abc_FrameReadLibGen() ) { - printf( "A simple supergate library is derived from gate library \"%s\".\n", - Mio_LibraryReadName((Mio_Library_t *)Abc_FrameReadLibGen()) ); +// printf( "A simple supergate library is derived from gate library \"%s\".\n", +// Mio_LibraryReadName((Mio_Library_t *)Abc_FrameReadLibGen()) ); Map_SuperLibDeriveFromGenlib( (Mio_Library_t *)Abc_FrameReadLibGen() ); } diff --git a/src/base/seq/seqMapCore.c b/src/base/seq/seqMapCore.c index cd1db3a7..db1da0bc 100644 --- a/src/base/seq/seqMapCore.c +++ b/src/base/seq/seqMapCore.c @@ -67,8 +67,8 @@ Abc_Ntk_t * Seq_MapRetime( Abc_Ntk_t * pNtk, int nMaxIters, int fVerbose ) // derive the supergate library if ( Abc_FrameReadLibSuper() == NULL && Abc_FrameReadLibGen() ) { - printf( "A simple supergate library is derived from gate library \"%s\".\n", - Mio_LibraryReadName(Abc_FrameReadLibGen()) ); +// printf( "A simple supergate library is derived from gate library \"%s\".\n", +// Mio_LibraryReadName(Abc_FrameReadLibGen()) ); Map_SuperLibDeriveFromGenlib( Abc_FrameReadLibGen() ); } p->pSuperLib = Abc_FrameReadLibSuper(); -- cgit v1.2.3