9 lines
467 B
Plaintext
9 lines
467 B
Plaintext
%Error: t/t_fuzz_eqne_bad.v:12:19: Comparison requires matching data types
|
|
: ... note: In instance 't'
|
|
: ... Left-hand data type: 'logic$[0:-1]'
|
|
: ... Right-hand data type: 'logic'
|
|
12 | initial c = (a != &b);
|
|
| ^~
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
|
%Error: Exiting due to
|