forked from github/verilator
Fix min/typ/max internal error
This commit is contained in:
parent
0fc5d37901
commit
56de6f1a9f
@ -2944,7 +2944,7 @@ delay_control<delayp>: //== IEEE: delay_control
|
||||
| '#' '(' minTypMax ',' minTypMax ')'
|
||||
{ $$ = new AstDelay{$<fl>1, $3, false}; RISEFALLDLYUNSUP($3); DEL($5); }
|
||||
| '#' '(' minTypMax ',' minTypMax ',' minTypMax ')'
|
||||
{ $$ = new AstDelay{$<fl>1, $3, false}; RISEFALLDLYUNSUP($5); DEL($3); DEL($7); }
|
||||
{ $$ = new AstDelay{$<fl>1, $5, false}; RISEFALLDLYUNSUP($5); DEL($3); DEL($7); }
|
||||
;
|
||||
|
||||
delay_value<nodeExprp>: // ==IEEE:delay_value
|
||||
|
Loading…
Reference in New Issue
Block a user