2023-02-26 17:08:10 +00:00
|
|
|
%Error: t/t_lint_edge_real_bad.v:19:22: Edge event control not legal on real type (IEEE 1800-2017 6.12.1)
|
2022-12-03 00:17:29 +00:00
|
|
|
: ... 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-2017 9.4.2)
|
|
|
|
: ... In instance t
|
|
|
|
20 | always @ (posedge ebad) $stop;
|
2022-12-03 00:17:29 +00:00
|
|
|
| ^~~~
|
|
|
|
%Error: Exiting due to
|