mirror of
https://github.com/verilator/verilator.git
synced 2025-01-21 05:44:03 +00:00
10 lines
539 B
Plaintext
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
|