mirror of
https://github.com/verilator/verilator.git
synced 2025-03-04 02:59:34 +00:00
8 lines
352 B
Plaintext
8 lines
352 B
Plaintext
%Error: t/t_randomize_method_nclass_bad.v:9:7: Calling implicit class method 'randomize' without being under class
|
|
9 | randomize(1);
|
|
| ^~~~~~~~~
|
|
%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
|