projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a017756
)
manual: fix typo.
author
whitequark
<whitequark@whitequark.org>
Thu, 27 Aug 2020 16:34:48 +0000
(16:34 +0000)
committer
whitequark
<whitequark@whitequark.org>
Thu, 27 Aug 2020 16:34:48 +0000
(16:34 +0000)
manual/CHAPTER_Overview.tex
patch
|
blob
|
history
diff --git
a/manual/CHAPTER_Overview.tex
b/manual/CHAPTER_Overview.tex
index 61d628a9cf6126c76b14c05c73ab608ba821db27..ed8b4cd49553d214ed6733ce1fc58492d9fe87d5 100644
(file)
--- 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.