Commit 7f778ff8 by Alan Mishchenko

Procedure to transform counter-examples (bug fix).

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