2023-02-26 18:08:10 +01: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)
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2023-02-26 18:08:10 +01: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)
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2023-02-26 18:08:10 +01:00
|
|
|
20 | always @ (posedge ebad) $stop;
|
2022-12-03 01:17:29 +01:00
|
|
|
| ^~~~
|
|
|
|
|
%Error: Exiting due to
|