Merge pull request #2364 from whitequark/manual-typo

manual: fix typo
This commit is contained in:
Miodrag Milanović 2020-08-27 18:35:53 +02:00 committed by GitHub
commit cc0a4e8f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.