2024-03-02 15:05:21 +01:00
|
|
|
%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)
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-11-18 04:14:18 +01:00
|
|
|
8 | function int rand_mode(bit onoff);
|
|
|
|
|
| ^~~~~~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2024-03-02 15:05:21 +01:00
|
|
|
%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)
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-11-18 04:14:18 +01:00
|
|
|
11 | function int constraint_mode(bit onoff);
|
|
|
|
|
| ^~~~~~~~~~~~~~~
|
|
|
|
|
%Error: Exiting due to
|