mirror of
https://github.com/verilator/verilator.git
synced 2025-01-10 08:37:35 +00:00
11 lines
541 B
Plaintext
11 lines
541 B
Plaintext
%Warning-INFINITELOOP: t/t_lint_infinite.v:9: Infinite loop (condition always true)
|
|
: ... In instance t
|
|
forever begin end
|
|
^~~~~~~
|
|
... Use "/* verilator lint_off INFINITELOOP */" and lint_on around source to disable this message.
|
|
%Warning-INFINITELOOP: t/t_lint_infinite.v:11: Infinite loop (condition always true)
|
|
: ... In instance t
|
|
for (reg [31:0] i=0; i>=0; i=i+1) begin end
|
|
^~~
|
|
%Error: Exiting due to
|