Updating &test to call full check.

This commit is contained in:
Alan Mishchenko 2012-03-10 21:44:32 -08:00
parent 7d62ef8fae
commit 2e97ffdd1a
1 changed files with 1 additions and 1 deletions

View File

@ -1064,7 +1064,7 @@ void Gia_IsoTest( Gia_Man_t * p, int fVerbose )
{ {
Vec_Ptr_t * vEquivs; Vec_Ptr_t * vEquivs;
int clk = clock(); int clk = clock();
vEquivs = Gia_IsoDeriveEquivPos( p, 1, fVerbose ); vEquivs = Gia_IsoDeriveEquivPos( p, 0, fVerbose );
printf( "Reduced %d outputs to %d. ", Gia_ManPoNum(p), vEquivs ? Vec_PtrSize(vEquivs) : 1 ); printf( "Reduced %d outputs to %d. ", Gia_ManPoNum(p), vEquivs ? Vec_PtrSize(vEquivs) : 1 );
Abc_PrintTime( 1, "Time", clock() - clk ); Abc_PrintTime( 1, "Time", clock() - clk );
if ( fVerbose && vEquivs && Gia_ManPoNum(p) != Vec_PtrSize(vEquivs) ) if ( fVerbose && vEquivs && Gia_ManPoNum(p) != Vec_PtrSize(vEquivs) )