From 2b85f5ba649bcc81873697718fe8a9085d09c31d Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 29 Aug 2005 08:01:00 -0700 Subject: Version abc50829 --- src/base/io/ioWriteBlif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/io/ioWriteBlif.c') diff --git a/src/base/io/ioWriteBlif.c b/src/base/io/ioWriteBlif.c index 5c83aad2..5135105f 100644 --- a/src/base/io/ioWriteBlif.c +++ b/src/base/io/ioWriteBlif.c @@ -320,7 +320,7 @@ void Io_NtkWriteLatch( FILE * pFile, Abc_Obj_t * pLatch ) ***********************************************************************/ void Io_NtkWriteNode( FILE * pFile, Abc_Obj_t * pNode ) { - if ( Abc_NtkIsNetlistMap(pNode->pNtk) ) + if ( Abc_NtkHasMapping(pNode->pNtk) ) { // write the .gate line fprintf( pFile, ".gate" ); -- cgit v1.2.3