Update to &show to show AIGs with XORs and MUXes (derived by &st -m).

This commit is contained in:
Alan Mishchenko 2016-05-04 07:22:13 -07:00
parent 28cbb280b7
commit 21896ba6bc
2 changed files with 2 additions and 1 deletions

View File

@ -358,6 +358,7 @@ int Gls_ManParse( FILE * pFile, Gls_Man_t * p )
iItem = atoi(pLine);
Vec_IntPush( p->vDelays, iItem );
Vec_IntPush( p->vOrderDelays, iObj );
vOuts = vIns; // harmless use to prevent a compiler warning
}
else assert( 0 );
}

View File

@ -40948,7 +40948,7 @@ int Abc_CommandAbc9Test( Abc_Frame_t * pAbc, int argc, char ** argv )
// Jf_ManTestCnf( pAbc->pGia );
// Gia_ManCheckFalseTest( pAbc->pGia, nFrames );
// Gia_ParTest( pAbc->pGia, nWords, nProcs );
Gia_PolynExplore( pAbc->pGia );
// Gia_PolynExplore( pAbc->pGia );
// printf( "\nThis command is currently disabled.\n\n" );
return 0;