mirror of https://github.com/YosysHQ/yosys.git
Added support for "parameter" and "localparam" in global context
This commit is contained in:
parent
e51dcc83d0
commit
ba4cce9f19
|
@ -153,6 +153,8 @@ design:
|
|||
module design |
|
||||
defattr design |
|
||||
task_func_decl design |
|
||||
param_decl design |
|
||||
localparam_decl design |
|
||||
/* empty */;
|
||||
|
||||
attr:
|
||||
|
|
Loading…
Reference in New Issue