2026-03-08 23:26:40 +01:00
|
|
|
%Error-UNSUPPORTED: t/t_expect.v:16:5: Unsupported: expect
|
|
|
|
|
16 | expect (@(posedge clk) a ##1 b) a = 110;
|
|
|
|
|
| ^~~~~~
|
2025-11-06 14:42:27 +01:00
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
2026-03-08 23:26:40 +01:00
|
|
|
%Error-UNSUPPORTED: t/t_expect.v:18:5: Unsupported: expect
|
|
|
|
|
18 | expect (@(posedge clk) a ##1 b)
|
|
|
|
|
| ^~~~~~
|
|
|
|
|
%Error-UNSUPPORTED: t/t_expect.v:21:5: Unsupported: expect
|
|
|
|
|
21 | expect (@(posedge clk) a ##1 b) a = 300;
|
|
|
|
|
| ^~~~~~
|
2023-03-11 03:48:56 +01:00
|
|
|
%Error: Exiting due to
|