mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-01 18:27:44 +02:00
Patching ABC for Yosys.
This commit is contained in:
+2
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user