mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
10 lines
571 B
Plaintext
10 lines
571 B
Plaintext
%Error: t/t_class_builtin_bad.v:8:17: The 'rand_mode' method is built-in and cannot be overridden (IEEE 1800-2023 18.8)
|
|
: ... note: In instance 't'
|
|
8 | function int rand_mode(bit onoff);
|
|
| ^~~~~~~~~
|
|
%Error: t/t_class_builtin_bad.v:11:17: The 'constraint_mode' method is built-in and cannot be overridden (IEEE 1800-2023 18.9)
|
|
: ... note: In instance 't'
|
|
11 | function int constraint_mode(bit onoff);
|
|
| ^~~~~~~~~~~~~~~
|
|
%Error: Exiting due to
|