vhdlpp: Treat range as an expression.
This commit is contained in:
parent
5488ea1e2c
commit
f584b4ea50
|
|
@ -1149,6 +1149,8 @@ expression_list
|
|||
expression
|
||||
: expression_logical
|
||||
{ $$ = $1; }
|
||||
| range
|
||||
{ $$ = $1; }
|
||||
;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue