mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
sv: Switch parser to glr, prep for typedef
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
e0a6742935
commit
f6b5e47e40
6 changed files with 111 additions and 11 deletions
|
@ -863,6 +863,7 @@ RTLIL::SigSpec AstNode::genRTLIL(int width_hint, bool sign_hint)
|
|||
case AST_PACKAGE:
|
||||
case AST_MODPORT:
|
||||
case AST_MODPORTMEMBER:
|
||||
case AST_TYPEDEF:
|
||||
break;
|
||||
case AST_INTERFACEPORT: {
|
||||
// If a port in a module with unknown type is found, mark it with the attribute 'is_interface'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue