mirror of
https://github.com/verilator/verilator.git
synced 2025-01-15 02:54:03 +00:00
8 lines
435 B
Plaintext
8 lines
435 B
Plaintext
|
%Error: t/t_randomize_method_bad.v:8:17: 'randomize' is a predefined class method; redefinition not allowed (IEEE 1800-2017 18.6.3)
|
||
|
8 | function int randomize;
|
||
|
| ^~~~~~~~~
|
||
|
%Error: t/t_randomize_method_bad.v:14:18: 'randomize' is a predefined class method; redefinition not allowed (IEEE 1800-2017 18.6.3)
|
||
|
14 | function void randomize(int x);
|
||
|
| ^~~~~~~~~
|
||
|
%Error: Exiting due to
|