verilator/test_regress/t/t_lint_multidriven_coverage...

12 lines
804 B
Plaintext

%Warning-MULTIDRIVEN: t/t_lint_multidriven_coverage_bad.v:13:15: Bit [0] of signal 'w' have multiple combinational drivers. This can cause performance degradation.
: ... note: In instance 't'
t/t_lint_multidriven_coverage_bad.v:15:15: ... Location of offending driver
15 | assign w[0] = a;
| ^
t/t_lint_multidriven_coverage_bad.v:16:15: ... Location of offending driver
16 | assign w[0] = b;
| ^
... For warning description see https://verilator.org/warn/MULTIDRIVEN?v=latest
... Use "/* verilator lint_off MULTIDRIVEN */" and lint_on around source to disable this message.
%Error: Exiting due to