3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 13:40:53 +00:00

implement package import

This commit is contained in:
Rahul Bhagwat 2025-08-03 23:31:54 -04:00
parent 15b4716d18
commit b776283d79
No known key found for this signature in database
6 changed files with 51 additions and 0 deletions

View file

@ -153,6 +153,7 @@ namespace AST
AST_MODPORT,
AST_MODPORTMEMBER,
AST_PACKAGE,
AST_IMPORT,
AST_WIRETYPE,
AST_TYPEDEF,