summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abcDprove2.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2011-02-13 17:46:48 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2011-02-13 17:46:48 -0800
commit71cbf17e7f0352556af12ccccf9051e02c773e58 (patch)
tree002afb74b25be94e512e4869d328959046529766 /src/base/abci/abcDprove2.c
parent686d38d66754027cd29c64f1dc2975248eab7796 (diff)
downloadabc-71cbf17e7f0352556af12ccccf9051e02c773e58.tar.gz
abc-71cbf17e7f0352556af12ccccf9051e02c773e58.tar.bz2
abc-71cbf17e7f0352556af12ccccf9051e02c773e58.zip
Unified the use of counter-examples in three packages.
Diffstat (limited to 'src/base/abci/abcDprove2.c')
-rw-r--r--src/base/abci/abcDprove2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abcDprove2.c b/src/base/abci/abcDprove2.c
index 7d432612..b9b2c10a 100644
--- a/src/base/abci/abcDprove2.c
+++ b/src/base/abci/abcDprove2.c
@@ -384,7 +384,7 @@ finish:
// verify counter-example
if ( pNtk->pSeqModel )
{
- int status = Ssw_SmlRunCounterExample( pMan, pNtk->pSeqModel );
+ int status = Saig_ManVerifyCex( pMan, pNtk->pSeqModel );
if ( status == 0 )
printf( "Abc_NtkDarBmc(): Counter-example verification has FAILED.\n" );
}