mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 10:55:51 +00:00
Added support for "always @(*)"
This commit is contained in:
parent
e8231ee46b
commit
6d1502b948
2 changed files with 4 additions and 1 deletions
|
@ -616,6 +616,9 @@ always_stmt:
|
|||
|
||||
always_cond:
|
||||
'@' '(' always_events ')' |
|
||||
'@' '(' '*' ')' |
|
||||
'@' ATTR_BEGIN ')' |
|
||||
'@' '(' ATTR_END |
|
||||
'@' '*' |
|
||||
/* empty */;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue