verilator/test_regress/t/t_queue_method2_bad.out

9 lines
433 B
Plaintext
Raw Normal View History

2026-03-08 23:26:40 +01:00
%Error: t/t_queue_method2_bad.v:16:20: 'with' function expects only up to one argument
16 | qi = q.find(a, b) with (0);
| ^
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
2026-03-08 23:26:40 +01:00
%Error: t/t_queue_method2_bad.v:17:17: 'with' function expects simple variable name
17 | qi = q.find(1) with (0);
| ^
2020-10-31 15:33:36 +01:00
%Error: Exiting due to