mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-01 02:08:10 +02:00
PO partitioning algorithm.
This commit is contained in:
@@ -505,7 +505,7 @@ Vec_Ptr_t * Gia_ManHashOutputs( Gia_Man_t * p, Vec_Wrd_t * vSigns, int fVerbose
|
||||
int Offset = Vec_IntEntry( vBin, 0 );
|
||||
word Sign = Vec_WrdEntry( vSigns, Offset );
|
||||
printf( "%3d ", i );
|
||||
Extra_PrintBinary( stdout, &Offset, 64 );
|
||||
Extra_PrintBinary( stdout, (unsigned *)&Sign, 64 );
|
||||
printf( " " );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user