mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-01 10:18:06 +02:00
Added supporting dual-output seq miters in &iso.
This commit is contained in:
@@ -1146,11 +1146,11 @@ Gia_Man_t * Gia_ManIsoReduce( Gia_Man_t * pInit, Vec_Ptr_t ** pvPosEquivs, int f
|
||||
int i, Entry;
|
||||
Vec_IntForEachEntry( vRemain, Entry, i )
|
||||
{
|
||||
printf( "%d ", Entry );
|
||||
// printf( "%d ", Entry );
|
||||
Vec_IntPush( vTemp, 2*Entry );
|
||||
Vec_IntPush( vTemp, 2*Entry+1 );
|
||||
}
|
||||
printf( "\n" );
|
||||
// printf( "\n" );
|
||||
Vec_IntFree( vRemain );
|
||||
vRemain = vTemp;
|
||||
Gia_ManStop( p );
|
||||
|
||||
Reference in New Issue
Block a user