summaryrefslogtreecommitdiffstats
path: root/src/proof/cec
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2017-01-21 12:48:40 +0800
committerAlan Mishchenko <alanmi@berkeley.edu>2017-01-21 12:48:40 +0800
commitcf539dcca475d1c7f862834e8718bb318b54d5fd (patch)
tree45814981f8890de9504447328a23cdd98da4c46b /src/proof/cec
parenta28be94ac79c0cbb0960565573985838d7a27a79 (diff)
downloadabc-cf539dcca475d1c7f862834e8718bb318b54d5fd.tar.gz
abc-cf539dcca475d1c7f862834e8718bb318b54d5fd.tar.bz2
abc-cf539dcca475d1c7f862834e8718bb318b54d5fd.zip
Fix mismatch in output formatting.
Diffstat (limited to 'src/proof/cec')
-rw-r--r--src/proof/cec/cecCec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/proof/cec/cecCec.c b/src/proof/cec/cecCec.c
index 77a6ed4a..f7e45c57 100644
--- a/src/proof/cec/cecCec.c
+++ b/src/proof/cec/cecCec.c
@@ -85,7 +85,7 @@ int Cec_ManVerifyOld( Gia_Man_t * pMiter, int fVerbose, int * piOutFail, abctime
{
if ( !fSilent )
{
- Abc_Print( 1, "Networks are equivalent. " );
+ Abc_Print( 1, "Networks are equivalent. " );
Abc_PrintTime( 1, "Time", Abc_Clock() - clkTotal );
}
}
@@ -93,7 +93,7 @@ int Cec_ManVerifyOld( Gia_Man_t * pMiter, int fVerbose, int * piOutFail, abctime
{
if ( !fSilent )
{
- Abc_Print( 1, "Networks are NOT EQUIVALENT. " );
+ Abc_Print( 1, "Networks are NOT EQUIVALENT. " );
Abc_PrintTime( 1, "Time", Abc_Clock() - clkTotal );
}
if ( pMiterCec->pData == NULL )
@@ -120,7 +120,7 @@ int Cec_ManVerifyOld( Gia_Man_t * pMiter, int fVerbose, int * piOutFail, abctime
}
else if ( !fSilent )
{
- Abc_Print( 1, "Networks are UNDECIDED. " );
+ Abc_Print( 1, "Networks are UNDECIDED. " );
Abc_PrintTime( 1, "Time", Abc_Clock() - clkTotal );
}
fflush( stdout );