mirror of https://github.com/YosysHQ/abc.git
Adding option to &saveaig to compare AIGs by node count.
This commit is contained in:
parent
dab716878f
commit
a2d33837bc
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue