From: Claire Wolf Date: Wed, 22 Apr 2020 19:31:32 +0000 (+0200) Subject: Update passes/cmds/select.cc X-Git-Tag: working-ls180~595^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=beb9e4b29964cee0ea1eb77a50e7f040e067144d;p=yosys.git Update passes/cmds/select.cc Co-Authored-By: Eddie Hung --- diff --git a/passes/cmds/select.cc b/passes/cmds/select.cc index 0f0fe575f..50c1b57f8 100644 --- a/passes/cmds/select.cc +++ b/passes/cmds/select.cc @@ -1113,8 +1113,8 @@ struct SelectPass : public Pass { log(" \n"); log(" select the specified object(s) from the current module\n"); log("\n"); - log("Prefix the following patterns with '=' if the pattern should match black-/\n"); - log("white-box modules and their contents.\n"); + log("By default, patterns will not match black/white-box modules or their"); + log("contents. To include such objects, prefix the pattern with '='.\n"); log("\n"); log("A can be a module name, wildcard expression (*, ?, [..])\n"); log("matching module names, or one of the following:\n");