mirror of
https://github.com/verilator/verilator.git
synced 2025-02-08 22:51:50 +00:00
6 lines
331 B
Plaintext
6 lines
331 B
Plaintext
|
%Error-UNSUPPORTED: t/t_expr_incr_unsup.v:17:34: Unsupported: Inc/Dec of expression with side-effects
|
||
|
17 | $display("Value: %d", arr[postincrement_i()]++);
|
||
|
| ^
|
||
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
||
|
%Error: Exiting due to
|