aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-20 20:06:47 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-20 20:06:47 -0700
commitaffe9c9c1ad2dd208507931f0606c23941660d6b (patch)
tree3b1a34f041a6501438ec8b294e3c43b79eeaceca /passes/techmap
parent57493e328ad69b749619bc692130e28ab5c212ee (diff)
parentfe61dcce8b70236b29691fa56c562d17497d3567 (diff)
downloadyosys-affe9c9c1ad2dd208507931f0606c23941660d6b.tar.gz
yosys-affe9c9c1ad2dd208507931f0606c23941660d6b.tar.bz2
yosys-affe9c9c1ad2dd208507931f0606c23941660d6b.zip
Merge branch 'eddie/fix_techmap' into xaig_arrival
Diffstat (limited to 'passes/techmap')
-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");