mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
9 lines
489 B
Plaintext
9 lines
489 B
Plaintext
%Warning-UNOPT: t/t_unopt_converge.v:19:11: Signal unoptimizable: Feedback to public clock or circular logic: 'x'
|
|
19 | output x;
|
|
| ^
|
|
... Use "/* verilator lint_off UNOPT */" and lint_on around source to disable this message.
|
|
t/t_unopt_converge.v:19:11: Example path: x
|
|
t/t_unopt_converge.v:22:4: Example path: ALWAYS
|
|
t/t_unopt_converge.v:19:11: Example path: x
|
|
%Error: Exiting due to
|