verilator/test_regress/t/t_std_randomize_bad1.out

11 lines
660 B
Plaintext

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