2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_interface_asvar_bad.v:29:16: Operator ASSIGN expected non-interface on Assign RHS but 'itf' is an interface.
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't.source'
|
2020-04-04 02:07:46 +02:00
|
|
|
29 | getter = itf;
|
|
|
|
|
| ^~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_interface_asvar_bad.v:30:23: Operator ADD expected non-interface on RHS but 'itf' is an interface.
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't.source'
|
2020-04-04 02:07:46 +02:00
|
|
|
30 | getter = 4'd3 + itf;
|
|
|
|
|
| ^~~
|
2019-09-26 03:53:01 +02:00
|
|
|
%Error: Exiting due to
|