mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 06:33:24 +00:00
Added support for "parameter" and "localparam" in global context
This commit is contained in:
parent
e51dcc83d0
commit
ba4cce9f19
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,8 @@ design:
|
||||||
module design |
|
module design |
|
||||||
defattr design |
|
defattr design |
|
||||||
task_func_decl design |
|
task_func_decl design |
|
||||||
|
param_decl design |
|
||||||
|
localparam_decl design |
|
||||||
/* empty */;
|
/* empty */;
|
||||||
|
|
||||||
attr:
|
attr:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue