9 lines
453 B
Plaintext
9 lines
453 B
Plaintext
%Error: t/t_randomize_method_nclass_bad.v:9:7: Calling implicit class method 'randomize' without being under class
|
|
9 | randomize(1);
|
|
| ^~~~~~~~~
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
|
%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
|