Temporary bug fix for signal names in WLC.

This commit is contained in:
Alan Mishchenko 2018-03-21 20:18:17 -07:00
parent c339c6f7f1
commit d410faf85c
1 changed files with 2 additions and 0 deletions

View File

@ -1777,6 +1777,8 @@ Gia_Man_t * Wlc_NtkBitBlast( Wlc_Ntk_t * p, Wlc_BstPar_t * pParIn )
ABC_FREE( pNameGeneric );
printf( "Dumped two parts of the miter into files \"%s\" and \"%s\".\n", pFileName0, pFileName1 );
}
Vec_PtrFreeP( &pNew->vNamesIn );
Vec_PtrFreeP( &pNew->vNamesOut );
return pNew;
}