mirror of https://github.com/YosysHQ/abc.git
Adding printout to report command line executed in batch mode.
This commit is contained in:
parent
6c3363f777
commit
d533f18219
|
|
@ -142,6 +142,7 @@ int Abc_RealMain( int argc, char * argv[] )
|
|||
switch(c) {
|
||||
case 'c':
|
||||
strcpy( sCommandUsr, globalUtilOptarg );
|
||||
printf( "ABC command line: \"%s\".\n", sCommandUsr );
|
||||
fBatch = 1;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue