verilator/test_regress/t/t_std_randomize_bad1.out

11 lines
644 B
Plaintext
Raw Normal View History

2026-03-10 02:38:29 +01:00
%Error: t/t_std_randomize_bad1.v:12:32: Non-variable arguments for 'std::randomize()'.
: ... note: In instance 't_std_randomize_bad1'
2026-03-10 02:38:29 +01:00
12 | success = std::randomize(a + 1);
| ^
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
2026-03-10 02:38:29 +01:00
%Error: t/t_std_randomize_bad1.v:19:26: 'std::randomize()' does not accept 'null' as arguments.
: ... note: In instance 't_std_randomize_bad1'
2026-03-10 02:38:29 +01:00
19 | void'(std::randomize(null));
| ^~~~
%Error: Exiting due to