3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-01-18 16:28:57 +00:00
This commit is contained in:
KrystalDelusion 2026-01-16 23:01:11 +09:00 committed by GitHub
commit 7149a95327
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