mirror of https://github.com/YosysHQ/abc.git
Adding new command line args.
This commit is contained in:
parent
558eee987d
commit
cde2830d7c
|
|
@ -45688,6 +45688,9 @@ int Abc_CommandAbc9Cfs( Abc_Frame_t * pAbc, int argc, char ** argv )
|
|||
if ( RareUse < 0 )
|
||||
goto usage;
|
||||
break;
|
||||
case 'r':
|
||||
fReplaceRare ^= 1;
|
||||
break;
|
||||
case 'v':
|
||||
fVerbose ^= 1;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue