diff options
author | Robert Baruch <robert.c.baruch@gmail.com> | 2020-11-22 12:56:29 -0800 |
---|---|---|
committer | Robert Baruch <robert.c.baruch@gmail.com> | 2020-11-22 12:56:29 -0800 |
commit | 1034422c58f8a10390eb3538c2dbe6d52931bf8a (patch) | |
tree | 6e1668cc512d69e8bda07c520b12a3d9c4574186 /manual/manual.tex | |
parent | 949eb95593aec0753010289612d018c21ae46c5e (diff) | |
download | yosys-1034422c58f8a10390eb3538c2dbe6d52931bf8a.tar.gz yosys-1034422c58f8a10390eb3538c2dbe6d52931bf8a.tar.bz2 yosys-1034422c58f8a10390eb3538c2dbe6d52931bf8a.zip |
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} |