diff options
author | whitequark <whitequark@whitequark.org> | 2020-12-02 19:50:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 19:50:51 +0000 |
commit | 2945e27020ee36227ecad23f490d3205b21d040b (patch) | |
tree | 8262f361597e119683c307f8696f96f20c2396e0 /manual/manual.tex | |
parent | 1c4a18f66fb0d589e1798090a7b584ab1988407a (diff) | |
parent | 2bb3fc654a812dd2d82c6b3250a46dcede035de8 (diff) | |
download | yosys-2945e27020ee36227ecad23f490d3205b21d040b.tar.gz yosys-2945e27020ee36227ecad23f490d3205b21d040b.tar.bz2 yosys-2945e27020ee36227ecad23f490d3205b21d040b.zip |
Merge pull request #2446 from RobertBaruch/rtlil_format
Adds appendix on RTLIL text format
Diffstat (limited to 'manual/manual.tex')
-rw-r--r-- | manual/manual.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/manual.tex b/manual/manual.tex index 75f087eca..dac8b1000 100644 --- a/manual/manual.tex +++ b/manual/manual.tex @@ -75,6 +75,9 @@ bookmarksopen=false% \usetikzlibrary{through} \usetikzlibrary{shapes.geometric} +\usepackage{calc} +\usepackage[nounderscore]{syntax} + \lstset{basicstyle=\ttfamily} \def\B#1{{\tt\textbackslash{}#1}} @@ -214,6 +217,7 @@ YOSYS & Yosys Open SYnthesis Suite \\ \label{commandref} \input{command-reference-manual} +\include{CHAPTER_TextRtlil} \include{CHAPTER_Appnotes} % \include{CHAPTER_StateOfTheArt} |