File: t_package_dup_bad2.out

package info (click to toggle)
verilator 5.040-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164,628 kB
  • sloc: cpp: 145,372; python: 21,412; ansic: 10,559; yacc: 6,085; lex: 1,931; makefile: 1,264; sh: 494; perl: 282; fortran: 22
file content (23 lines) | stat: -rw-r--r-- 1,110 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
%Warning-MODDUP: t/t_package_dup_bad2.v:19:9: Duplicate declaration of package: 'Pkg'
   19 | package Pkg;
      |         ^~~
                 t/t_package_dup_bad2.v:7:9: ... Location of original declaration
    7 | package Pkg;
      |         ^~~
                 ... For warning description see https://verilator.org/warn/MODDUP?v=latest
                 ... Use "/* verilator lint_off MODDUP */" and lint_on around source to disable this message.
%Error-MODMISSING: t/t_package_dup_bad2.v:11:3: Cannot find file containing module: 'IOBUF'
   11 |   IOBUF iocell (
      |   ^~~~~
                   ... For error description see https://verilator.org/warn/MODMISSING?v=latest
                   ... Looked in:
                        t/IOBUF
                        t/IOBUF.v
                        t/IOBUF.sv
                        IOBUF
                        IOBUF.v
                        IOBUF.sv
                        obj_vlt/t_package_dup_bad2/IOBUF
                        obj_vlt/t_package_dup_bad2/IOBUF.v
                        obj_vlt/t_package_dup_bad2/IOBUF.sv
%Error: Exiting due to