diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2020-08-27 18:35:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 18:35:53 +0200 |
commit | cc0a4e8f3936b3a1800b6b8481a89f3f76b3584a (patch) | |
tree | 26b305289626e3aac045950f47a819bf93725702 | |
parent | a0177569ac4adb36798d29ef5e481614731f4ed0 (diff) | |
parent | eae88df016cc2134ba822e2a85ab92b955349fbe (diff) | |
download | yosys-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.tex | 2 |
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. |