summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaSim2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/gia/giaSim2.c')
-rw-r--r--src/aig/gia/giaSim2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/gia/giaSim2.c b/src/aig/gia/giaSim2.c
index 897eff98..85428769 100644
--- a/src/aig/gia/giaSim2.c
+++ b/src/aig/gia/giaSim2.c
@@ -663,7 +663,7 @@ int Gia_ManSimSimulateEquiv( Gia_Man_t * pAig, Gia_ParSim_t * pPars )
Gia_ManResetRandom( pPars );
pPars->iOutFail = iOut;
pAig->pCexSeq = Gia_Sim2GenerateCounter( pAig, i, iOut, p->nWords, iPat );
- Abc_Print( 1, "Networks are NOT EQUIVALENT. Output %d was asserted in frame %d. ", iOut, i );
+ Abc_Print( 1, "Output %d of miter \"%s\" was asserted in frame %d. ", iOut, pAig->pName, i );
if ( !Gia_ManVerifyCex( pAig, pAig->pCexSeq, 0 ) )
{
// Abc_Print( 1, "\n" );