File: t_var_dup2_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 (27 lines) | stat: -rw-r--r-- 1,228 bytes parent folder | download
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
%Error: t/t_var_dup2_bad.v:13:9: Duplicate declaration of signal: 'bad_o_w'
                               : ... note: ANSI ports must have type declared with the I/O (IEEE 1800-2023 23.2.2.2)
   13 |    wire bad_o_w;
      |         ^~~~~~~
        t/t_var_dup2_bad.v:10:11: ... Location of original declaration
   10 |    output bad_o_w,
      |           ^~~~~~~
        ... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: t/t_var_dup2_bad.v:14:9: Duplicate declaration of signal: 'bad_o_r'
   14 |    reg  bad_o_r;
      |         ^~~~~~~
        t/t_var_dup2_bad.v:11:11: ... Location of original declaration
   11 |    output bad_o_r);
      |           ^~~~~~~
%Error: t/t_var_dup2_bad.v:17:9: Duplicate declaration of signal: 'bad_w_r'
   17 |    reg  bad_w_r;
      |         ^~~~~~~
        t/t_var_dup2_bad.v:16:9: ... Location of original declaration
   16 |    wire bad_w_r;
      |         ^~~~~~~
%Error: t/t_var_dup2_bad.v:20:9: Duplicate declaration of signal: 'bad_r_w'
   20 |    reg  bad_r_w;
      |         ^~~~~~~
        t/t_var_dup2_bad.v:19:9: ... Location of original declaration
   19 |    wire bad_r_w;
      |         ^~~~~~~
%Error: Exiting due to