2023-05-06 23:09:19 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_randstate_obj.v:20:13: Unsupported: 'get_randstate'/'set_randstate' called on object. Suggest call from inside class.
|
2023-09-23 12:52:50 +00:00
|
|
|
: ... note: In instance 't'
|
2023-05-06 23:09:19 +00:00
|
|
|
20 | s = c.get_randstate();
|
|
|
|
| ^~~~~~~~~~~~~
|
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
|
|
%Error-UNSUPPORTED: t/t_randstate_obj.v:26:9: Unsupported: 'get_randstate'/'set_randstate' called on object. Suggest call from inside class.
|
2023-09-23 12:52:50 +00:00
|
|
|
: ... note: In instance 't'
|
2023-05-06 23:09:19 +00:00
|
|
|
26 | c.set_randstate(s);
|
|
|
|
| ^~~~~~~~~~~~~
|
|
|
|
%Error: Exiting due to
|