verilator/test_regress/t/t_event_control_expr_unsup.out
2023-09-23 08:52:50 -04:00

10 lines
539 B
Plaintext

%Error-UNSUPPORTED: t/t_event_control_expr.v:55:13: Unsupported: function calls in sensitivity lists
55 | always @(id(cyc)) begin
| ^~
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error-UNSUPPORTED: t/t_event_control_expr.v:82:17: Unsupported: function calls in sensitivity lists
: ... note: In instance 't.u_method'
82 | always @(obj.get_k()) begin
| ^~~~~
%Error: Exiting due to