Version abc71226

This commit is contained in:
Alan Mishchenko
2007-12-26 08:01:00 -08:00
parent 00e9c3d06b
commit 676ba9ee21
19 changed files with 348 additions and 311 deletions
+2 -3
View File
@@ -1507,13 +1507,12 @@ void Abc_NtkDarTestBlif( char * pFileName )
return;
}
Ntl_ManPrintStats( p );
/*
if ( !Ntl_ManInsertTest( p ) )
// if ( !Ntl_ManInsertTest( p ) )
if ( !Ntl_ManInsertTestIf( p ) )
{
printf( "Abc_NtkDarTestBlif(): Tranformation of the netlist has failed.\n" );
return;
}
*/
// sprintf( Buffer, "%s_.blif", p->pName );
sprintf( Buffer, "test_.blif", p->pName );
Ioa_WriteBlif( p, Buffer );