aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-08-03 13:44:13 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2022-08-03 13:44:13 +0200
commit3f7042d1145b3204115251a091c75dd23d572eba (patch)
tree04a61e83e91166370b96b45bdba9464fdf7785ed /manual
parent3705d8414edac9ac55228b4571e15948a36cb96e (diff)
downloadyosys-3f7042d1145b3204115251a091c75dd23d572eba.tar.gz
yosys-3f7042d1145b3204115251a091c75dd23d572eba.tar.bz2
yosys-3f7042d1145b3204115251a091c75dd23d572eba.zip
update manual to latest
Diffstat (limited to 'manual')
-rw-r--r--manual/command-reference-manual.tex7
1 files changed, 5 insertions, 2 deletions
diff --git a/manual/command-reference-manual.tex b/manual/command-reference-manual.tex
index 411feb05d..bc25c35cd 100644
--- a/manual/command-reference-manual.tex
+++ b/manual/command-reference-manual.tex
@@ -2610,7 +2610,7 @@ Tristate PADS (-toutpad, -tinoutpad) always operate in -bits mode.
\begin{lstlisting}[numbers=left,frame=single]
jny [options] [selection]
-Write a JSON netlist metadata for the current design
+Write JSON netlist metadata for the current design
-o <filename>
write to the specified file.
@@ -8531,6 +8531,8 @@ http://bygone.clairexen.net/intersynth/
\begin{lstlisting}[numbers=left,frame=single]
jny [options] [selection]
+Write JSON netlist metadata for the current design
+
-no-connections
Don't include connection information in the netlist output.
@@ -8540,7 +8542,8 @@ http://bygone.clairexen.net/intersynth/
-no-properties
Don't include property information in the netlist output.
-Write a JSON metadata for the current design
+The JSON schema for JNY output files is located in the "jny.schema.json" file
+which is located at "https://raw.githubusercontent.com/YosysHQ/yosys/master/misc/jny.schema.json"
\end{lstlisting}
\section{write\_json -- write design to a JSON file}