Commit 49caf258 by Alan Mishchenko

One bug fix and two small changes.

parent 51be0f4c
...@@ -25382,8 +25382,8 @@ int Abc_CommandAbc9Read( Abc_Frame_t * pAbc, int argc, char ** argv ) ...@@ -25382,8 +25382,8 @@ int Abc_CommandAbc9Read( Abc_Frame_t * pAbc, int argc, char ** argv )
if ( fUseMini ) if ( fUseMini )
pAig = Gia_ManReadMiniAig( FileName ); pAig = Gia_ManReadMiniAig( FileName );
else if ( Extra_FileIsType( FileName, ".v", NULL, NULL ) ) // else if ( Extra_FileIsType( FileName, ".v", NULL, NULL ) )
Abc3_ReadShowHie( FileName, fSkipStrash ); // Abc3_ReadShowHie( FileName, fSkipStrash );
else else
pAig = Gia_AigerRead( FileName, fSkipStrash, 0 ); pAig = Gia_AigerRead( FileName, fSkipStrash, 0 );
if ( pAig ) if ( pAig )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment