diff options
author | Robert Baruch <robert.c.baruch@gmail.com> | 2020-11-25 09:58:36 -0800 |
---|---|---|
committer | Robert Baruch <robert.c.baruch@gmail.com> | 2020-11-25 09:58:36 -0800 |
commit | 5615c4190758c2df6ab55f8332a478296b6fd0af (patch) | |
tree | c751740bc7266fdd3c1040bff4c8c80218c6a803 /manual | |
parent | 09f6e9d6b6c45b164188c8cdcc75e9628e531bfa (diff) | |
download | yosys-5615c4190758c2df6ab55f8332a478296b6fd0af.tar.gz yosys-5615c4190758c2df6ab55f8332a478296b6fd0af.tar.bz2 yosys-5615c4190758c2df6ab55f8332a478296b6fd0af.zip |
Cleans up doublequotes
Diffstat (limited to 'manual')
-rw-r--r-- | manual/CHAPTER_TextRtlil.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/CHAPTER_TextRtlil.tex b/manual/CHAPTER_TextRtlil.tex index 12b90a7f7..6bcb325fc 100644 --- a/manual/CHAPTER_TextRtlil.tex +++ b/manual/CHAPTER_TextRtlil.tex @@ -15,7 +15,7 @@ This appendix documents the text representation of RTLIL in extended Backus-Naur form (EBNF). -The grammar is not meant to represent semantic limitations. That is, the grammar is "permissive", and later stages of processing perform more rigorous checks. +The grammar is not meant to represent semantic limitations. That is, the grammar is ``permissive'', and later stages of processing perform more rigorous checks. The grammar is also not meant to represent the exact grammar used in the RTLIL frontend, since that grammar is specific to processing by lex and yacc, is even more permissive, and is somewhat less understandable than simple EBNF notation. @@ -84,7 +84,7 @@ All other characters may be escaped by a backslash, and become the following cha \begin{itemize} \item \texttt{\textbackslash \textbackslash}: A backslash - \item \texttt{\textbackslash \"}: A double-quote + \item \texttt{\textbackslash ''}: A double-quote \item \texttt{\textbackslash r}: An 'r' character \end{itemize} |