mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-27 13:39:49 +00:00
Add pmgen "fallthrough" statement
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
cd5a372cd1
commit
f95853c822
2 changed files with 17 additions and 3 deletions
|
@ -315,6 +315,9 @@ state variables used to pass arguments.
|
|||
|
||||
Subpatterns cann be called recursively.
|
||||
|
||||
If a `subpattern` statement is preceded by a `fallthrough` statement, this is
|
||||
equivalent to calling the subpattern at the end of the preceding block.
|
||||
|
||||
Generate Blocks
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue