Merge pull request #3392 from rockybulwinkle/rockybulwinkle-patch-1

Update tcl doc, yosys does not return data to tcl
This commit is contained in:
Miodrag Milanović 2022-07-11 16:26:23 +02:00 committed by GitHub
commit f086da8bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -774,6 +774,10 @@ struct TclPass : public Pass {
log("If any arguments are specified, these arguments are provided to the script via\n");
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("\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *) override {
if (args.size() < 2)