mirror of https://github.com/YosysHQ/abc.git
Refactor(Typo): Typo in strash
This commit is contained in:
parent
05c897a753
commit
eae19f7a62
|
|
@ -3775,7 +3775,7 @@ usage:
|
|||
Abc_Print( -2, "usage: strash [-acrih]\n" );
|
||||
Abc_Print( -2, "\t transforms combinational logic into an AIG\n" );
|
||||
Abc_Print( -2, "\t-a : toggles between using all nodes and DFS nodes [default = %s]\n", fAllNodes? "all": "DFS" );
|
||||
Abc_Print( -2, "\t-c : toggles cleanup to remove the dagling AIG nodes [default = %s]\n", fCleanup? "all": "DFS" );
|
||||
Abc_Print( -2, "\t-c : toggles cleanup to remove the dangling AIG nodes [default = %s]\n", fCleanup? "all": "DFS" );
|
||||
Abc_Print( -2, "\t-r : toggles using the record of AIG subgraphs [default = %s]\n", fRecord? "yes": "no" );
|
||||
Abc_Print( -2, "\t-i : toggles complementing the POs of the AIG [default = %s]\n", fComplOuts? "yes": "no" );
|
||||
Abc_Print( -2, "\t-h : print the command usage\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue