diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-11-29 16:42:49 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-11-29 16:42:49 +0100 |
commit | 7295b25955ad6f185846e46e7a860e0b474f94a0 (patch) | |
tree | 57687bdfa28dcbd132cb5a4aa8976ce03cc22c05 /passes | |
parent | e23a0072ec75ce19733fb4ae04e623b17dbbd475 (diff) | |
download | yosys-7295b25955ad6f185846e46e7a860e0b474f94a0.tar.gz yosys-7295b25955ad6f185846e46e7a860e0b474f94a0.tar.bz2 yosys-7295b25955ad6f185846e46e7a860e0b474f94a0.zip |
Progress on AppNote 011
Diffstat (limited to 'passes')
-rw-r--r-- | passes/cmds/select.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/passes/cmds/select.cc b/passes/cmds/select.cc index c424966ff..3c3087a95 100644 --- a/passes/cmds/select.cc +++ b/passes/cmds/select.cc @@ -1036,6 +1036,10 @@ struct LsPass : public Pass { log("\n"); log("If a pattern is given, the objects matching the pattern are printed\n"); log("\n"); + log("Note that this command does not use the selection mechanism and always operates\n"); + log("on the whole design or whole active module. Use 'select -list' to show a list\n"); + log("of currently selected objects.\n"); + log("\n"); } virtual void execute(std::vector<std::string> args, RTLIL::Design *design) { |