mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-11 13:40:53 +00:00
implement package import
This commit is contained in:
parent
15b4716d18
commit
b776283d79
6 changed files with 51 additions and 0 deletions
|
@ -1361,6 +1361,7 @@ RTLIL::SigSpec AstNode::genRTLIL(int width_hint, bool sign_hint)
|
|||
case AST_GENIF:
|
||||
case AST_GENCASE:
|
||||
case AST_PACKAGE:
|
||||
case AST_IMPORT:
|
||||
case AST_ENUM:
|
||||
case AST_MODPORT:
|
||||
case AST_MODPORTMEMBER:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue