Skip to content

Commit

Permalink
Add multidimensional arrays to SystemVerilog features in README
Browse files Browse the repository at this point in the history
  • Loading branch information
daglem committed Jan 29, 2024
1 parent 8bb6a44 commit 3700d47
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3700d47

Please sign in to comment.