mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-14 05:31:29 +00:00
Support module/package/interface/block scope for typedef names.
This commit is contained in:
parent
b86905d952
commit
ecc22f7fed
6 changed files with 64 additions and 23 deletions
|
@ -541,8 +541,6 @@ from SystemVerilog:
|
|||
SystemVerilog files being read into the same design afterwards.
|
||||
|
||||
- typedefs are supported (including inside packages)
|
||||
- type identifiers must currently be enclosed in (parentheses) when declaring
|
||||
signals of that type (this is syntactically incorrect SystemVerilog)
|
||||
- type casts are currently not supported
|
||||
|
||||
- enums are supported (including inside packages)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue