verilator/test_regress/t/t_lint_edge_real_bad.out

10 lines
526 B
Plaintext
Raw Normal View History

%Error: t/t_lint_edge_real_bad.v:19:22: Edge event control not legal on real type (IEEE 1800-2023 6.12.1)
: ... note: In instance 't'
2023-02-26 17:08:10 +00:00
19 | always @ (posedge rbad) $stop;
| ^~~~
%Error: t/t_lint_edge_real_bad.v:20:22: Edge event control not legal on non-integral type (IEEE 1800-2023 9.4.2)
: ... note: In instance 't'
2023-02-26 17:08:10 +00:00
20 | always @ (posedge ebad) $stop;
| ^~~~
%Error: Exiting due to