Modifications to read SMTLIB file from stdin.

This commit is contained in:
Alan Mishchenko 2015-02-18 20:44:55 -08:00
parent 6b0accd22a
commit d5cfb39a48
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ void Wlc_NtkReport( Wlc_Ntk_t * p, Abc_Cex_t * pCex, char * pName, int Radix )
{
Vec_Str_t * vNum;
Wlc_Obj_t * pObj;
int i, ObjId, Start, nBits;
int i, ObjId, Start, nBits = -1;
assert( pCex->nRegs == 0 );
// get the node ID
ObjId = Abc_NamStrFind( p->pManName, pName );