mirror of https://github.com/YosysHQ/abc.git
Commenting out debug code.
This commit is contained in:
parent
e9566a1e3d
commit
3020d57ea6
|
|
@ -429,7 +429,6 @@ char * Wlc_PrsConvertInitValues( Wlc_Ntk_t * p )
|
|||
Vec_Str_t * vStr = Vec_StrAlloc( 1000 );
|
||||
Vec_IntForEachEntry( p->vInits, Value, i )
|
||||
{
|
||||
char * pname = Wlc_ObjName( p, Value );
|
||||
if ( Value < 0 )
|
||||
{
|
||||
for ( k = 0; k < -Value; k++ )
|
||||
|
|
|
|||
Loading…
Reference in New Issue