Add multidimensional arrays to SystemVerilog features in README

This commit is contained in:
Dag Lem 2024-01-04 20:18:08 +01:00 committed by Zachary Snow
parent a4ae773150
commit fab326d3e8
1 changed files with 7 additions and 1 deletions

View File

@ -587,7 +587,13 @@ from SystemVerilog:
- enums are supported (including inside packages)
- but are currently not strongly typed
- packed structs and unions are supported.
- packed structs and unions are supported
- arrays of packed structs/unions are currently not supported
- structure literals are currently not supported
- multidimensional arrays are supported
- array assignment of unpacked arrays is currently not supported
- array literals are currently not supported
- SystemVerilog interfaces (SVIs) are supported. Modports for specifying whether
ports are inputs or outputs are supported.