Commit 3020d57e by Alan Mishchenko

Commenting out debug code.

parent e9566a1e
...@@ -429,7 +429,6 @@ char * Wlc_PrsConvertInitValues( Wlc_Ntk_t * p ) ...@@ -429,7 +429,6 @@ char * Wlc_PrsConvertInitValues( Wlc_Ntk_t * p )
Vec_Str_t * vStr = Vec_StrAlloc( 1000 ); Vec_Str_t * vStr = Vec_StrAlloc( 1000 );
Vec_IntForEachEntry( p->vInits, Value, i ) Vec_IntForEachEntry( p->vInits, Value, i )
{ {
char * pname = Wlc_ObjName( p, Value );
if ( Value < 0 ) if ( Value < 0 )
{ {
for ( k = 0; k < -Value; k++ ) for ( k = 0; k < -Value; k++ )
......
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