2023-04-01 16:50:27 +02:00
|
|
|
%Error: t/t_randomize_method_nclass_bad.v:9:7: Calling implicit class method 'randomize' without being under class
|
|
|
|
|
9 | randomize(1);
|
|
|
|
|
| ^~~~~~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2023-04-01 16:50:27 +02:00
|
|
|
%Error: t/t_randomize_method_nclass_bad.v:10:7: Calling implicit class method 'srandom' without being under class
|
|
|
|
|
10 | srandom(1);
|
|
|
|
|
| ^~~~~~~
|
|
|
|
|
%Error: Exiting due to
|