mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
10 lines
526 B
Plaintext
10 lines
526 B
Plaintext
%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'
|
|
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'
|
|
20 | always @ (posedge ebad) $stop;
|
|
| ^~~~
|
|
%Error: Exiting due to
|