verilator/test_regress/t/t_math_eq_bad.out
2023-09-23 08:52:50 -04:00

6 lines
218 B
Plaintext

%Error: t/t_math_eq_bad.v:13:13: Real is illegal operand to ?== operator
: ... note: In instance 't'
13 | if (a ==? 1.0) $stop;
| ^~~
%Error: Exiting due to