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

This commit is contained in:
Alan Mishchenko 2020-04-09 09:51:46 -07:00
parent dab716878f
commit a2d33837bc
1 changed files with 3 additions and 0 deletions

View File

@ -30619,6 +30619,9 @@ int Abc_CommandAbc9SaveAig( Abc_Frame_t * pAbc, int argc, char ** argv )
{
switch ( c )
{
case 'a':
fArea ^= 1;
break;
case 'h':
goto usage;
default: