2026-03-10 02:38:29 +01:00
|
|
|
%Error: t/t_std_randomize_bad1.v:12:32: Non-variable arguments for 'std::randomize()'.
|
2025-07-25 12:13:46 +02:00
|
|
|
: ... note: In instance 't_std_randomize_bad1'
|
2026-03-10 02:38:29 +01:00
|
|
|
12 | success = std::randomize(a + 1);
|
|
|
|
|
| ^
|
2025-07-25 12:13:46 +02:00
|
|
|
... 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.
|
2025-07-25 12:13:46 +02:00
|
|
|
: ... note: In instance 't_std_randomize_bad1'
|
2026-03-10 02:38:29 +01:00
|
|
|
19 | void'(std::randomize(null));
|
|
|
|
|
| ^~~~
|
2025-07-25 12:13:46 +02:00
|
|
|
%Error: Exiting due to
|