Document nesting packages as unsupported

This commit is contained in:
Krystine Sherwin 2025-12-15 15:42:41 +13:00
parent 2833a44503
commit 18a7d4c262
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -355,6 +355,9 @@ from SystemVerilog:
design with `read_verilog`, all its packages are available to SystemVerilog design with `read_verilog`, all its packages are available to SystemVerilog
files being read into the same design afterwards. 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) - typedefs are supported (including inside packages)
- type casts are currently not supported - type casts are currently not supported