Commit 21896ba6 by Alan Mishchenko

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

parent 28cbb280
......@@ -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 );
}
......
......@@ -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;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment