2019-07-12 02:09:30 +00:00
|
|
|
%Warning-UNOPTFLAT: t/t_unoptflat_simple_2.v:14: Signal unoptimizable: Feedback to clock or circular logic: 't.x'
|
2019-07-15 01:42:03 +00:00
|
|
|
wire [2:0] x;
|
|
|
|
^
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off UNOPTFLAT */" and lint_on around source to disable this message.
|
|
|
|
t/t_unoptflat_simple_2.v:14: Example path: t.x
|
|
|
|
t/t_unoptflat_simple_2.v:16: Example path: ASSIGNW
|
|
|
|
t/t_unoptflat_simple_2.v:14: Example path: t.x
|
2018-11-03 18:59:04 +00:00
|
|
|
%Warning-UNOPTFLAT: Widest candidate vars to split:
|
2020-02-02 00:07:02 +00:00
|
|
|
%Warning-UNOPTFLAT: t/t_unoptflat_simple_2.v:14: t.x, width 3, fanout 10
|
2018-11-03 18:59:04 +00:00
|
|
|
%Warning-UNOPTFLAT: Most fanned out candidate vars to split:
|
2020-02-02 00:07:02 +00:00
|
|
|
%Warning-UNOPTFLAT: t/t_unoptflat_simple_2.v:14: t.x, width 3, fanout 10
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|