3
0
Fork 0
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:
Clifford Wolf 2019-08-17 11:29:37 +02:00
parent cd5a372cd1
commit f95853c822
2 changed files with 17 additions and 3 deletions

View file

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