diff options
author | Peter Crozier <peter@crozier.com> | 2020-05-08 14:40:49 +0100 |
---|---|---|
committer | Peter Crozier <peter@crozier.com> | 2020-05-08 14:40:49 +0100 |
commit | 0b6b47ca670b9219bcb81ab7d3599267c2ef7571 (patch) | |
tree | 7f185ed9add86d52c5f55828e07b190420c77511 /README.md | |
parent | aafaeb66dfd839b8223059884d2741dadc9e2d92 (diff) | |
download | yosys-0b6b47ca670b9219bcb81ab7d3599267c2ef7571.tar.gz yosys-0b6b47ca670b9219bcb81ab7d3599267c2ef7571.tar.bz2 yosys-0b6b47ca670b9219bcb81ab7d3599267c2ef7571.zip |
Implement SV structs.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -556,6 +556,8 @@ from SystemVerilog: - enums are supported (including inside packages) - but are currently not strongly typed +- structs are supported + - SystemVerilog interfaces (SVIs) are supported. Modports for specifying whether ports are inputs or outputs are supported. |