3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 04:28:18 +00:00

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

View file

@ -587,7 +587,13 @@ from SystemVerilog:
- enums are supported (including inside packages) - enums are supported (including inside packages)
- but are currently not strongly typed - 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 - SystemVerilog interfaces (SVIs) are supported. Modports for specifying whether
ports are inputs or outputs are supported. ports are inputs or outputs are supported.