summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abcMap.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2011-05-06 19:27:00 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2011-05-06 19:27:00 -0700
commita0cc621566d5218fde3d82647ff3b32b5f8c09aa (patch)
treea30d25d0dd10c7b94db7b6a9c74dc61232af71b2 /src/base/abci/abcMap.c
parent80d161afaa335c4289e6f7057b6657e660ed87e7 (diff)
downloadabc-a0cc621566d5218fde3d82647ff3b32b5f8c09aa.tar.gz
abc-a0cc621566d5218fde3d82647ff3b32b5f8c09aa.tar.bz2
abc-a0cc621566d5218fde3d82647ff3b32b5f8c09aa.zip
Trying to fix a mysterious bug in reading the library files.
Diffstat (limited to 'src/base/abci/abcMap.c')
-rw-r--r--src/base/abci/abcMap.c8
1 files changed, 4 insertions, 4 deletions
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() );
}