mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-01 18:27:44 +02:00
Added bridge integration for multi-output 'pdr -a'.
This commit is contained in:
@@ -327,7 +327,7 @@ Gia_Man_t * Gia_ManFromBridgeReadBody( int Size, unsigned char * pBuffer, Vec_I
|
||||
|
||||
// create POs
|
||||
nProps = Gia_AigerReadUnsigned( &pBuffer );
|
||||
assert( nProps == 1 );
|
||||
// assert( nProps == 1 );
|
||||
for ( i = 0; i < nProps; i++ )
|
||||
{
|
||||
iFan0 = Gia_AigerReadUnsigned( &pBuffer );
|
||||
|
||||
Reference in New Issue
Block a user