mirror of https://github.com/YosysHQ/abc.git
Better batch mode printout.
This commit is contained in:
parent
acc3abe9cc
commit
8e12b60b66
|
|
@ -219,7 +219,7 @@ int Abc_RealMain( int argc, char * argv[] )
|
|||
pAbc->pGia = Gia_ManFromBridge( stdin, NULL );
|
||||
}
|
||||
else if ( fBatch && sCommandUsr[0] )
|
||||
Abc_Print( 1, "ABC command line: \"%s\".\n", sCommandUsr );
|
||||
Abc_Print( 1, "ABC command line: \"%s\".\n\n", sCommandUsr );
|
||||
|
||||
if ( fBatch )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue