From: Eddie Hung Date: Wed, 21 Aug 2019 03:05:51 +0000 (-0700) Subject: Grammar X-Git-Tag: working-ls180~1119^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe61dcce8b70236b29691fa56c562d17497d3567;p=yosys.git Grammar --- 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 \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");