mirror of https://github.com/YosysHQ/yosys.git
Document nesting packages as unsupported
This commit is contained in:
parent
2833a44503
commit
18a7d4c262
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue