summaryrefslogtreecommitdiffstats
path: root/src/base/abci
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-10-02 12:55:20 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-10-02 12:55:20 -0700
commit19c361e38729212645fa138878ebfe45db67517b (patch)
tree9a1a848eb9781f4b353d1648decf4d309fd9e304 /src/base/abci
parent85098b01de2e87053e406a5abbb472602af14b88 (diff)
downloadabc-19c361e38729212645fa138878ebfe45db67517b.tar.gz
abc-19c361e38729212645fa138878ebfe45db67517b.tar.bz2
abc-19c361e38729212645fa138878ebfe45db67517b.zip
Changes in specialized matching.
Diffstat (limited to 'src/base/abci')
-rw-r--r--src/base/abci/abc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index 24af9806..3d7ea939 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -3008,7 +3008,7 @@ usage:
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-r : toggles using the record of AIG subgraphs [default = %s]\n", fRecord? "yes": "no" );
- Abc_Print( -2, "\t-i : toggles complementing the COs of the AIG [default = %s]\n", fComplOuts? "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");
return 1;
}