2025-05-20 15:10:22 +02:00
|
|
|
%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'
|
2020-04-04 02:07:46 +02:00
|
|
|
12 | initial c = (a != &b);
|
2025-05-20 15:10:22 +02:00
|
|
|
| ^~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2019-11-05 03:51:20 +01:00
|
|
|
%Error: Exiting due to
|