mirror of https://github.com/YosysHQ/abc.git
Update to &show to show AIGs with XORs and MUXes (derived by &st -m).
This commit is contained in:
parent
28cbb280b7
commit
21896ba6bc
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue