File: t_dfg_multidriver_dfg_bad.out

package info (click to toggle)
verilator 5.038-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 162,552 kB
  • sloc: cpp: 139,204; python: 20,931; ansic: 10,222; yacc: 6,000; lex: 1,925; makefile: 1,260; sh: 494; perl: 282; fortran: 22
file content (39 lines) | stat: -rw-r--r-- 2,681 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
%Warning-MULTIDRIVEN: t/t_dfg_multidriver_dfg_bad.v:13:18: Bits [3:1] of signal 'a' have multiple combinational drivers
                                                         : ... note: In instance 't'
                      t/t_dfg_multidriver_dfg_bad.v:14:19: ... Location of first driver
   14 |     assign a[3:0] = i[3:0];
      |                   ^
                      t/t_dfg_multidriver_dfg_bad.v:15:19: ... Location of other driver
   15 |     assign a[4:1] = ~i[4:1];
      |                   ^
                      t/t_dfg_multidriver_dfg_bad.v:13:18: ... Only the first driver will be respected
                      ... 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.
%Warning-MULTIDRIVEN: t/t_dfg_multidriver_dfg_bad.v:13:18: Bits [3:3] of signal 'a' have multiple combinational drivers
                                                         : ... note: In instance 't'
                      t/t_dfg_multidriver_dfg_bad.v:14:19: ... Location of first driver
   14 |     assign a[3:0] = i[3:0];
      |                   ^
                      t/t_dfg_multidriver_dfg_bad.v:16:17: ... Location of other driver
   16 |     assign a[3] = ~i[3];
      |                 ^
                      t/t_dfg_multidriver_dfg_bad.v:13:18: ... Only the first driver will be respected
%Warning-MULTIDRIVEN: t/t_dfg_multidriver_dfg_bad.v:13:18: Bits [7:6] of signal 'a' have multiple combinational drivers
                                                         : ... note: In instance 't'
                      t/t_dfg_multidriver_dfg_bad.v:17:19: ... Location of first driver
   17 |     assign a[8:5] = i[8:5];
      |                   ^
                      t/t_dfg_multidriver_dfg_bad.v:18:19: ... Location of other driver
   18 |     assign a[7:6] = ~i[7:6];
      |                   ^
                      t/t_dfg_multidriver_dfg_bad.v:13:18: ... Only the first driver will be respected
%Warning-MULTIDRIVEN: t/t_dfg_multidriver_dfg_bad.v:13:18: Bits [9:9] of signal 'a' have multiple combinational drivers
                                                         : ... note: In instance 't'
                      t/t_dfg_multidriver_dfg_bad.v:19:17: ... Location of first driver
   19 |     assign a[9] = i[9];
      |                 ^
                      t/t_dfg_multidriver_dfg_bad.v:20:19: ... Location of other driver
   20 |     assign a[9] = ~i[9];
      |                   ^
                      t/t_dfg_multidriver_dfg_bad.v:13:18: ... Only the first driver will be respected
%Error: Exiting due to