From 3700d4750e4d2e789631722799dc251572a2523f Mon Sep 17 00:00:00 2001 From: Dag Lem Date: Thu, 4 Jan 2024 20:18:08 +0100 Subject: [PATCH] Add multidimensional arrays to SystemVerilog features in README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69a227b7fb5..3be1b4c2ef2 100644 --- a/README.md +++ b/README.md @@ -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.