Patching ABC for Yosys.

This commit is contained in:
Alan Mishchenko 2013-11-27 19:02:52 -08:00
parent 55ba5a3e4c
commit c8f341fd01
1 changed files with 2 additions and 1 deletions

View File

@ -25012,7 +25012,8 @@ int Abc_CommandAbc9ReadBlif( Abc_Frame_t * pAbc, int argc, char ** argv )
usage:
Abc_Print( -2, "usage: &read_blif [-vh] <file>\n" );
Abc_Print( -2, "\t reads the current AIG from a hierarchical BLIF file\n" );
Abc_Print( -2, "\t a specialized reader for hierarchical BLIF files\n" );
Abc_Print( -2, "\t (for general-purpose BLIFs, please use \"read_blif\")\n" );
Abc_Print( -2, "\t-v : toggles additional verbose output [default = %s]\n", fVerbose? "yes": "no" );
Abc_Print( -2, "\t-h : print the command usage\n");
Abc_Print( -2, "\t<file> : the file name\n");