verilator/test_regress/t/t_expect.out

21 lines
1.1 KiB
Plaintext
Raw Normal View History

%Error-UNSUPPORTED: t/t_expect.v:19:32: Unsupported: ## (in sequence expression)
2023-03-11 03:48:56 +01:00
19 | expect (@(posedge clk) a ##1 b) a = 110;
| ^~
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error-UNSUPPORTED: t/t_expect.v:19:7: Unsupported: expect
19 | expect (@(posedge clk) a ##1 b) a = 110;
| ^~~~~~
%Error-UNSUPPORTED: t/t_expect.v:21:32: Unsupported: ## (in sequence expression)
2023-03-11 03:48:56 +01:00
21 | expect (@(posedge clk) a ##1 b) else a = 299;
| ^~
%Error-UNSUPPORTED: t/t_expect.v:21:7: Unsupported: expect
21 | expect (@(posedge clk) a ##1 b) else a = 299;
| ^~~~~~
%Error-UNSUPPORTED: t/t_expect.v:23:32: Unsupported: ## (in sequence expression)
2023-03-11 03:48:56 +01:00
23 | expect (@(posedge clk) a ##1 b) a = 300; else a = 399;
| ^~
%Error-UNSUPPORTED: t/t_expect.v:23:7: Unsupported: expect
23 | expect (@(posedge clk) a ##1 b) a = 300; else a = 399;
| ^~~~~~
%Error: Exiting due to