Commit cd92b1fe by Alan Mishchenko

Improvements to GIA visualization.

parent 211db8bf
...@@ -539,7 +539,6 @@ void Gia_WriteDotAig( Gia_Man_t * p, char * pFileName, Vec_Int_t * vAdds, Vec_In ...@@ -539,7 +539,6 @@ void Gia_WriteDotAig( Gia_Man_t * p, char * pFileName, Vec_Int_t * vAdds, Vec_In
} }
else if ( Vec_IntEntry(vMapXors, iNode) >= 0 ) else if ( Vec_IntEntry(vMapXors, iNode) >= 0 )
{ {
int iXor = Vec_IntEntry(vMapXors, iNode);
fprintf( pFile, " Node%d [label = \"%d\"", iNode, iNode ); fprintf( pFile, " Node%d [label = \"%d\"", iNode, iNode );
fprintf( pFile, ", shape = doublecircle" ); fprintf( pFile, ", shape = doublecircle" );
} }
......
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