1
0
mirror of synced 2026-05-05 07:35:21 +00:00

Merge pull request #2617 from RobertBaruch/doc

RTLIL Documentation: switch in process is optional
This commit is contained in:
whitequark
2021-03-01 08:10:32 -08:00
committed by GitHub

View File

@@ -241,7 +241,7 @@ See Sec.~\ref{sec:rtlil_process} for an overview of processes.
<proc-stmt> ::= "process" <id> <eol>
<process-body> ::= <assign-stmt>$*$ <switch> <assign-stmt>$*$ <sync>$*$
<process-body> ::= <assign-stmt>$*$ <switch>$?$ <assign-stmt>$*$ <sync>$*$
<assign-stmt> ::= "assign" <dest-sigspec> <src-sigspec> <eol>