Commit a2d33837 by Alan Mishchenko

Adding option to &saveaig to compare AIGs by node count.

parent dab71687
...@@ -30619,6 +30619,9 @@ int Abc_CommandAbc9SaveAig( Abc_Frame_t * pAbc, int argc, char ** argv ) ...@@ -30619,6 +30619,9 @@ int Abc_CommandAbc9SaveAig( Abc_Frame_t * pAbc, int argc, char ** argv )
{ {
switch ( c ) switch ( c )
{ {
case 'a':
fArea ^= 1;
break;
case 'h': case 'h':
goto usage; goto usage;
default: default:
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