mirror of https://github.com/YosysHQ/abc.git
Updating &test to call full check.
This commit is contained in:
parent
7d62ef8fae
commit
2e97ffdd1a
|
|
@ -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) )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue