3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-01-26 20:08:44 +00:00

Merge pull request #5546 from YosysHQ/krys/nested_packages

Document nesting packages as unsupported
This commit is contained in:
KrystalDelusion 2026-01-23 07:16:22 +13:00 committed by GitHub
commit 98f848e503
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -355,6 +355,9 @@ from SystemVerilog:
design with `read_verilog`, all its packages are available to SystemVerilog
files being read into the same design afterwards.
- nested packages are currently not supported (i.e. calling ``import`` inside
a ``package`` .. ``endpackage`` block)
- typedefs are supported (including inside packages)
- type casts are currently not supported