aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-10-14 05:24:31 +0200
committerClifford Wolf <clifford@clifford.at>2019-10-14 05:24:31 +0200
commite84cedfae4211244da45ef51a84213874579117e (patch)
treefb0a14f4c06675a7d3dbb5a1f22d386402e22d0b /README.md
parent3c6a566d865e3d70f8793225a6d211ce3d6246a1 (diff)
parente46e8753c84ee83f871d5ce116ce4c08dd49a031 (diff)
downloadyosys-e84cedfae4211244da45ef51a84213874579117e.tar.gz
yosys-e84cedfae4211244da45ef51a84213874579117e.tar.bz2
yosys-e84cedfae4211244da45ef51a84213874579117e.zip
Use "(id)" instead of "id" for types as temporary hack
Signed-off-by: Clifford Wolf <clifford@clifford.at>
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 fdd4bb410..db7810cb4 100644
--- a/README.md
+++ b/README.md
@@ -510,6 +510,8 @@ from SystemVerilog:
into a design with ``read_verilog``, all its packages are available to
SystemVerilog files being read into the same design afterwards.
+- typedefs are supported (including inside packages)
+
- SystemVerilog interfaces (SVIs) are supported. Modports for specifying whether
ports are inputs or outputs are supported.