Procedure to transform counter-examples (bug fix).

This commit is contained in:
Alan Mishchenko 2019-01-15 19:08:24 -08:00
parent f3946eea93
commit 7f778ff805
1 changed files with 1 additions and 1 deletions

View File

@ -1262,7 +1262,7 @@ Gia_Man_t * Wlc_NtkBitBlast( Wlc_Ntk_t * p, Wlc_BstPar_t * pParIn )
// create box library
pBoxLib = If_LibBoxStart();
}
printf( "Init state: %s\n", p->pInits );
//printf( "Init state: %s\n", p->pInits );
// blast in the topological order
Wlc_NtkForEachObj( p, pObj, i )