3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 22:23:23 +00:00

Merge pull request #1879 from jjj11x/jjj11x/package_decl

support using previously declared types/localparams/parameters in package
This commit is contained in:
whitequark 2020-04-14 12:40:00 +00:00 committed by GitHub
commit f41c7ccfff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 4 deletions

View file

@ -521,7 +521,8 @@ package_body:
package_body_stmt:
typedef_decl |
localparam_decl;
localparam_decl |
param_decl;
interface:
TOK_INTERFACE {