aboutsummaryrefslogtreecommitdiffstats
path: root/manual/CHAPTER_Verilog.tex
diff options
context:
space:
mode:
authorRodrigo Alejandro Melo <rmelo@inti.gob.ar>2019-12-13 10:17:05 -0300
committerRodrigo Alejandro Melo <rmelo@inti.gob.ar>2019-12-13 10:17:05 -0300
commite9dc2759c414bdc8ab663fd5c8350b40b099b456 (patch)
tree45193a6e47536347b92f42e78d1cf4d773d37f67 /manual/CHAPTER_Verilog.tex
parent9ab1feeaf11adb6b675ac4034e246cb137d07db9 (diff)
downloadyosys-e9dc2759c414bdc8ab663fd5c8350b40b099b456.tar.gz
yosys-e9dc2759c414bdc8ab663fd5c8350b40b099b456.tar.bz2
yosys-e9dc2759c414bdc8ab663fd5c8350b40b099b456.zip
Fixed some missing "verilog_" in documentation
Diffstat (limited to 'manual/CHAPTER_Verilog.tex')
-rw-r--r--manual/CHAPTER_Verilog.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/CHAPTER_Verilog.tex b/manual/CHAPTER_Verilog.tex
index e9ca6114e..d4cc55647 100644
--- a/manual/CHAPTER_Verilog.tex
+++ b/manual/CHAPTER_Verilog.tex
@@ -93,7 +93,7 @@ frontends/verilog/preproc.cc} in the Yosys source tree.
\begin{sloppypar}
The Verilog Lexer is written using the lexer generator {\it flex} \citeweblink{flex}. Its source code
-can be found in {\tt frontends/verilog/lexer.l} in the Yosys source tree.
+can be found in {\tt frontends/verilog/verilog\_lexer.l} in the Yosys source tree.
The lexer does little more than identifying all keywords and literals
recognised by the Yosys Verilog frontend.
\end{sloppypar}
@@ -115,7 +115,7 @@ whenever possible.)
\subsection{The Verilog Parser}
The Verilog Parser is written using the parser generator {\it bison} \citeweblink{bison}. Its source code
-can be found in {\tt frontends/verilog/parser.y} in the Yosys source tree.
+can be found in {\tt frontends/verilog/verilog\_parser.y} in the Yosys source tree.
It generates an AST using the \lstinline[language=C++]{AST::AstNode} data structure
defined in {\tt frontends/ast/ast.h}. An \lstinline[language=C++]{AST::AstNode} object has