File: t_package_export_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 (29 lines) | stat: -rw-r--r-- 1,709 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
28
29
%Error: t/t_package_export.v:45:17: Export object not found: 'pkg1::BAD_DOES_NOT_EXIST'
   45 |    export pkg1::BAD_DOES_NOT_EXIST;
      |                 ^~~~~~~~~~~~~~~~~~
        ... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: t/t_package_export.v:56:16: Can't find definition of scope/variable/func: 'PARAM2'
                                  : ... Suggested alternative: 'PARAM1'
   56 |    reg [pkg11::PARAM2 : 0] bus12;
      |                ^~~~~~
%Error: t/t_package_export.v:57:16: Can't find definition of scope/variable/func: 'PARAM3'
                                  : ... Suggested alternative: 'PARAM1'
   57 |    reg [pkg11::PARAM3 : 0] bus13;
      |                ^~~~~~
%Error: t/t_package_export.v:60:16: Can't find definition of scope/variable/func: 'PARAM2'
                                  : ... Suggested alternative: 'PARAM1'
   60 |    reg [pkg21::PARAM2 : 0] bus22;
      |                ^~~~~~
%Error: t/t_package_export.v:61:16: Can't find definition of scope/variable/func: 'PARAM3'
                                  : ... Suggested alternative: 'PARAM1'
   61 |    reg [pkg21::PARAM3 : 0] bus23;
      |                ^~~~~~
%Error: t/t_package_export.v:64:16: Can't find definition of scope/variable/func: 'PARAM2'
                                  : ... Suggested alternative: 'PARAM1'
   64 |    reg [pkg31::PARAM2 : 0] bus32;
      |                ^~~~~~
%Error: t/t_package_export.v:65:16: Can't find definition of scope/variable/func: 'PARAM3'
                                  : ... Suggested alternative: 'PARAM1'
   65 |    reg [pkg31::PARAM3 : 0] bus33;
      |                ^~~~~~
%Error: Exiting due to