aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorJannis Harder <me@jix.one>2022-12-05 16:47:22 +0100
committerJannis Harder <me@jix.one>2022-12-05 16:47:22 +0100
commit6589accfa9e858cc93b87d09cf6644aeea5151a4 (patch)
treecd25924888612730f31d9037002647a64045a140 /kernel
parenta43356cb049fed7360acd60ac5aa01602d5809e1 (diff)
downloadyosys-6589accfa9e858cc93b87d09cf6644aeea5151a4.tar.gz
yosys-6589accfa9e858cc93b87d09cf6644aeea5151a4.tar.bz2
yosys-6589accfa9e858cc93b87d09cf6644aeea5151a4.zip
tcl: Update help message to mention 'tee -s'
Diffstat (limited to 'kernel')
-rw-r--r--kernel/yosys.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/yosys.cc b/kernel/yosys.cc
index 69db9df66..333faae6a 100644
--- a/kernel/yosys.cc
+++ b/kernel/yosys.cc
@@ -862,8 +862,8 @@ struct TclPass : public Pass {
log("the standard $argc and $argv variables.\n");
log("\n");
log("Note, tcl will not recieve the output of any yosys command. If the output\n");
- log("of the tcl commands are needed, use the yosys command 'tee' to redirect yosys's\n");
- log("output to a temporary file.\n");
+ log("of the tcl commands are needed, use the yosys command 'tee -s result.string'\n");
+ log("to redirect yosys's output to the 'result.string' scratchpad value.\n");
log("\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *) override {