aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-08-01 12:34:51 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2022-08-01 12:34:51 +0200
commit6f792e2223cc87f72bbd4cc9f1820e5b72dfec3e (patch)
tree7c4801ea6cce7d562855e2e46f8d062566ab4234 /manual
parent30a4218f537e76d1b3f2be0859662a7055985e27 (diff)
downloadyosys-6f792e2223cc87f72bbd4cc9f1820e5b72dfec3e.tar.gz
yosys-6f792e2223cc87f72bbd4cc9f1820e5b72dfec3e.tar.bz2
yosys-6f792e2223cc87f72bbd4cc9f1820e5b72dfec3e.zip
Update documentation
Diffstat (limited to 'manual')
-rw-r--r--manual/command-reference-manual.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/command-reference-manual.tex b/manual/command-reference-manual.tex
index 28b99f3a6..644f81d95 100644
--- a/manual/command-reference-manual.tex
+++ b/manual/command-reference-manual.tex
@@ -7407,6 +7407,10 @@ in order to avoid a name collision with the built in commands.
If any arguments are specified, these arguments are provided to the script via
the standard $argc and $argv variables.
+
+Note, tcl will not recieve the output of any yosys command. If the output
+of the tcl commands are needed, use the yosys command 'tee' to redirect yosys's
+output to a temporary file.
\end{lstlisting}
\section{techmap -- generic technology mapper}