aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2020-08-27 18:35:53 +0200
committerGitHub <noreply@github.com>2020-08-27 18:35:53 +0200
commitcc0a4e8f3936b3a1800b6b8481a89f3f76b3584a (patch)
tree26b305289626e3aac045950f47a819bf93725702
parenta0177569ac4adb36798d29ef5e481614731f4ed0 (diff)
parenteae88df016cc2134ba822e2a85ab92b955349fbe (diff)
downloadyosys-cc0a4e8f3936b3a1800b6b8481a89f3f76b3584a.tar.gz
yosys-cc0a4e8f3936b3a1800b6b8481a89f3f76b3584a.tar.bz2
yosys-cc0a4e8f3936b3a1800b6b8481a89f3f76b3584a.zip
Merge pull request #2364 from whitequark/manual-typo
manual: fix typo
-rw-r--r--manual/CHAPTER_Overview.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/CHAPTER_Overview.tex b/manual/CHAPTER_Overview.tex
index 61d628a9c..ed8b4cd49 100644
--- a/manual/CHAPTER_Overview.tex
+++ b/manual/CHAPTER_Overview.tex
@@ -92,7 +92,7 @@ in different stages of the synthesis.
\section{The RTL Intermediate Language}
-All frontends, passes and backends in Yosys operate on a design in RTLIL} representation.
+All frontends, passes and backends in Yosys operate on a design in RTLIL representation.
The only exception are the high-level frontends that use the AST representation as an intermediate step before generating RTLIL
data.