verilator/test_regress/t/t_expect.out

12 lines
505 B
Plaintext
Raw Normal View History

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;
| ^~~~~~
... 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