1
0
mirror of synced 2026-04-28 12:59:00 +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

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