Skip to content

Commit

Permalink
Update t_event_control_eventexpr_bad.out
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Boronski <[email protected]>
  • Loading branch information
kboronski-ant committed Oct 18, 2023
1 parent e7fe3a3 commit fac02e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_regress/t/t_event_control_eventexpr_bad.out
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
%Warning-EVENTEXPR: t/t_event_control_eventexpr_bad.v:19:7: Non-identifier expression used to reference an event to be sent. This is not a part of IEEE_1800-2017
%Warning-EVENTEXPR: t/t_event_control_eventexpr_bad.v:19:7: Non-identifier expression used to reference an event to be sent. This is not a part of IEEE 1800-2017.
19 | ->get_event();
| ^~~~~~~~~
... For warning description see https://verilator.org/warn/EVENTEXPR?v=latest
... Use "/* verilator lint_off EVENTEXPR */" and lint_on around source to disable this message.
%Warning-EVENTEXPR: t/t_event_control_eventexpr_bad.v:22:18: Non-identifier expression used to reference an event to be sent. This is not a part of IEEE_1800-2017
%Warning-EVENTEXPR: t/t_event_control_eventexpr_bad.v:22:18: Non-identifier expression used to reference an event to be sent. This is not a part of IEEE 1800-2017.
22 | ->evt_array[i];
| ^
%Error: Verilator internal fault, sorry. Suggest trying --debug --gdbbt
Expand Down

0 comments on commit fac02e2

Please sign in to comment.