sprintf(p->pMan->sError,"Line %d: The number of entries in .model line (%d) is different from two.",Ioa_ReadGetLine(p->pMan,pToken),Vec_PtrSize(vTokens));
sprintf(p->pMan->sError,"Line %d: The number of entries (%d) in .model line is different from two.",Ioa_ReadGetLine(p->pMan,pToken),Vec_PtrSize(vTokens));
sprintf(p->pMan->sError,"Line %d: The number of entries (%d) in .attrib line is different from two.",Ioa_ReadGetLine(p->pMan,pToken),Vec_PtrSize(vTokens));
return0;
}
if(strcmp(Vec_PtrEntry(vTokens,1),"keep")==0)
p->pNtk->fKeep=1;
else
{
sprintf(p->pMan->sError,"Line %d: Unknown attribute (%s) in the .attrib line of model %s.",Ioa_ReadGetLine(p->pMan,pToken),Vec_PtrEntry(vTokens,1),p->pNtk->pName);