aboutsummaryrefslogtreecommitdiffstats
path: root/passes/abc/abc.cc
diff options
context:
space:
mode:
authorJohann Glaser <Johann.Glaser@gmx.at>2013-03-17 22:02:30 +0100
committerClifford Wolf <clifford@clifford.at>2013-03-18 07:28:31 +0100
commitcd8008bda01091b7da63d4a2c7b2fe3749ee9f36 (patch)
tree8da22fcbe26dcad0c0babcba07a965ef0623233b /passes/abc/abc.cc
parentba3793b6420f2a0288c43be0cd4016fd5473acaf (diff)
downloadyosys-cd8008bda01091b7da63d4a2c7b2fe3749ee9f36.tar.gz
yosys-cd8008bda01091b7da63d4a2c7b2fe3749ee9f36.tar.bz2
yosys-cd8008bda01091b7da63d4a2c7b2fe3749ee9f36.zip
fixed typos
Diffstat (limited to 'passes/abc/abc.cc')
-rw-r--r--passes/abc/abc.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/passes/abc/abc.cc b/passes/abc/abc.cc
index 4196cac88..b7680f06e 100644
--- a/passes/abc/abc.cc
+++ b/passes/abc/abc.cc
@@ -638,9 +638,9 @@ struct AbcPass : public Pass {
log("\n");
log(" -liberty <file>\n");
log(" generate netlists for the specified cell library (using the liberty\n");
- log(" file format). This option is ignored if also -script option is also\n");
- log(" used. Without this option, ABC is used to optimize the netlist but\n");
- log(" keeps using yosys's internal gate library.\n");
+ log(" file format). Without this option, ABC is used to optimize the netlist\n");
+ log(" but keeps using yosys's internal gate library. This option is ignored if\n");
+ log(" the -script option is also used.\n");
log("\n");
log(" -nocleanup\n");
log(" when this option is used, the temporary files created by this pass\n");