aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorclairexen <claire@symbioticeda.com>2020-06-04 18:26:07 +0200
committerGitHub <noreply@github.com>2020-06-04 18:26:07 +0200
commit352731df4e0bf344cd20533a5561bc8ba3e07853 (patch)
tree12c29d3b7b87037b1b0e3a768b764801b7e34d9f /README.md
parentba99c0ea8140131a95ed3d5467c5b2c93d16552e (diff)
parent0d3f7ea011288e1a1fadd4ae27f1e8a57d729053 (diff)
downloadyosys-352731df4e0bf344cd20533a5561bc8ba3e07853.tar.gz
yosys-352731df4e0bf344cd20533a5561bc8ba3e07853.tar.bz2
yosys-352731df4e0bf344cd20533a5561bc8ba3e07853.zip
Merge pull request #2041 from PeterCrozier/struct
Implementation of SV structs.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c17c0c3b1..770c62459 100644
--- a/README.md
+++ b/README.md
@@ -556,6 +556,8 @@ from SystemVerilog:
- enums are supported (including inside packages)
- but are currently not strongly typed
+- packed structs and unions are supported.
+
- SystemVerilog interfaces (SVIs) are supported. Modports for specifying whether
ports are inputs or outputs are supported.