aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPeter Crozier <peter@crozier.com>2020-03-23 20:07:22 +0000
committerPeter Crozier <peter@crozier.com>2020-03-23 20:07:22 +0000
commitecc22f7fedfa639482dbc55a05709da85116a60f (patch)
treef69ecdf848e4c3faa03552e5ef3ddca22fe8cb9e /README.md
parentb86905d9523767bccc9224ce33a0b51265e4950c (diff)
downloadyosys-ecc22f7fedfa639482dbc55a05709da85116a60f.tar.gz
yosys-ecc22f7fedfa639482dbc55a05709da85116a60f.tar.bz2
yosys-ecc22f7fedfa639482dbc55a05709da85116a60f.zip
Support module/package/interface/block scope for typedef names.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index d1f7ddf8e..ce7b26411 100644
--- a/README.md
+++ b/README.md
@@ -541,8 +541,6 @@ from SystemVerilog:
SystemVerilog files being read into the same design afterwards.
- typedefs are supported (including inside packages)
- - type identifiers must currently be enclosed in (parentheses) when declaring
- signals of that type (this is syntactically incorrect SystemVerilog)
- type casts are currently not supported
- enums are supported (including inside packages)