Adding command 'srm2'.

This commit is contained in:
Alan Mishchenko 2011-06-08 09:25:32 -07:00
parent bfbbfadfc4
commit 11f684c04d
1 changed files with 2 additions and 1 deletions

View File

@ -26346,8 +26346,9 @@ int Abc_CommandAbc9Srm2( Abc_Frame_t * pAbc, int argc, char ** argv )
return 0;
usage:
Abc_Print( -2, "usage: &srm2 [-vh]\n" );
Abc_Print( -2, "usage: &srm2 [-vh] <PartA_FileName> <PartB_FileName>\n" );
Abc_Print( -2, "\t writes speculatively reduced model into file \"%s\"\n", pFileName );
Abc_Print( -2, "\t only preserves equivalences across PartA and PartB\n" );
Abc_Print( -2, "\t-v : toggle printing verbose information [default = %s]\n", fVerbose? "yes": "no" );
Abc_Print( -2, "\t-h : print the command usage\n");
return 1;