verilator/test_regress/t/t_lint_contassinit_bad.out

11 lines
602 B
Plaintext
Raw Permalink Normal View History

%Error-CONTASSINIT: t/t_lint_contassinit_bad.v:15:13: Continuous assignment to variable with initial value: 'a'
2026-05-30 20:48:01 +02:00
: ... note: In instance 't'
: ... Location of variable initialization
15 | logic a = 1'b0;
2026-05-30 20:48:01 +02:00
| ^~~~
t/t_lint_contassinit_bad.v:16:10: ... Location of continuous assignment
16 | assign a = 1'b1;
2026-05-30 20:48:01 +02:00
| ^
... For error description see https://verilator.org/warn/CONTASSINIT?v=latest
%Error: Exiting due to