Commit e446cfca by Alan Mishchenko

Added bridge integration for multi-output 'pdr -a'.

parent 653dc8cf
...@@ -327,7 +327,7 @@ Gia_Man_t * Gia_ManFromBridgeReadBody( int Size, unsigned char * pBuffer, Vec_I ...@@ -327,7 +327,7 @@ Gia_Man_t * Gia_ManFromBridgeReadBody( int Size, unsigned char * pBuffer, Vec_I
// create POs // create POs
nProps = Gia_AigerReadUnsigned( &pBuffer ); nProps = Gia_AigerReadUnsigned( &pBuffer );
assert( nProps == 1 ); // assert( nProps == 1 );
for ( i = 0; i < nProps; i++ ) for ( i = 0; i < nProps; i++ )
{ {
iFan0 = Gia_AigerReadUnsigned( &pBuffer ); iFan0 = Gia_AigerReadUnsigned( &pBuffer );
......
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