mirror of
https://github.com/verilator/verilator.git
synced 2025-01-10 00:27:35 +00:00
8 lines
338 B
Plaintext
Executable File
8 lines
338 B
Plaintext
Executable File
%Error: t/t_queue_method2_bad.v:16:21: 'with' function expects only up to one argument
|
|
16 | qi = q.find(a,b) with (0);
|
|
| ^
|
|
%Error: t/t_queue_method2_bad.v:17:19: 'with' function expects simple variable name
|
|
17 | qi = q.find(1) with (0);
|
|
| ^
|
|
%Error: Exiting due to
|