aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPeter Crozier <peter@crozier.com>2020-05-12 14:25:33 +0100
committerPeter Crozier <peter@crozier.com>2020-05-12 14:25:33 +0100
commitf482c9c0168a6857383e7d9360c8ca1df36ba2bc (patch)
tree366454dd200407cc54ec7bec0c12b145715e5c25 /README.md
parent0b6b47ca670b9219bcb81ab7d3599267c2ef7571 (diff)
downloadyosys-f482c9c0168a6857383e7d9360c8ca1df36ba2bc.tar.gz
yosys-f482c9c0168a6857383e7d9360c8ca1df36ba2bc.tar.bz2
yosys-f482c9c0168a6857383e7d9360c8ca1df36ba2bc.zip
Generalise structs and add support for packed unions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3058220e7..770c62459 100644
--- a/README.md
+++ b/README.md
@@ -556,7 +556,7 @@ from SystemVerilog:
- enums are supported (including inside packages)
- but are currently not strongly typed
-- structs are supported
+- packed structs and unions are supported.
- SystemVerilog interfaces (SVIs) are supported. Modports for specifying whether
ports are inputs or outputs are supported.