aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds
diff options
context:
space:
mode:
authorClaire Wolf <clifford@clifford.at>2020-04-22 21:31:32 +0200
committerGitHub <noreply@github.com>2020-04-22 21:31:32 +0200
commitbeb9e4b29964cee0ea1eb77a50e7f040e067144d (patch)
treefd4c776f3695fb92c707ff6c85f5b5d03cf947bb /passes/cmds
parent281cd10717448569fe55cb8b6414d4ce22697d4a (diff)
downloadyosys-beb9e4b29964cee0ea1eb77a50e7f040e067144d.tar.gz
yosys-beb9e4b29964cee0ea1eb77a50e7f040e067144d.tar.bz2
yosys-beb9e4b29964cee0ea1eb77a50e7f040e067144d.zip
Update passes/cmds/select.cc
Co-Authored-By: Eddie Hung <eddie@fpgeh.com>
Diffstat (limited to 'passes/cmds')
-rw-r--r--passes/cmds/select.cc4
1 files changed, 2 insertions, 2 deletions
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(" <obj_pattern>\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 <mod_pattern> can be a module name, wildcard expression (*, ?, [..])\n");
log("matching module names, or one of the following:\n");