verilator/test_regress/t/t_alias_width_bad.out

7 lines
347 B
Plaintext
Raw Normal View History

%Error: t/t_alias_width_bad.v:18:3: Incompatible data types of nets used for net alias, got 'logic[1:0]' and 'logic[2:0]'
: ... note: In instance 't'
18 | alias a = b;
| ^~~~~
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: Exiting due to