3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 21:27:00 +00:00

Merge pull request #2041 from PeterCrozier/struct

Implementation of  SV structs.
This commit is contained in:
clairexen 2020-06-04 18:26:07 +02:00 committed by GitHub
commit 352731df4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 688 additions and 202 deletions

View file

@ -991,6 +991,8 @@ RTLIL::SigSpec AstNode::genRTLIL(int width_hint, bool sign_hint)
case AST_MODPORT:
case AST_MODPORTMEMBER:
case AST_TYPEDEF:
case AST_STRUCT:
case AST_UNION:
break;
case AST_INTERFACEPORT: {
// If a port in a module with unknown type is found, mark it with the attribute 'is_interface'