mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
Merge pull request #1119 from YosysHQ/eddie/fix1118
Make genvar a signed type
This commit is contained in:
commit
78e7a6f6f2
2 changed files with 12 additions and 0 deletions
|
@ -517,6 +517,7 @@ wire_type_token:
|
|||
TOK_GENVAR {
|
||||
astbuf3->type = AST_GENVAR;
|
||||
astbuf3->is_reg = true;
|
||||
astbuf3->is_signed = true;
|
||||
astbuf3->range_left = 31;
|
||||
astbuf3->range_right = 0;
|
||||
} |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue