From 27311713c78df3799773d8a688ddc4a6ff696368 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 18 May 2011 15:03:19 +0700 Subject: Special BLIF writing (bug fixes). --- src/base/io/io.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/base/io/io.c') diff --git a/src/base/io/io.c b/src/base/io/io.c index c0f6b5a9..7f077e29 100644 --- a/src/base/io/io.c +++ b/src/base/io/io.c @@ -1559,9 +1559,9 @@ int IoCommandWriteBlif( Abc_Frame_t * pAbc, int argc, char **argv ) // get the output file name pFileName = argv[globalUtilOptind]; // call the corresponding file writer -// if ( fSpecial ) -// Io_WriteBlifSpecial( pAbc->pNtkCur, pFileName ); -// else + if ( fSpecial ) + Io_WriteBlifSpecial( pAbc->pNtkCur, pFileName ); + else Io_Write( pAbc->pNtkCur, pFileName, IO_FILE_BLIF ); return 0; -- cgit v1.2.3