aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-20 20:05:51 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-20 20:05:51 -0700
commitfe61dcce8b70236b29691fa56c562d17497d3567 (patch)
treedd6adde3a196b52275c9b834e727a6d87a1d8d57 /passes
parentfce8dc7db20d722646cea83ca841160d3d07445e (diff)
downloadyosys-fe61dcce8b70236b29691fa56c562d17497d3567.tar.gz
yosys-fe61dcce8b70236b29691fa56c562d17497d3567.tar.bz2
yosys-fe61dcce8b70236b29691fa56c562d17497d3567.zip
Grammar
Diffstat (limited to 'passes')
-rw-r--r--passes/techmap/techmap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/techmap.cc b/passes/techmap/techmap.cc
index a6c1214a7..c4496f76f 100644
--- a/passes/techmap/techmap.cc
+++ b/passes/techmap/techmap.cc
@@ -943,7 +943,7 @@ struct TechmapPass : public Pass {
log(" instead of inlining them.\n");
log("\n");
log(" -max_iter <number>\n");
- log(" only run the specified number of iterations for each module.\n");
+ log(" only run the specified number of iterations on each module.\n");
log(" default: unlimited\n");
log("\n");
log(" -recursive\n");